Searched refs:accessChainLoad (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputSPIRV.cpp | 234 spirv::IdRef accessChainLoad(NodeData *data, 779 // |accessChainLoad()|). When storing through the access chain, the whole vector is loaded, in accessChainPushSwizzle() 882 spirv::IdRef OutputSPIRVTraverser::accessChainLoad(NodeData *data, in accessChainLoad() function in sh::__anon19755::OutputSPIRVTraverser 1834 const spirv::IdRef paramValue = accessChainLoad( in loadAllParams() 1949 accessChainLoad(&mNodeData.back(), node->getLeft()->getType(), &typeId); in startShortCircuit() 1975 accessChainLoad(&mNodeData.back(), node->getRight()->getType(), nullptr); in endShortCircuit() 2055 paramValue = accessChainLoad(¶m, argType, nullptr); in createFunctionCall() 2089 paramValue = accessChainLoad(¶m, argType, nullptr); in createFunctionCall() 2127 const spirv::IdRef tempVarValue = accessChainLoad(&tempVarData, argType, nullptr); in createFunctionCall() 2319 return accessChainLoad( in visitOperator() [all...] |
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 177 spv::Id accessChainLoad(const glslang::TType& type); 2173 spv::Id rValue = accessChainLoad(node->getRight()->getType()); in visitBinary() 2181 spv::Id leftRValue = accessChainLoad(node->getLeft()->getType()); in visitBinary() 2240 spv::Id left = accessChainLoad(node->getLeft()->getType()); in visitBinary() 2293 spv::Id index = accessChainLoad(node->getRight()->getType()); in visitBinary() 2356 spv::Id left = accessChainLoad(node->getLeft()->getType()); in visitBinary() 2361 spv::Id right = accessChainLoad(node->getRight()->getType()); in visitBinary() 2481 object = builder.accessChainLoad(spv::NoPrecision, spv::DecorationMax, spv::DecorationMax, objectTypeId); in translateForcedType() 2497 object = builder.accessChainLoad(spv::NoPrecision, spv::DecorationMax, spv::DecorationMax, objectTypeId); in translateForcedType() 2658 operand = accessChainLoad(nod in visitUnary() 5059 spv::Id TGlslangToSpvTraverser::accessChainLoad(const glslang::TType& type) accessChainLoad() function in __anon2757::TGlslangToSpvTraverser [all...] |
H A D | SpvBuilder.h | 817 Id accessChainLoad(Decoration precision, Decoration l_nonUniform, Decoration r_nonUniform, Id ResultType,
|
H A D | SpvBuilder.cpp | 3732 Id Builder::accessChainLoad(Decoration precision, Decoration l_nonUniform, in accessChainLoad() function in Builder
|
Completed in 20 milliseconds