Searched refs:getCaseName (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderUniformIntegerFunctionTests.cpp | 66 static std::string getCaseName (glu::Precision precision, glu::ShaderType shaderType); 69 : TestCase(context, getCaseName(precision, shaderType).c_str(), description) in UniformIntegerFunctionCase() 146 static std::string getCaseName (glu::Precision precision, glu::ShaderType shaderType) in getCaseName() function
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 110 static const char* getCaseName (void) \ 144 static const char* getCaseName (void) \ 178 static const char* getCaseName (void) \ 212 static const char* getCaseName (void) \ 292 LoaderType::getCaseName(), in create()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 108 static const char* getCaseName (void) \ 142 static const char* getCaseName (void) \ 216 LoaderType::getCaseName(), in create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCommonEdgeTests.cpp | 460 std::string getCaseName (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, cons… in getCaseName() function 490 …addFunctionCaseWithPrograms(group.get(), getCaseName(primitiveType, spacingMode, caseType), "", in… in createCommonEdgeTests()
|
D | vktTessellationWindingTests.cpp | 56 std::string getCaseName (const TessPrimitiveType primitiveType, const ShaderLanguage shaderLanguage… in getCaseName() function 218 : TestCase (testCtx, getCaseName(primitiveType, shaderLanguage, winding, yFlip), "") in WindingTest()
|
D | vktTessellationCoordinatesTests.cpp | 65 std::string getCaseName (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, bool… in getCaseName() function 387 …: TestCase (testCtx, getCaseName(primitiveType, spacingMode, executionModeInEvaluationShader… in TessCoordTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageSizeTests.cpp | 239 std::string getCaseName (const Texture& texture, const deUint32 flags) in getCaseName() function 536 …imageGroup->addChild(new SizeTest(testCtx, getCaseName(texture, s_flags[flagNdx]), "", texture, fo… in createImageSizeTests()
|
/third_party/vk-gl-cts/modules/internal/ |
D | ditTextureFormatTests.cpp | 1407 static std::string getCaseName (TextureFormat format) in getCaseName() function 1420 : tcu::TestCase (testCtx, getCaseName(format).c_str(), "") in TextureFormatCase()
|