Home
last modified time | relevance | path

Searched refs:getProp (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/
DrsContext.cpp200 static uint32_t getProp(const char *str) { in getProp() function
237 rsc->props.mLogTimes = getProp("debug.rs.profile") != 0; in threadProc()
238 rsc->props.mLogScripts = getProp("debug.rs.script") != 0; in threadProc()
239 rsc->props.mLogShaders = getProp("debug.rs.shader") != 0; in threadProc()
240 rsc->props.mLogShadersAttr = getProp("debug.rs.shader.attributes") != 0; in threadProc()
241 rsc->props.mLogShadersUniforms = getProp("debug.rs.shader.uniforms") != 0; in threadProc()
242 rsc->props.mLogVisual = getProp("debug.rs.visual") != 0; in threadProc()
243 rsc->props.mLogReduce = getProp("debug.rs.reduce"); in threadProc()
244 rsc->props.mDebugReduceSplitAccum = getProp("debug.rs.reduce-split-accum") != 0; in threadProc()
245 rsc->props.mDebugMaxThreads = getProp("debug.rs.max-threads"); in threadProc()
[all …]
DrsHidlAdaptation.cpp62 static uint32_t getProp(const char *str) { in getProp() function
173 if (getProp("debug.rs.rsov") == 0 && in InitializeHalDeviceContext()
174 getProp("debug.rs.default-CPU-driver") == 0) { in InitializeHalDeviceContext()
/frameworks/rs/cpp/
DRenderScript.cpp86 static uint32_t getProp(const char *str) { in getProp() function
109 if (getProp("debug.rs.forcecompat") == 0) { in initDispatch()
/frameworks/ml/nn/runtime/
DManager.cpp166 mSupported = getProp("debug.nn.sample.supported"); in DriverDevice()
855 mStrictSlicing = (getProp("debug.nn.strict-slicing") != 0); in DeviceManager()
856 mPartitioning = getProp("debug.nn.partition", kPartitioningDefault); in DeviceManager()
857 mDebugNNCpuOnly = (getProp("debug.nn.cpuonly") != 0); in DeviceManager()
858 mSyncExecCpu = (getProp("debug.nn.syncexec-cpu", 1) != 0); in DeviceManager()
860 mSyncExecHal = (getProp("debug.nn.syncexec-hal", 1) != 0); in DeviceManager()
862 mSyncExecRuntime = (getProp("debug.nn.syncexec-runtime") != 0); in DeviceManager()
/frameworks/ml/nn/common/include/
DUtils.h583 uint32_t getProp(const char* str, uint32_t defaultValue = 0);
/frameworks/ml/nn/common/
DUtils.cpp3250 uint32_t getProp(const char* str, uint32_t defaultValue) { in getProp() function