Home
last modified time | relevance | path

Searched refs:getCaseName (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderUniformIntegerFunctionTests.cpp66 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 Des3fDefaultVertexAttributeTests.cpp110 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 DvktMeshShaderProvokingVertexTestsEXT.cpp99 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 DvktMeshShaderProvokingVertexTestsEXT.cpp99 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 Des2fDefaultVertexAttributeTests.cpp108 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 DvktTessellationCommonEdgeTests.cpp462 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 DvktTessellationWindingTests.cpp58 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 DvktTessellationCoordinatesTests.cpp67 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 DvktTessellationCommonEdgeTests.cpp462 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 DvktTessellationWindingTests.cpp58 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 DvktTessellationCoordinatesTests.cpp67 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 DvktImageSizeTests.cpp278 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 DvktImageSizeTests.cpp280 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 DditTextureFormatTests.cpp1407 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 DvktApiCopiesAndBlittingTests.cpp12997 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));

Completed in 31 milliseconds