Home
last modified time | relevance | path

Searched refs:WalkExplicitLayoutAccessChain (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp1147 …SIMD::Pointer WalkExplicitLayoutAccessChain(Object::ID id, uint32_t numIndexes, uint32_t const *in…
DSpirvShader.cpp1145 SIMD::Pointer SpirvShader::WalkExplicitLayoutAccessChain(Object::ID baseId, uint32_t numIndexes, ui… in WalkExplicitLayoutAccessChain() function in sw::SpirvShader
2080 auto ptr = WalkExplicitLayoutAccessChain(baseId, numIndexes, indexes, state); in EmitAccessChain()