Home
last modified time | relevance | path

Searched refs:GetBasic (Results 1 – 17 of 17) sorted by relevance

/external/angle/src/tests/compiler_tests/
DShaderImage_test.cpp193 mangledName2D += StaticType::GetBasic<EbtImage2D>()->getMangledName(); in TEST_F()
194 mangledName2D += StaticType::GetBasic<EbtInt, 2>()->getMangledName(); in TEST_F()
199 mangledName3D += StaticType::GetBasic<EbtIImage3D>()->getMangledName(); in TEST_F()
200 mangledName3D += StaticType::GetBasic<EbtInt, 3>()->getMangledName(); in TEST_F()
223 mangledName2D += StaticType::GetBasic<EbtImage2D>()->getMangledName(); in TEST_F()
224 mangledName2D += StaticType::GetBasic<EbtInt, 2>()->getMangledName(); in TEST_F()
225 mangledName2D += StaticType::GetBasic<EbtFloat, 4>()->getMangledName(); in TEST_F()
230 mangledName2DArray += StaticType::GetBasic<EbtUImage2DArray>()->getMangledName(); in TEST_F()
231 mangledName2DArray += StaticType::GetBasic<EbtInt, 3>()->getMangledName(); in TEST_F()
232 mangledName2DArray += StaticType::GetBasic<EbtUInt, 4>()->getMangledName(); in TEST_F()
/external/angle/src/compiler/translator/tree_ops/
DClampIndirectIndices.cpp70 max = TIntermAggregate::CreateConstructor(*StaticType::GetBasic<EbtFloat>(), in visitBinary()
92 useFloatClamp ? StaticType::GetBasic<EbtFloat>() : StaticType::GetBasic<EbtInt>(); in visitBinary()
109 clamped = TIntermAggregate::CreateConstructor(*StaticType::GetBasic<EbtInt>(), in visitBinary()
DRewriteCubeMapSamplersAs2DArray.cpp397 const TType *vec3Type = StaticType::GetBasic<EbtFloat, 3>(); in declareCoordTranslationFunction()
408 const TType *vec2Type = StaticType::GetBasic<EbtFloat, 2>(); in declareCoordTranslationFunction()
432 const TType *floatType = StaticType::GetBasic<EbtFloat>(); in declareCoordTranslationFunction()
459 const TType *mat3Type = StaticType::GetBasic<EbtFloat, 3, 3>(); in declareCoordTranslationFunction()
715 const TType *vec3Type = StaticType::GetBasic<EbtFloat, 3>(); in createImplicitCoordTransformationCall()
843 const TType *vec2Type = StaticType::GetBasic<EbtFloat, 2>(); in convertBuiltinFunction()
844 const TType *vec3Type = StaticType::GetBasic<EbtFloat, 3>(); in convertBuiltinFunction()
896 const TType *floatType = StaticType::GetBasic<EbtFloat>(); in convertBuiltinFunction()
DDeferGlobalInitializers.cpp112 StaticType::GetBasic<EbtVoid>(), false); in InsertInitCallToMain()
DRemoveDynamicIndexing.cpp461 StaticType::GetBasic<EbtVoid>(), false); in visitBinary()
DRewriteRowMajorMatrices.cpp716 new TVariable(mSymbolTable, kEmptyImmutableString, StaticType::GetBasic<EbtUInt>(), in convertStruct()
/external/angle/src/compiler/translator/
DStaticType.h198 constexpr const TType *GetBasic() in GetBasic() function
245 return GetBasic<EbtVoid>(); in GetForVecMatHelper()
271 return GetBasic<EbtVoid>();
286 return GetBasic<EbtVoid>(); in GetForVec()
DTranslatorMetal.cpp312 StaticType::GetBasic<EbtVoid>(), false); in insertSampleMaskWritingLogic()
DTranslatorVulkan.cpp391 const TType *ivec4Type = StaticType::GetBasic<EbtInt, kMaxXfbBuffers>(); in AddXfbEmulationSupport()
445 const TType *voidType = StaticType::GetBasic<EbtVoid>(); in AddXfbEmulationSupport()
DTranslatorMetalDirect.cpp506 StaticType::GetBasic<EbtVoid>(), false); in insertSampleMaskWritingLogic()
/external/angle/src/compiler/translator/tree_util/
DRunAtTheEndOfShader.cpp75 StaticType::GetBasic<EbtVoid>(), false); in WrapMainAndAppend()
84 StaticType::GetBasic<EbtVoid>(), false); in WrapMainAndAppend()
DSpecializationConstant.cpp214 const TType *floatType = StaticType::GetBasic<EbtFloat>(); in CreateFloatArrayWithRotationIndex()
321 const TType *type = MakeSpecConst(*StaticType::GetBasic<EbtBool>(), in getLineRasterEmulation()
335 const TType *type = MakeSpecConst(*StaticType::GetBasic<EbtUInt>(), in getFlipRotation()
492 const TType *type = MakeSpecConst(*StaticType::GetBasic<EbtFloat>(), in getDrawableWidth()
505 const TType *type = MakeSpecConst(*StaticType::GetBasic<EbtFloat>(), in getDrawableHeight()
DDriverUniform.cpp205 new TIntermConstantUnion(uniformIndex, *StaticType::GetBasic<EbtInt>()); in createDriverUniformRef()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DDeclarePerVertexBlocks.cpp205 const TType *vec4Type = StaticType::GetBasic<EbtFloat, 4>(); in declarePerVertex()
206 const TType *floatType = StaticType::GetBasic<EbtFloat, 1>(); in declarePerVertex()
DRewriteInterpolateAtOffset.cpp102 ASSERT(offsetNode->getType() == *(StaticType::GetBasic<EbtFloat, 2>())); in visitAggregate()
DRewriteR32fImages.cpp240 const TType &vec4Type = *StaticType::GetBasic<EbtFloat, 4>(); in RewriteBuiltinFunctionCall()
/external/angle/src/compiler/translator/tree_ops/d3d/
DArrayReturnValueToOutParameter.cpp124 StaticType::GetBasic<EbtVoid>(), false); in visitFunctionPrototype()