/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildTests.cpp | 726 string groupName, groupDesc; in createBuildTests() 730 groupDesc = "Compare results of run with acceleration structures build on GPU"; in createBuildTests() 735 groupDesc = "Compare results of run with acceleration structures build on CPU"; in createBuildTests() 742 groupDesc = "Compare results of run with acceleration structures build on CPU and using host threading"; in createBuildTests() 745 de::MovePtr<tcu::TestCaseGroup> groupGpuCpuHt(new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createBuildTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildTests.cpp | 734 string groupName, groupDesc; in createBuildTests() 738 groupDesc = "Compare results of run with acceleration structures build on GPU"; in createBuildTests() 743 groupDesc = "Compare results of run with acceleration structures build on CPU"; in createBuildTests() 750 groupDesc = "Compare results of run with acceleration structures build on CPU and using host threading"; in createBuildTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemClearColorImageTests.cpp | 347 std::string groupDesc = "Clear Color Image Tests with " + groupName + " command buffer"; in createClearColorImageTests() local 348 de::MovePtr<tcu::TestCaseGroup> clearTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createClearColorImageTests()
|
H A D | vktProtectedMemBlitImageTests.cpp | 454 std::string groupDesc = "Blit Image Tests with " + groupName + " command buffer"; in createBlitImageTests() local 455 de::MovePtr<tcu::TestCaseGroup> blitTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createBlitImageTests()
|
H A D | vktProtectedMemCopyBufferToImageTests.cpp | 414 std::string groupDesc = "Copy Buffer To Image Tests with " + groupName + " command buffer"; in createCopyBufferToImageTests() local
|
H A D | vktProtectedMemCopyImageToBufferTests.cpp | 426 std::string groupDesc = "Copy Image to Buffer Tests with " + groupName + " command buffer"; in createCopyImageToFloatBufferTests() local
|
H A D | vktProtectedMemAttachmentClearTests.cpp | 382 std::string groupDesc = "Attachment Clear Op Tests with " + groupName + " command buffer"; in createAttachmentClearTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemClearColorImageTests.cpp | 346 std::string groupDesc = "Clear Color Image Tests with " + groupName + " command buffer"; in createClearColorImageTests() local 347 de::MovePtr<tcu::TestCaseGroup> clearTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createClearColorImageTests()
|
H A D | vktProtectedMemCopyBufferToImageTests.cpp | 413 std::string groupDesc = "Copy Buffer To Image Tests with " + groupName + " command buffer"; in createCopyBufferToImageTests() local 414 de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createCopyBufferToImageTests()
|
H A D | vktProtectedMemCopyImageToBufferTests.cpp | 425 std::string groupDesc = "Copy Image to Buffer Tests with " + groupName + " command buffer"; in createCopyImageToFloatBufferTests() local 426 de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createCopyImageToFloatBufferTests()
|
H A D | vktProtectedMemAttachmentClearTests.cpp | 381 std::string groupDesc = "Attachment Clear Op Tests with " + groupName + " command buffer"; in createAttachmentClearTests() local 382 de::MovePtr<tcu::TestCaseGroup> clearTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createAttachmentClearTests()
|
H A D | vktProtectedMemBlitImageTests.cpp | 453 std::string groupDesc = "Blit Image Tests with " + groupName + " command buffer"; in createBlitImageTests() local 454 de::MovePtr<tcu::TestCaseGroup> blitTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createBlitImageTests()
|
H A D | vktProtectedMemCopyImageTests.cpp | 451 std::string groupDesc = "Copy Image Tests with " + groupName + " command buffer"; in createCopyImageTests() local 452 de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createCopyImageTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderLoopTests.cpp | 1530 std::string groupDesc = std::string("Loop tests with ") + loopCountName + " loop counter."; in init() local 1531 TestCaseGroup* genericSubGroup = new TestCaseGroup(m_testCtx, groupName.c_str(), groupDesc.c_str()); in init() 1532 TestCaseGroup* specialSubGroup = new TestCaseGroup(m_testCtx, groupName.c_str(), groupDesc.c_str()); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLoopTests.cpp | 1151 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; in init() local 1152 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str()); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderLoopTests.cpp | 1165 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; in init() local 1166 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str()); in init()
|
H A D | es3fUniformApiTests.cpp | 2891 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; in init() local 2893 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc); in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderLoopTests.cpp | 1289 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; in init() local 1290 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str()); in init()
|
H A D | es2fShaderTextureFunctionTests.cpp | 560 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, const TexFuncCaseSpec* cases, int numCases, bool isVertex) in createCaseGroup() argument 562 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc); in createCaseGroup()
|
H A D | es2fShaderOperatorTests.cpp | 1247 string groupDesc = string("Built-in function ") + shaderFuncName + "() tests."; in init() local 1248 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str()); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
H A D | esextcTextureShadowLodFunctionsTest.cpp | 962 static void createCaseGroup(TestCaseGroup* parent, const char* groupName, const char* groupDesc, in createCaseGroup() argument 965 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc); in createCaseGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderLoopTests.cpp | 1527 std::string groupDesc = std::string("Loop tests with ") + loopCountName + " loop counter."; in init() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineVertexInputTests.cpp | 2044 const std::string groupDesc = de::toString(attributeCount[attributeCountNdx]) + " vertex input attributes"; in createMaxAttributeTests() local 2046 de::MovePtr<tcu::TestCaseGroup> numAttributeTests(new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createMaxAttributeTests()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 2029 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; in init() local 2031 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingValveMutableTests.cpp | 3852 const char* groupDesc; 3861 GroupPtr arrayGroup(new tcu::TestCaseGroup(testCtx, variant.groupName, variant.groupDesc));
|