Home
last modified time | relevance | path

Searched defs:resultTypeId (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/
Dinstruction.h33 uint32_t resultTypeId; member
/external/swiftshader/third_party/SPIRV-Tools/source/
Dinstruction.h33 uint32_t resultTypeId; member
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dinstruction.h33 uint32_t resultTypeId; member
/external/angle/src/compiler/translator/
DOutputSPIRV.cpp1734 spirv::IdRef resultTypeId) in createFunctionCall()
1905 spirv::IdRef OutputSPIRVTraverser::visitOperator(TIntermOperator *node, spirv::IdRef resultTypeId) in visitOperator()
2673 spirv::IdRef resultTypeId) in createIncrementDecrement()
2725 spirv::IdRef OutputSPIRVTraverser::createCompare(TIntermOperator *node, spirv::IdRef resultTypeId) in createCompare()
2798 spirv::IdRef resultTypeId) in createAtomicBuiltIn()
2942 spirv::IdRef resultTypeId) in createImageTextureBuiltIn()
3714 spirv::IdRef resultTypeId) in createInterpolate()
4045 spirv::IdRef resultTypeId, in createCompareImpl()
4536 const spirv::IdRef resultTypeId = mBuilder.getTypeData(node->getType(), resultTypeSpec).id; in visitBinary() local
4646 const spirv::IdRef resultTypeId = mBuilder.getTypeData(node->getType(), {}).id; in visitUnary() local
[all …]
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2420 spv::Id TGlslangToSpvTraverser::createCompositeConstruct(spv::Id resultTypeId, std::vector<spv::Id>… in createCompositeConstruct()
5167 spv::Id resultTypeId = builder.makeStructResultType(typeId0, typeId1); in createImageTextureFunctionCall() local
5183 spv::Id resultTypeId; in createImageTextureFunctionCall() local
DSpvBuilder.cpp2373 Id Builder::createConstructor(Decoration precision, const std::vector<Id>& sources, Id resultTypeId) in createConstructor()
2458 …der::createMatrixConstructor(Decoration precision, const std::vector<Id>& sources, Id resultTypeId) in createMatrixConstructor()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp2608 spv::Id TGlslangToSpvTraverser::createCompositeConstruct(spv::Id resultTypeId, std::vector<spv::Id>… in createCompositeConstruct()
5503 spv::Id resultTypeId = builder.makeStructResultType(typeId0, typeId1); in createImageTextureFunctionCall() local
5519 spv::Id resultTypeId; in createImageTextureFunctionCall() local
DSpvBuilder.cpp2373 Id Builder::createConstructor(Decoration precision, const std::vector<Id>& sources, Id resultTypeId) in createConstructor()
2458 …der::createMatrixConstructor(Decoration precision, const std::vector<Id>& sources, Id resultTypeId) in createMatrixConstructor()
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp2116 Type::ID resultTypeId = insn.word(1); in EmitCompositeInsert() local
DSpirvShader.hpp214 SpirvID<Type> resultTypeId() const in resultTypeId() function in sw::SpirvShader::InsnIterator