Searched refs:accessChainPush (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 608 … void accessChainPush(Id offset, AccessChain::CoherentFlags coherentFlags, unsigned int alignment) in accessChainPush() function
|
D | GlslangToSpv.cpp | 1735 …builder.accessChainPush(builder.makeIntConstant(spvIndex), TranslateCoherent(node->getLeft()->getT… in visitBinary() 1774 …builder.accessChainPush(index, TranslateCoherent(node->getLeft()->getType()), getBufferReferenceAl… in visitBinary() 3521 …builder.accessChainPush(builder.makeIntConstant(index), TranslateCoherent(type), getBufferReferenc… in multiTypeStore() 3541 …builder.accessChainPush(builder.makeIntConstant(m), TranslateCoherent(type), getBufferReferenceAli… in multiTypeStore() 4560 builder.accessChainPush(builder.makeIntConstant(i), flags, 0);
|