Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dinstruction.h33 uint32_t resultTypeId; member
/third_party/skia/third_party/externals/spirv-tools/source/
Dinstruction.h33 uint32_t resultTypeId; member
/third_party/spirv-tools/source/
Dinstruction.h33 uint32_t resultTypeId; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp2008 spirv::IdRef resultTypeId) in createFunctionCall()
2251 spirv::IdRef OutputSPIRVTraverser::visitOperator(TIntermOperator *node, spirv::IdRef resultTypeId) in visitOperator()
3097 spirv::IdRef OutputSPIRVTraverser::createCompare(TIntermOperator *node, spirv::IdRef resultTypeId) in createCompare()
3170 spirv::IdRef resultTypeId) in createAtomicBuiltIn()
3314 spirv::IdRef resultTypeId) in createImageTextureBuiltIn()
4098 spirv::IdRef resultTypeId) in createSubpassLoadBuiltIn()
4127 spirv::IdRef resultTypeId) in createInterpolate()
4430 spirv::IdRef resultTypeId, in extendScalarParamsToVector()
4498 spirv::IdRef resultTypeId, in createCompareImpl()
4995 const spirv::IdRef resultTypeId = mBuilder.getTypeData(node->getType(), resultTypeSpec).id; in visitBinary() local
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp244 SpirvID<Type> resultTypeId() const in resultTypeId() function in sw::SpirvShader::InsnIterator
585 Type::ID resultTypeId = 0; member
DSpirvShader.cpp2132 Type::ID resultTypeId = insn.word(1); in EmitCompositeInsert() local
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp2792 spv::Id TGlslangToSpvTraverser::createCompositeConstruct(spv::Id resultTypeId, std::vector<spv::Id>… in createCompositeConstruct()
6007 spv::Id resultTypeId = builder.makeStructResultType(typeId0, typeId1); in createImageTextureFunctionCall() local
6023 spv::Id resultTypeId; in createImageTextureFunctionCall() local
DSpvBuilder.cpp3257 Id Builder::createConstructor(Decoration precision, const std::vector<Id>& sources, Id resultTypeId) in createConstructor()
3342 …der::createMatrixConstructor(Decoration precision, const std::vector<Id>& sources, Id resultTypeId) in createMatrixConstructor()