D | OutputSPIRV.cpp | 254 spirv::IdRef createConstant(const TType &type, 1140 createConstant(type, type.getBasicType(), initializer->getConstantValue(), in declareConst() 1183 spirv::IdRef OutputSPIRVTraverser::createConstant(const TType &type, in createConstant() function in sh::__anon7cf93fcf0111::OutputSPIRVTraverser 1214 createConstant(elementType, expectedBasicType, constUnion, false)); in createConstant() 1225 createConstant(*fieldType, fieldType->getBasicType(), constUnion, false)); in createConstant() 4868 const spirv::IdRef constId = createConstant(type, expectedBasicType, node->getConstantValue(), in visitConstantUnion()
|