Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdRuntimeStubs.cpp110 Context *rsc = RsdCpuReference::getTlsContext(); in SC_AllocationSyncAll2()
115 Context *rsc = RsdCpuReference::getTlsContext(); in SC_AllocationSyncAll()
127 Context *rsc = RsdCpuReference::getTlsContext(); in SC_AllocationCopy1DRange()
139 Context *rsc = RsdCpuReference::getTlsContext(); in SC_AllocationCopy2DRange()
148 Context *rsc = RsdCpuReference::getTlsContext(); in SC_AllocationIoSend()
154 Context *rsc = RsdCpuReference::getTlsContext(); in SC_AllocationIoReceive()
166 Context *rsc = RsdCpuReference::getTlsContext(); in SC_AllocationCopy1DRange()
178 Context *rsc = RsdCpuReference::getTlsContext(); in SC_AllocationCopy2DRange()
187 Context *rsc = RsdCpuReference::getTlsContext(); in SC_AllocationIoSend()
193 Context *rsc = RsdCpuReference::getTlsContext(); in SC_AllocationIoReceive()
[all …]
/frameworks/rs/cpu_ref/
Drsd_cpu.h114 static Context * getTlsContext();
DrsCpuCore.cpp95 Context * RsdCpuReference::getTlsContext() { in getTlsContext() function in RsdCpuReference