/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationMiscDrawTests.cpp | 537 inline std::string getReferenceImagePathPrefix (const std::string& caseName) in getReferenceImagePathPrefix() 561 …const std::string caseName = std::string() + "fill_cover_" + getTessPrimitiveTypeShaderName(pri… in createMiscDrawTests() local 573 …const std::string caseName = std::string() + "fill_overlap_" + getTessPrimitiveTypeShaderName(p… in createMiscDrawTests() local 583 …const std::string caseName = std::string() + "isolines_" + getSpacingModeShaderName(spacingMode… in createMiscDrawTests() local
|
D | vktTessellationLimitsTests.cpp | 119 std::string caseName; in createLimitsTests() member
|
D | vktTessellationShaderInputOutputTests.cpp | 347 std::string caseName; member 964 …const std::string caseName = "patch_vertices_" + de::toString(inSize) + "_in_" + de::toString(outS… in createShaderInputOutputTests() local 1001 std::string caseName; in createShaderInputOutputTests() member
|
/external/deqp/modules/gles3/scripts/ |
D | gen-large-constant-arrays.py | 106 caseName = "%s_%s" % (dataType, arraySize) variable
|
D | gen-swizzle-math-operations.py | 179 caseName = "%s_%s_%s_%s" % (precision, dataType, swizzle1, swizzle2) variable
|
D | gen-swizzles.py | 262 caseName = "%s_%s_%s" % (precision, dataType, swizzle) variable
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderMacroTests.cpp | 147 std::string caseName("fragment_precision_high_"); in init() local
|
D | glcShaderIndexingTests.cpp | 244 static ShaderIndexingCase* createVaryingArrayCase(Context& context, const char* caseName, const cha… in createVaryingArrayCase() 365 static ShaderIndexingCase* createUniformArrayCase(Context& context, const char* caseName, const cha… in createUniformArrayCase() 477 static ShaderIndexingCase* createTmpArrayCase(Context& context, const char* caseName, const char* d… in createTmpArrayCase() 655 static ShaderIndexingCase* createVectorSubscriptCase(Context& context, const char* caseName, const … in createVectorSubscriptCase() 918 static ShaderIndexingCase* createMatrixSubscriptCase(Context& context, const char* caseName, const … in createMatrixSubscriptCase()
|
D | glcShaderConstExprTests.cpp | 62 std::string caseName; member 238 std::string caseName(params.caseName + '_' + getShaderTypeName(shaderType)); in createTestCasesForAllShaderTypes() local
|
D | glcShaderLoopTests.cpp | 219 …opCase* createGenericLoopCase(Context& context, glu::GLSLVersion glslVersion, const char* caseName, in createGenericLoopCase() 424 …opCase* createSpecialLoopCase(Context& context, glu::GLSLVersion glslVersion, const char* caseName, in createSpecialLoopCase()
|
D | glcLimitTest.inl | 28 const char* caseName,
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 251 static ShaderIndexingCase* createVaryingArrayCase (Context& context, const char* caseName, const ch… in createVaryingArrayCase() 374 static ShaderIndexingCase* createUniformArrayCase (Context& context, const char* caseName, const ch… in createUniformArrayCase() 484 static ShaderIndexingCase* createTmpArrayCase (Context& context, const char* caseName, const char* … in createTmpArrayCase() 648 static ShaderIndexingCase* createVectorSubscriptCase (Context& context, const char* caseName, const… in createVectorSubscriptCase() 834 static ShaderIndexingCase* createMatrixSubscriptCase (Context& context, const char* caseName, const… in createMatrixSubscriptCase()
|
D | es2fShaderAlgorithmTests.cpp | 73 static ShaderAlgorithmCase* createExpressionCase (Context& context, const char* caseName, const cha… in createExpressionCase()
|
D | es2fShaderLoopTests.cpp | 276 static ShaderLoopCase* createGenericLoopCase (Context& context, const char* caseName, const char* d… in createGenericLoopCase() 484 static ShaderLoopCase* createSpecialLoopCase (Context& context, const char* caseName, const char* d… in createSpecialLoopCase()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderIndexingTests.cpp | 222 static ShaderIndexingCase* createVaryingArrayCase (Context& context, const char* caseName, const ch… in createVaryingArrayCase() 337 static ShaderIndexingCase* createUniformArrayCase (Context& context, const char* caseName, const ch… in createUniformArrayCase() 443 static ShaderIndexingCase* createTmpArrayCase (Context& context, const char* caseName, const char* … in createTmpArrayCase() 603 static ShaderIndexingCase* createVectorSubscriptCase (Context& context, const char* caseName, const… in createVectorSubscriptCase() 803 static ShaderIndexingCase* createMatrixSubscriptCase (Context& context, const char* caseName, const… in createMatrixSubscriptCase()
|
D | es3fShaderLoopTests.cpp | 244 static ShaderLoopCase* createGenericLoopCase (Context& context, const char* caseName, const char* d… in createGenericLoopCase() 442 static ShaderLoopCase* createSpecialLoopCase (Context& context, const char* caseName, const char* d… in createSpecialLoopCase()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderIndexingTests.cpp | 255 const std::string& caseName, in createVaryingArrayCase() 385 const std::string& caseName, in createUniformArrayCase() 501 const std::string& caseName, in createTmpArrayCase() 672 const std::string& caseName, in createVectorSubscriptCase() 877 const std::string& caseName, in createMatrixSubscriptCase()
|
D | vktShaderRenderLoopTests.cpp | 309 const std::string& caseName, in createGenericLoopCase() 534 const std::string& caseName, in createSpecialLoopCase()
|
/external/deqp/external/openglcts/scripts/verify/ |
D | verify_es.py | 48 def retrieveReportedConfigs(caseName, log): argument
|
/external/deqp/modules/glshared/ |
D | glsShaderConstExprTests.cpp | 145 …const string caseName = string(cases[caseNdx].name) + (minComponents==maxComponents ? "" : ("… in createTests() local
|
/external/deqp/framework/common/ |
D | tcuTestHierarchyUtil.cpp | 93 const string caseName = node->getName(); in writeXmlCaselist() local
|
/external/deqp/executor/tools/ |
D | xeBatchResultToJUnit.cpp | 114 std::string caseName = result.casePath.substr(sepPos+1); in testCaseResultComplete() local
|
/external/deqp/modules/gles2/scripts/ |
D | gen-swizzles.py | 258 caseName = "%s_%s_%s" % (precision, dataType, swizzle) variable
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 386 std::ostringstream caseName; in getSizeName() local 572 std::ostringstream caseName; in createImageCountTests() local
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureSwizzleTests.cpp | 367 const string caseName = de::toLower(formatStr.substr(10)) + "_2d" in populateTextureSwizzleTests() local
|