Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderMemory.cpp56 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
DSpirvShader.hpp1145 SIMD::Pointer GetPointerToData(Object::ID id, Int arrayIndex, EmitState const *state) const;
DSpirvShader.cpp1178 auto ptr = GetPointerToData(baseId, arrayIndex, state); in WalkExplicitLayoutAccessChain()
2430 auto structBase = GetPointerToData(structPtrId, 0, state); in EmitArrayLength()