Searched refs:GetPointerToData (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderMemory.cpp | 56 auto ptr = GetPointerToData(pointerId, 0, state); in EmitLoad() 101 auto ptr = GetPointerToData(pointerId, 0, state); in Store() 224 auto ptr = GetPointerToData(resultId, 0, state); in EmitVariable() 252 auto dstPtr = GetPointerToData(dstPtrId, 0, state); in EmitCopyMemory() 253 auto srcPtr = GetPointerToData(srcPtrId, 0, state); in EmitCopyMemory() 375 SIMD::Pointer SpirvShader::GetPointerToData(Object::ID id, Int arrayIndex, EmitState const *state) … in GetPointerToData() function in sw::SpirvShader
|
D | SpirvShader.hpp | 1145 SIMD::Pointer GetPointerToData(Object::ID id, Int arrayIndex, EmitState const *state) const;
|
D | SpirvShader.cpp | 1178 auto ptr = GetPointerToData(baseId, arrayIndex, state); in WalkExplicitLayoutAccessChain() 2430 auto structBase = GetPointerToData(structPtrId, 0, state); in EmitArrayLength()
|