Home
last modified time | relevance | path

Searched refs:componentTypeId (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp1884 const spirv::IdRef componentTypeId = mBuilder.getTypeData(componentType, {}).id; in extractComponents() local
1899 componentTypeId, componentId, castParameterId, in extractComponents()
1911 const spirv::IdRef componentTypeId = mBuilder.getTypeData(componentType, {}).id; in extractComponents() local
1926 mBuilder.getSpirvCurrentFunctionBlock(), componentTypeId, componentId, in extractComponents()
4605 const spirv::IdRef componentTypeId = in createCompareImpl() local
4608 spirv::WriteCompositeExtract(mBuilder.getSpirvCurrentFunctionBlock(), componentTypeId, in createCompareImpl()
4610 spirv::WriteCompositeExtract(mBuilder.getSpirvCurrentFunctionBlock(), componentTypeId, in createCompareImpl()
H A DBuildSPIRV.cpp838 const spirv::IdRef componentTypeId = getSpirvTypeData(componentType, nullptr).id; in declareType() local
841 spirv::WriteTypeVector(&mSpirvTypeAndConstantDecls, typeId, componentTypeId, in declareType()
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp3344 Id componentTypeId = getScalarTypeId(resultTypeId); in createMatrixConstructor() local
3348 Instruction* instr = module.getInstruction(componentTypeId); in createMatrixConstructor()
3415 ids[col][row] = createCompositeExtract(matrix, componentTypeId, indexes); in createMatrixConstructor()
3429 argComp = createCompositeExtract(sources[arg], componentTypeId, comp); in createMatrixConstructor()
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp2581 const SpvId componentTypeId = this->getType(componentType); in writeArrayComparison() local
2591 this->writeInstruction(SpvOpCompositeExtract, componentTypeId, itemL, lhs, index, out); in writeArrayComparison()
2593 this->writeInstruction(SpvOpCompositeExtract, componentTypeId, itemR, rhs, index, out); in writeArrayComparison()

Completed in 24 milliseconds