Searched refs:getContainedTypeId (Results 1 - 3 of 3) sorted by relevance
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 680 type->addIdOperand(debugId[getContainedTypeId(paramType)]); in makeDebugFunctionType() 1336 return getScalarTypeId(getContainedTypeId(typeId)); in getScalarTypeId() 1344 Id Builder::getContainedTypeId(Id typeId, int member) const in getContainedTypeId() function in spv::Builder 1375 typeId = getContainedTypeId(typeId); in getResultingAccessChainType() 1380 typeId = getContainedTypeId(typeId, getConstantScalar(accessChain.indexChain[i])); in getResultingAccessChainType() 1382 typeId = getContainedTypeId(typeId, accessChain.indexChain[i]); in getResultingAccessChainType() 1389 Id Builder::getContainedTypeId(Id typeId) const in getContainedTypeId() function in spv::Builder 1391 return getContainedTypeId(typeId, 0); in getContainedTypeId() 1419 return containsType(getContainedTypeId(typeId), typeOp, width); in containsType() 1437 return containsPhysicalStorageBufferOrArray(getContainedTypeId(typeI in containsPhysicalStorageBufferOrArray() [all...] |
H A D | SpvBuilder.h | 261 Id getContainedTypeId(Id typeId) const; 262 Id getContainedTypeId(Id typeId, int) const; 338 return getNumTypeComponents(getContainedTypeId(typeId)); in getTypeNumRows()
|
H A D | GlslangToSpv.cpp | 2407 spv::Id elementNominalTypeId = builder.getContainedTypeId(nominalTypeId); in convertLoadedBoolInUniformToUint() 2474 objectTypeId = builder.getContainedTypeId(objectTypeId); in translateForcedType() 2476 builder.getScalarTypeWidth(builder.getContainedTypeId(objectTypeId)) == 32) { in translateForcedType() 2483 components.push_back(builder.createCompositeExtract(object, builder.getContainedTypeId(objectTypeId), 0)); in translateForcedType() 2484 components.push_back(builder.createCompositeExtract(object, builder.getContainedTypeId(objectTypeId), 1)); in translateForcedType() 2486 spv::Id vecType = builder.makeVectorType(builder.getContainedTypeId(objectTypeId), 2); in translateForcedType() 2796 spv::Id lType = builder.getContainedTypeId(resultTypeId, c); in createCompositeConstruct() 2806 builder.getContainedTypeId(rType, i), i)); in createCompositeConstruct() 2814 spv::Id elementRType = builder.getContainedTypeId(rType); in createCompositeConstruct() 3666 spv::Id typeId = builder.getContainedTypeId(builde in visitAggregate() [all...] |
Completed in 14 milliseconds