Searched refs:GetPointerToData (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderMemory.cpp | 55 auto ptr = GetPointerToData(pointerId, 0, false); in EmitLoad() 107 auto ptr = GetPointerToData(pointerId, 0, false); in Store() 239 auto ptr = GetPointerToData(resultId, 0, false); in EmitVariable() 270 auto dstPtr = GetPointerToData(dstPtrId, 0, false); in EmitCopyMemory() 271 auto srcPtr = GetPointerToData(srcPtrId, 0, false); in EmitCopyMemory() 396 SIMD::Pointer SpirvEmitter::GetPointerToData(Object::ID id, SIMD::Int arrayIndices, bool nonUniform… in GetPointerToData() function in sw::SpirvEmitter
|
H A D | SpirvShader.cpp | 1278 auto ptr = GetPointerToData(baseId, arrayIndex, nonUniform); in WalkExplicitLayoutAccessChain() 2742 auto structBase = GetPointerToData(structPtrId, 0, false); in EmitArrayLength()
|
H A D | SpirvShader.hpp | 1485 SIMD::Pointer GetPointerToData(Object::ID id, SIMD::Int arrayIndex, bool nonUniform) const;
|