Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h698 … void accessChainPush(Id offset, AccessChain::CoherentFlags coherentFlags, unsigned int alignment) in accessChainPush() function
DGlslangToSpv.cpp1942 builder.accessChainPush(builder.makeIntConstant(spvIndex), in visitBinary()
1984 builder.accessChainPush(index, TranslateCoherent(node->getLeft()->getType()), in visitBinary()
2962 builder.accessChainPush(elementId, in visitAggregate()
4236 builder.accessChainPush(builder.makeIntConstant(index), TranslateCoherent(type), in multiTypeStore()
4257 builder.accessChainPush(builder.makeIntConstant(m), TranslateCoherent(type), in multiTypeStore()
5256 builder.accessChainPush(builder.makeIntConstant(i), flags, 0); in createImageTextureFunctionCall()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp224 void accessChainPush(NodeData *data, spirv::IdRef index, spirv::IdRef typeId) const;
751 void OutputSPIRVTraverser::accessChainPush(NodeData *data, in accessChainPush() function in sh::__anon34bdef510111::OutputSPIRVTraverser
846 accessChainPush(data, index, typeId); in accessChainPushDynamicComponent()
5019 accessChainPush(&mNodeData.back(), rightValue, resultTypeId); in visitBinary()