Home
last modified time | relevance | path

Searched refs:LoopType (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderLoopTests.cpp139 enum LoopType enum
148 static const char* getLoopTypeName (LoopType loopType) in getLoopTypeName()
244 …text, const char* caseName, const char* description, bool isVertexCase, LoopType loopType, LoopCou… in createGenericLoopCase()
442 …aseName, const char* description, bool isVertexCase, LoopCase loopCase, LoopType loopType, LoopCou… in createSpecialLoopCase()
1158 const char* loopTypeName = getLoopTypeName((LoopType)loopType); in init()
1188 …teGenericLoopCase(m_context, name.c_str(), desc.c_str(), isVertexCase, (LoopType)loopType, (LoopCo… in init()
1211 …context, name.c_str(), desc.c_str(), isVertexCase, (LoopCase)loopCase, (LoopType)loopType, (LoopCo… in init()
/external/deqp/modules/gles2/functional/
Des2fShaderLoopTests.cpp142 enum LoopType enum
151 static const char* getLoopTypeName (LoopType loopType) in getLoopTypeName()
276 …text, const char* caseName, const char* description, bool isVertexCase, LoopType loopType, LoopCou… in createGenericLoopCase()
484 …aseName, const char* description, bool isVertexCase, LoopCase loopCase, LoopType loopType, LoopCou… in createSpecialLoopCase()
1282 const char* loopTypeName = getLoopTypeName((LoopType)loopType); in init()
1312 …teGenericLoopCase(m_context, name.c_str(), desc.c_str(), isVertexCase, (LoopType)loopType, (LoopCo… in init()
1335 …context, name.c_str(), desc.c_str(), isVertexCase, (LoopCase)loopCase, (LoopType)loopType, (LoopCo… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp116 enum LoopType enum
124 static const char* getLoopTypeName (LoopType loopType) in getLoopTypeName()
303 LoopType loopType, in createGenericLoopCase()
527 LoopType loopType, in createSpecialLoopCase()
1297 const char* loopTypeName = getLoopTypeName((LoopType)loopType); in init()
1329 …cLoopCase(m_testCtx, testName.c_str(), testDesc.c_str(), isVertexCase, (LoopType)loopType, (LoopCo… in init()
1353 …testCtx, name.c_str(), desc.c_str(), isVertexCase, (LoopCase)loopCase, (LoopType)loopType, (LoopCo… in init()
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp403 enum LoopType enum in deqp::gles2::Performance::LoopCase
411 …LoopCase (Context& context, const char* name, const char* description, LoopType type, DecisionTy…
420 LoopType m_type;
427 LoopCase::LoopCase (Context& context, const char* name, const char* description, LoopType type, Dec… in LoopCase()
911 LoopCase::LoopType type; in init()
Des2pShaderCompilationCases.cpp321 enum LoopType enum
540 …eID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, LoopType type, int numLoop…
550 LoopType m_type;
698 …st char* description, int caseID, InvalidityType invalidityType, bool , LoopType type, int numLoop…
708 LoopType m_type;
1140 static string loopVertexTemplate (LoopType type, bool isVertexCase, int numLoopIterations, int nest… in loopVertexTemplate()
1211 static string loopFragmentTemplate (LoopType type, bool isVertexCase, int numLoopIterations, int ne… in loopFragmentTemplate()
1266 …se::AttribSpec> loopShaderAttributes (const string& nameSpecialization, LoopType type, int numLoop… in loopShaderAttributes()
1292 …ase::UniformSpec> loopShaderUniforms (const string& nameSpecialization, LoopType type, int numLoop… in loopShaderUniforms()
2272 …eID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, LoopType type, int numLoop… in ShaderCompilerLoopCase()
[all …]
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp407 enum LoopType enum in deqp::gles3::Performance::LoopCase
415 …LoopCase (Context& context, const char* name, const char* description, LoopType type, DecisionTy…
424 LoopType m_type;
431 LoopCase::LoopCase (Context& context, const char* name, const char* description, LoopType type, Dec… in LoopCase()
923 LoopCase::LoopType type; in init()
Des3pShaderCompilationCases.cpp321 enum LoopType enum
540 …eID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, LoopType type, int numLoop…
550 LoopType m_type;
698 …st char* description, int caseID, InvalidityType invalidityType, bool , LoopType type, int numLoop…
708 LoopType m_type;
1145 static string loopVertexTemplate (LoopType type, bool isVertexCase, int numLoopIterations, int nest… in loopVertexTemplate()
1217 static string loopFragmentTemplate (LoopType type, bool isVertexCase, int numLoopIterations, int ne… in loopFragmentTemplate()
1274 …se::AttribSpec> loopShaderAttributes (const string& nameSpecialization, LoopType type, int numLoop… in loopShaderAttributes()
1300 …ase::UniformSpec> loopShaderUniforms (const string& nameSpecialization, LoopType type, int numLoop… in loopShaderUniforms()
2292 …eID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, LoopType type, int numLoop… in ShaderCompilerLoopCase()
[all …]
/external/deqp/modules/gles3/stress/
Des3sLongRunningShaderTests.cpp55 enum LoopType enum
81 LoopType loopType;
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp287 typedef typename PassT::LoopType LoopT;
2660 typedef MachineLoop LoopType; typedef in llvm::AMDGPUCFGStructurizer