Home
last modified time | relevance | path

Searched refs:getBasicTypeId (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DOutputSPIRV.cpp698 const spirv::IdRef uintTypeId = mBuilder.getBasicTypeId(EbtUInt, 1); in accessChainPushDynamicComponent()
699 const spirv::IdRef uvecTypeId = mBuilder.getBasicTypeId(EbtUInt, swizzleIds.size()); in accessChainPushDynamicComponent()
1110 mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createComplexConstant()
1349 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromScalar()
1397 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromVectors()
1451 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromMatrix()
2544 mBuilder.getBasicTypeId(firstOperandType.getBasicType(), firstOperandType.getRows()); in visitOperator()
4030 const spirv::IdRef bvecTypeId = mBuilder.getBasicTypeId(EbtBool, valueIds.size()); in reduceBoolVector()
4153 mBuilder.getBasicTypeId(operandType.getBasicType(), operandType.getNominalSize()); in createCompareImpl()
4166 opResultTypeId = mBuilder.getBasicTypeId(EbtBool, operandType.getNominalSize()); in createCompareImpl()
[all …]
DBuildSPIRV.h301 spirv::IdRef getBasicTypeId(TBasicType basicType, size_t size);
DBuildSPIRV.cpp477 spirv::IdRef SPIRVBuilder::getBasicTypeId(TBasicType basicType, size_t size) in getBasicTypeId() function in sh::SPIRVBuilder