Home
last modified time | relevance | path

Searched refs:lengthId (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp756 const spirv::IdRef lengthId = getUintConstant(length); in declareType() local
758 spirv::WriteTypeArray(&mSpirvTypeAndConstantDecls, typeId, subTypeId, lengthId); in declareType()
/third_party/glslang/SPIRV/
DSpvBuilder.cpp680 Id lengthId = instr->getIdOperand(1); in getNumTypeConstituents() local
681 return module.getInstruction(lengthId)->getImmediateOperand(0); in getNumTypeConstituents()