/third_party/vk-gl-cts/modules/gles31/functional/ |
H A 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/ |
H A 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/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderProvokingVertexTestsEXT.cpp | 99 std::string getCaseName (Geometry geometry) in getCaseName() function 113 std::string getCaseName (const ProvokingVertexModeVec& modes) in getCaseName() function 463 const auto geometryName = getCaseName(geometry); in createMeshShaderProvokingVertexTestsEXT() 468 const auto modeName = getCaseName(testModes); in createMeshShaderProvokingVertexTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderProvokingVertexTestsEXT.cpp | 99 std::string getCaseName (Geometry geometry) in getCaseName() function 113 std::string getCaseName (const ProvokingVertexModeVec& modes) in getCaseName() function 463 const auto geometryName = getCaseName(geometry); in createMeshShaderProvokingVertexTestsEXT() 468 const auto modeName = getCaseName(testModes); in createMeshShaderProvokingVertexTestsEXT()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A 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/ |
H A D | vktTessellationCommonEdgeTests.cpp | 462 std::string getCaseName (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const CaseType caseType) in getCaseName() function 493 addFunctionCaseWithPrograms(group.get(), getCaseName(primitiveType, spacingMode, caseType), initPrograms, test, caseDef); in createCommonEdgeTests()
|
H A D | vktTessellationWindingTests.cpp | 58 std::string getCaseName (const TessPrimitiveType primitiveType, const ShaderLanguage shaderLanguage, const Winding winding, bool yFlip) in getCaseName() function 220 : TestCase (testCtx, getCaseName(primitiveType, shaderLanguage, winding, yFlip)) in WindingTest()
|
H A D | vktTessellationCoordinatesTests.cpp | 67 std::string getCaseName (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, bool executionModeInEvaluationShader) in getCaseName() function 396 : TestCase (testCtx, getCaseName(primitiveType, spacingMode, executionModeInEvaluationShader))
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCommonEdgeTests.cpp | 462 std::string getCaseName (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const CaseType caseType) in getCaseName() function 492 addFunctionCaseWithPrograms(group.get(), getCaseName(primitiveType, spacingMode, caseType), "", initPrograms, test, caseDef); in createCommonEdgeTests()
|
H A D | vktTessellationWindingTests.cpp | 58 std::string getCaseName (const TessPrimitiveType primitiveType, const ShaderLanguage shaderLanguage, const Winding winding, bool yFlip) in getCaseName() function 220 : TestCase (testCtx, getCaseName(primitiveType, shaderLanguage, winding, yFlip), "") in WindingTest()
|
H A D | vktTessellationCoordinatesTests.cpp | 67 std::string getCaseName (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, bool executionModeInEvaluationShader) in getCaseName() function 389 : TestCase (testCtx, getCaseName(primitiveType, spacingMode, executionModeInEvaluationShader), "")
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 278 std::string getCaseName (const Texture& texture, const deUint32 flags, const bool is2DViewOf3D) in getCaseName() function 597 const auto caseName = getCaseName(texture, flags, is2DViewOf3D); in createImageSizeTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 280 std::string getCaseName (const Texture& texture, const deUint32 flags, const bool is2DViewOf3D) in getCaseName() function 599 const auto caseName = getCaseName(texture, flags, is2DViewOf3D); in createImageSizeTests()
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditTextureFormatTests.cpp | 1407 static std::string getCaseName (TextureFormat format) in getCaseName() function 1420 : tcu::TestCase (testCtx, getCaseName(format).c_str(), "") in TextureFormatCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 12997 auto getCaseName = [](VkFormat format, VkExtent3D extent, deUint32 numLayers, std::string queueName) { 13023 group->addChild(new CopyCompressedImageToBufferTestCase(testCtx, getCaseName(*format, params.src.image.extent, numLayers, "universal"), params)); 13025 group->addChild(new CopyCompressedImageToBufferTestCase(testCtx, getCaseName(*format, params.src.image.extent, numLayers, "compute"), params)); 13027 group->addChild(new CopyCompressedImageToBufferTestCase(testCtx, getCaseName(*format, params.src.image.extent, numLayers, "transfer"), params));
|