Home
last modified time | relevance | path

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

/external/angle/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 …]
/external/angle/src/compiler/translator/
DOutputVulkanGLSL.cpp176 overrideType.setBasicType(EbtSampler2D); in writeVariableType()
DFunctionLookup.cpp123 type.setBasicType(EbtFloat); in GetMangledNames()
DTypes.h157 void setBasicType(TBasicType t);
476 void setBasicType(TBasicType basicType) { typeSpecifierNonArray.type = basicType; } in setBasicType() function
DTypes.cpp626 void TType::setBasicType(TBasicType t) in setBasicType() function in sh::TType
DOutputSPIRV.cpp3983 emulatedValueType.setBasicType(EbtUInt); in cast()
DParseContext.cpp4068 type->setBasicType(EbtFloat); in addConstructorFunc()
/external/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()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp862 satType.setBasicType(TBasicType::EbtUInt); in SaturateScalarOrVectorCommon()
916 promotedType.setBasicType(TBasicType::EbtUInt); in PromoteBoolToUint()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h133 void setBasicType(TBasicType t) { type = t; } in setBasicType() function
2267 void setBasicType(const TBasicType& t) { basicType = t; } in setBasicType() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h137 void setBasicType(TBasicType t) { type = t; } in setBasicType() function
2388 void setBasicType(const TBasicType& t) { basicType = t; } in setBasicType() function
/external/angle/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp290 newType->setBasicType(EbtSampler2DArray); in declareSampler2DArray()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp7017 type.setBasicType(EbtUint); in vkRelaxedRemapUniformVariable()