Searched refs:getProp (Results 1 – 6 of 6) sorted by relevance
200 static uint32_t getProp(const char *str) { in getProp() function237 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 …]
62 static uint32_t getProp(const char *str) { in getProp() function173 if (getProp("debug.rs.rsov") == 0 && in InitializeHalDeviceContext()174 getProp("debug.rs.default-CPU-driver") == 0) { in InitializeHalDeviceContext()
86 static uint32_t getProp(const char *str) { in getProp() function109 if (getProp("debug.rs.forcecompat") == 0) { in initDispatch()
166 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()
583 uint32_t getProp(const char* str, uint32_t defaultValue = 0);
3250 uint32_t getProp(const char* str, uint32_t defaultValue) { in getProp() function