Home
last modified time | relevance | path

Searched refs:getTlsContext (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/driver/
DrsdRuntimeStubs.cpp171 Context *rsc = RsdCpuReference::getTlsContext(); in rsGetAllocation()
180 Context *rsc = RsdCpuReference::getTlsContext(); in rsGetAllocation()
195 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationIoSend()
202 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationIoReceive()
213 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationCopy1DRange()
228 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationCopy2DRange()
241 Context *rsc = RsdCpuReference::getTlsContext(); in CreateElement()
267 Context *rsc = RsdCpuReference::getTlsContext(); in CreateType()
340 Context *rsc = RsdCpuReference::getTlsContext(); in CreateAllocation()
447 Context *rsc = RsdCpuReference::getTlsContext(); \
[all …]
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp160 Context *rsc = RsdCpuReference::getTlsContext(); in rsGetAllocation()
169 Context *rsc = RsdCpuReference::getTlsContext(); in rsGetAllocation()
184 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationIoSend()
190 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationIoReceive()
200 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationCopy1DRange()
213 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationCopy2DRange()
224 Context *rsc = RsdCpuReference::getTlsContext(); in CreateElement()
248 Context *rsc = RsdCpuReference::getTlsContext(); in CreateType()
318 Context *rsc = RsdCpuReference::getTlsContext(); in CreateAllocation()
413 Context *rsc = RsdCpuReference::getTlsContext(); \
[all …]
/frameworks/rs/cpu_ref/
Drsd_cpu.h116 static Context * getTlsContext();
DrsCpuCore.cpp71 Context * RsdCpuReference::getTlsContext() { in getTlsContext() function in android::renderscript::RsdCpuReference