Home
last modified time | relevance | path

Searched refs:setBasicType (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DRewriteR32fImages.cpp292 newType->setBasicType(EbtUImage2D); in visitDeclaration()
295 newType->setBasicType(EbtUImage3D); in visitDeclaration()
298 newType->setBasicType(EbtUImage2DArray); in visitDeclaration()
301 newType->setBasicType(EbtUImageCube); in visitDeclaration()
304 newType->setBasicType(EbtUImage1D); in visitDeclaration()
307 newType->setBasicType(EbtUImage1DArray); in visitDeclaration()
310 newType->setBasicType(EbtUImage2DMS); in visitDeclaration()
313 newType->setBasicType(EbtUImage2DMSArray); in visitDeclaration()
316 newType->setBasicType(EbtUImageCubeArray); in visitDeclaration()
319 newType->setBasicType(EbtUImageRect); in visitDeclaration()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputVulkanGLSL.cpp162 overrideType.setBasicType(EbtSampler2D); in writeVariableType()
DTypes.h157 void setBasicType(TBasicType t);
478 void setBasicType(TBasicType basicType) { typeSpecifierNonArray.type = basicType; } in setBasicType() function
DFunctionLookup.cpp123 type.setBasicType(EbtFloat); in GetMangledNames()
DIntermNode.cpp1379 resultType.setBasicType(EbtInt); in promote()
1382 resultType.setBasicType(EbtUInt); in promote()
1386 resultType.setBasicType(EbtFloat); in promote()
1393 resultType.setBasicType(EbtUInt); in promote()
1399 resultType.setBasicType(EbtFloat); in promote()
1404 resultType.setBasicType(EbtFloat); in promote()
1409 resultType.setBasicType(EbtBool); in promote()
1414 resultType.setBasicType(EbtFloat); in promote()
1425 resultType.setBasicType(EbtBool); in promote()
1430 resultType.setBasicType(EbtInt); in promote()
DTypes.cpp626 void TType::setBasicType(TBasicType t) in setBasicType() function in sh::TType
DOutputSPIRV.cpp1883 componentType.setBasicType(expectedType.getBasicType()); in extractComponents()
4398 emulatedValueType.setBasicType(EbtUInt); in cast()
DParseContext.cpp4119 type->setBasicType(EbtFloat); in addConstructorFunc()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1976 type.setBasicType(EbtInt); in fold()
1988 type.setBasicType(EbtUInt); in fold()
1999 type.setBasicType(EbtFloat); in fold()
2010 type.setBasicType(EbtFloat); in fold()
DTypes.h276 void setBasicType(TBasicType t) { type = t; } in setBasicType() function
DParseHelper.cpp2940 type->setBasicType(typeSpecifier.type); in addStructDeclaratorList()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp866 satType.setBasicType(TBasicType::EbtUInt); in SaturateScalarOrVectorCommon()
920 promotedType.setBasicType(TBasicType::EbtUInt); in PromoteBoolToUint()
/third_party/glslang/glslang/Include/
DTypes.h133 void setBasicType(TBasicType t) { type = t; } in setBasicType() function
2248 void setBasicType(const TBasicType& t) { basicType = t; } in setBasicType() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp290 newType->setBasicType(EbtSampler2DArray); in declareSampler2DArray()