Searched refs:GetBasic (Results 1 – 11 of 11) sorted by relevance
/external/angle/src/tests/compiler_tests/ |
D | ShaderImage_test.cpp | 193 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/ |
D | StaticType.h | 198 constexpr const TType *GetBasic() in GetBasic() function 239 return GetBasic<EbtVoid>(); in GetForVecMatHelper() 265 return GetBasic<EbtVoid>(); 280 return GetBasic<EbtVoid>(); in GetForVec()
|
D | TranslatorVulkan.cpp | 217 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/ |
D | RunAtTheEndOfShader.cpp | 75 StaticType::GetBasic<EbtVoid>(), false); in WrapMainAndAppend() 84 StaticType::GetBasic<EbtVoid>(), false); in WrapMainAndAppend()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteCubeMapSamplersAs2DArray.cpp | 466 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()
|
D | DeferGlobalInitializers.cpp | 111 StaticType::GetBasic<EbtVoid>(), false); in InsertInitCallToMain()
|
D | RewriteAtomicCounters.cpp | 55 TType *constantType = new TType(*StaticType::GetBasic<EbtUInt, 1>()); in CreateUIntConstant() 559 new TIntermConstantUnion(offsetFieldIndex, *StaticType::GetBasic<EbtUInt>()); in convertFunctionArgument()
|
D | ArrayReturnValueToOutParameter.cpp | 124 StaticType::GetBasic<EbtVoid>(), false); in visitFunctionPrototype()
|
D | RemoveDynamicIndexing.cpp | 461 StaticType::GetBasic<EbtVoid>(), false); in visitBinary()
|
D | RewriteStructSamplers.cpp | 881 const TType *intType = StaticType::GetBasic<EbtInt>(); in visitSamplerInStructParam()
|
D | RewriteRowMajorMatrices.cpp | 717 new TVariable(mSymbolTable, kEmptyImmutableString, StaticType::GetBasic<EbtUInt>(), in convertStruct()
|