Home
last modified time | relevance | path

Searched refs:testNameSuffix (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp2035 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBuiltinVarTests() local
2043 const string testName = varLower + "_" + getShaderStageName(caseDef.shaderStage) + testNameSuffix; in createSubgroupsBuiltinVarTests()
2054 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBuiltinVarTests() local
2062 const string testName = varLower + "_" + getShaderStageName(caseDef.shaderStage) + testNameSuffix; in createSubgroupsBuiltinVarTests()
2092 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBuiltinVarTests() local
2100 const string testName = varLower + testNameSuffix; in createSubgroupsBuiltinVarTests()
2111 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBuiltinVarTests() local
2119 const string testName = varLower + testNameSuffix + "_" + getShaderStageName(stage); in createSubgroupsBuiltinVarTests()
H A DvktSubgroupsBallotTests.cpp1011 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBallotTests() local
1025 const string testName = getShaderStageName(caseDef.shaderStage) + testNameSuffix; in createSubgroupsBallotTests()
1036 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBallotTests() local
1052 const string testName = getShaderStageName(caseDef.shaderStage) + testNameSuffix + "_" + getShaderStageName(stage); in createSubgroupsBallotTests()
H A DvktSubgroupsQuadTests.cpp448 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsQuadTests() local
449 const string testName = name + testNameSuffix; in createSubgroupsQuadTests()
470 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsQuadTests() local
471 const string testName = name + testNameSuffix + "_" + getShaderStageName(stage); in createSubgroupsQuadTests()
H A DvktSubgroupsBasicTests.cpp2225 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBasicTests() local
2233 const string testName = op + testNameSuffix; in createSubgroupsBasicTests()
2244 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBasicTests() local
2252 const string testName = op + testNameSuffix + "_" + getShaderStageName(stage); in createSubgroupsBasicTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp2035 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBuiltinVarTests() local
2043 const string testName = varLower + "_" + getShaderStageName(caseDef.shaderStage) + testNameSuffix; in createSubgroupsBuiltinVarTests()
2054 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBuiltinVarTests() local
2062 const string testName = varLower + "_" + getShaderStageName(caseDef.shaderStage) + testNameSuffix; in createSubgroupsBuiltinVarTests()
2092 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBuiltinVarTests() local
2100 const string testName = varLower + testNameSuffix; in createSubgroupsBuiltinVarTests()
2111 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBuiltinVarTests() local
2119 const string testName = varLower + testNameSuffix + "_" + getShaderStageName(stage); in createSubgroupsBuiltinVarTests()
H A DvktSubgroupsBallotTests.cpp1011 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBallotTests() local
1025 const string testName = getShaderStageName(caseDef.shaderStage) + testNameSuffix; in createSubgroupsBallotTests()
1036 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBallotTests() local
1052 const string testName = getShaderStageName(caseDef.shaderStage) + testNameSuffix + "_" + getShaderStageName(stage); in createSubgroupsBallotTests()
H A DvktSubgroupsQuadTests.cpp428 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsQuadTests() local
429 const string testName = name + testNameSuffix; in createSubgroupsQuadTests()
448 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsQuadTests() local
449 const string testName = name + testNameSuffix + "_" + getShaderStageName(stage); in createSubgroupsQuadTests()
H A DvktSubgroupsBasicTests.cpp2225 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBasicTests() local
2233 const string testName = op + testNameSuffix; in createSubgroupsBasicTests()
2244 const string testNameSuffix = requiredSubgroupSize ? "_requiredsubgroupsize" : ""; in createSubgroupsBasicTests() local
2252 const string testName = op + testNameSuffix + "_" + getShaderStageName(stage); in createSubgroupsBasicTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp127 const char* testNameSuffix; member
835 const string testNameSuffix = formatSuffix.str() + verticesByTopology[(deUint32)topology].testNameSuffix; in init() local
856 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "load_clear_draw" + testNameSuffix, params)); in init()
878 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "draw_clear_draw" + testNameSuffix, params)); in init()
900 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "clear_clear_draw" + testNameSuffix, params)); in init()
921 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "load_clear" + testNameSuffix, params)); in init()
942 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "draw_clear" + testNameSuffix, params)); in init()
963 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "clear_clear" + testNameSuffix, params)); in init()
H A DvktDrawDepthClampTests.cpp69 string testNameSuffix; member
101 "", // testNameSuffix
115 "_clamp_input_negative", // testNameSuffix
129 "_clamp_input_positive", // testNameSuffix
143 "_depth_bias_clamp_input_negative", // testNameSuffix
157 "_depth_bias_clamp_input_positive", // testNameSuffix
171 "_depth_range_unrestricted_negative", // testNameSuffix
187 "_depth_range_unrestricted_positive", // testNameSuffix
203 "_clamp_four_viewports", // testNameSuffix
830 const auto testCaseName = formatCaseName + params.testNameSuffix; in createTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp127 const char* testNameSuffix; member
830 const string testNameSuffix = formatSuffix.str() + verticesByTopology[(deUint32)topology].testNameSuffix; in init() local
850 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "load_clear_draw" + testNameSuffix, "Multiple clears within same render pass, methods: load, clear, draw", params)); in init()
871 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "draw_clear_draw" + testNameSuffix, "Multiple clears within same render pass, methods: draw, clear, draw", params)); in init()
892 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "clear_clear_draw" + testNameSuffix, "Multiple clears within same render pass, methods: clear, clear, draw", params)); in init()
912 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "load_clear" + testNameSuffix, "Multiple clears within same render pass, methods: load, clear", params)); in init()
932 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "draw_clear" + testNameSuffix, "Multiple clears within same render pass, methods: draw, clear", params)); in init()
952 addChild(new MultipleClearsWithinRenderPassTest(m_testCtx, "clear_clear" + testNameSuffix, "Multiple clears within same render pass, methods: clear, clear", params)); in init()
H A DvktDrawDepthClampTests.cpp69 string testNameSuffix; member
101 "", // testNameSuffix
115 "_clamp_input_negative", // testNameSuffix
129 "_clamp_input_positive", // testNameSuffix
143 "_depth_bias_clamp_input_negative", // testNameSuffix
157 "_depth_bias_clamp_input_positive", // testNameSuffix
171 "_depth_range_unrestricted_negative", // testNameSuffix
187 "_depth_range_unrestricted_positive", // testNameSuffix
203 "_clamp_four_viewports", // testNameSuffix
830 const auto testCaseName = formatCaseName + params.testNameSuffix; in createTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp2308 const char* testNameSuffix; in createImageClearingTestsCommon() member
2318 "", // testNameSuffix in createImageClearingTestsCommon()
2329 "_clamp_input", // testNameSuffix in createImageClearingTestsCommon()
2510 std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNameSuffix; in createImageClearingTestsCommon()
2803 std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNameSuffix; in createImageClearingTestsCommon()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp2114 const char* testNameSuffix; in createImageClearingTestsCommon() member
2124 "", // testNameSuffix in createImageClearingTestsCommon()
2135 "_clamp_input", // testNameSuffix in createImageClearingTestsCommon()
2302 std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNameSuffix; in createImageClearingTestsCommon()
2505 const std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNameSuffix; in createImageClearingTestsCommon()

Completed in 28 milliseconds