Home
last modified time | relevance | path

Searched refs:GetBasic (Results 1 – 11 of 11) 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/
DStaticType.h198 constexpr const TType *GetBasic() in GetBasic() function
239 return GetBasic<EbtVoid>(); in GetForVecMatHelper()
265 return GetBasic<EbtVoid>();
280 return GetBasic<EbtVoid>(); in GetForVec()
DTranslatorVulkan.cpp217 new TIntermConstantUnion(uniformIndex, *StaticType::GetBasic<EbtInt>()); in CreateDriverUniformRef()
470 StaticType::GetBasic<EbtBool>(), SymbolType::AngleInternal); in GenerateLineRasterSpecConstRef()
507 const TType *vec2Type = StaticType::GetBasic<EbtFloat, 2>(); in AddBresenhamEmulationVS()
621 const TType *vec2Type = StaticType::GetBasic<EbtFloat, 2>(); in AddBresenhamEmulationFS()
/external/angle/src/compiler/translator/tree_util/
DRunAtTheEndOfShader.cpp75 StaticType::GetBasic<EbtVoid>(), false); in WrapMainAndAppend()
84 StaticType::GetBasic<EbtVoid>(), false); in WrapMainAndAppend()
/external/angle/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp466 const TType *vec3Type = StaticType::GetBasic<EbtFloat, 3>(); in declareCoordTranslationFunction()
474 const TType *vec2Type = StaticType::GetBasic<EbtFloat, 2>(); in declareCoordTranslationFunction()
498 const TType *floatType = StaticType::GetBasic<EbtFloat>(); in declareCoordTranslationFunction()
522 const TType *mat3Type = StaticType::GetBasic<EbtFloat, 3, 3>(); in declareCoordTranslationFunction()
770 const TType *vec3Type = StaticType::GetBasic<EbtFloat, 3>(); in createImplicitCoordTransformationCall()
883 const TType *vec2Type = StaticType::GetBasic<EbtFloat, 2>(); in convertBuiltinFunction()
884 const TType *vec3Type = StaticType::GetBasic<EbtFloat, 3>(); in convertBuiltinFunction()
936 const TType *floatType = StaticType::GetBasic<EbtFloat>(); in convertBuiltinFunction()
DDeferGlobalInitializers.cpp111 StaticType::GetBasic<EbtVoid>(), false); in InsertInitCallToMain()
DRewriteAtomicCounters.cpp55 TType *constantType = new TType(*StaticType::GetBasic<EbtUInt, 1>()); in CreateUIntConstant()
559 new TIntermConstantUnion(offsetFieldIndex, *StaticType::GetBasic<EbtUInt>()); in convertFunctionArgument()
DArrayReturnValueToOutParameter.cpp124 StaticType::GetBasic<EbtVoid>(), false); in visitFunctionPrototype()
DRemoveDynamicIndexing.cpp461 StaticType::GetBasic<EbtVoid>(), false); in visitBinary()
DRewriteStructSamplers.cpp881 const TType *intType = StaticType::GetBasic<EbtInt>(); in visitSamplerInStructParam()
DRewriteRowMajorMatrices.cpp717 new TVariable(mSymbolTable, kEmptyImmutableString, StaticType::GetBasic<EbtUInt>(), in convertStruct()