Searched refs:getBasicTypeId (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | OutputSPIRV.cpp | 698 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 …]
|
D | BuildSPIRV.h | 301 spirv::IdRef getBasicTypeId(TBasicType basicType, size_t size);
|
D | BuildSPIRV.cpp | 477 spirv::IdRef SPIRVBuilder::getBasicTypeId(TBasicType basicType, size_t size) in getBasicTypeId() function in sh::SPIRVBuilder
|