Home
last modified time | relevance | path

Searched refs:accessChainPushSwizzle (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/SPIRV/
DSpvBuilder.h706 void accessChainPushSwizzle(std::vector<unsigned>& swizzle, Id preSwizzleBaseType,
DSpvBuilder.cpp2737 void Builder::accessChainPushSwizzle(std::vector<unsigned>& swizzle, Id preSwizzleBaseType, in accessChainPushSwizzle() function in spv::Builder
DGlslangToSpv.cpp1909 … builder.accessChainPushSwizzle(swizzle, convertGlslangToSpvType(node->getLeft()->getType()), in visitBinary()
1994 … builder.accessChainPushSwizzle(swizzle, convertGlslangToSpvType(node->getLeft()->getType()), in visitBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp228 void accessChainPushSwizzle(NodeData *data,
770 void OutputSPIRVTraverser::accessChainPushSwizzle(NodeData *data, in accessChainPushSwizzle() function in sh::__anon3988ce700111::OutputSPIRVTraverser
4910 accessChainPushSwizzle(&mNodeData.back(), swizzle, typeId, vectorComponentCount); in visitSwizzle()