/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemCopyBufferToImageTests.cpp | 409 std::string groupDesc = "Copy Buffer To Image Tests with " + groupName + " command buffer"; in createCopyBufferToImageTests() local 410 …::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createCopyBufferToImageTests()
|
D | vktProtectedMemClearColorImageTests.cpp | 342 std::string groupDesc = "Clear Color Image Tests with " + groupName + " command buffer"; in createClearColorImageTests() local 343 …:TestCaseGroup> clearTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createClearColorImageTests()
|
D | vktProtectedMemAttachmentClearTests.cpp | 381 std::string groupDesc = "Attachment Clear Op Tests with " + groupName + " command buffer"; in createAttachmentClearTests() local 382 …:TestCaseGroup> clearTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createAttachmentClearTests()
|
D | vktProtectedMemCopyImageTests.cpp | 447 std::string groupDesc = "Copy Image Tests with " + groupName + " command buffer"; in createCopyImageTests() local 448 …::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createCopyImageTests()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 401 std::string groupDesc = "Copy Image to Buffer Tests with " + groupName + " command buffer"; in createCopyImageToFloatBufferTests() local 402 …::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createCopyImageToFloatBufferTests()
|
D | vktProtectedMemBlitImageTests.cpp | 449 std::string groupDesc = "Blit Image Tests with " + groupName + " command buffer"; in createBlitImageTests() local 450 …::TestCaseGroup> blitTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createBlitImageTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
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()
|
D | vktShaderRenderOperatorTests.cpp | 1698 std::string groupDesc = std::string("Built-in function ") + shaderFuncName + "() tests."; in init() local 1699 innerGroup = new TestCaseGroup(m_testCtx, funcInfo.caseName, groupDesc.c_str()); in init()
|
D | vktShaderRenderTextureFunctionTests.cpp | 3416 …seGroup (tcu::TestCaseGroup* parent, const char* groupName, const char* groupDesc, const TexFuncCa… in createCaseGroup() argument 3418 …tcu::TestCaseGroup> group (new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc)); in createCaseGroup()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
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/ |
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()
|
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()
|
D | es3fShaderTextureFunctionTests.cpp | 1363 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, c… in createCaseGroup() argument 1365 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc); in createCaseGroup()
|
D | es3fShaderOperatorTests.cpp | 2097 string groupDesc = string("Built-in function ") + shaderFuncName + "() tests."; local 2098 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str());
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
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()
|
D | es2fShaderTextureFunctionTests.cpp | 560 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, c… in createCaseGroup() argument 562 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc); in createCaseGroup()
|
D | es2fUniformApiTests.cpp | 2356 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; in init() local 2358 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc); in init()
|
D | es2fShaderOperatorTests.cpp | 1247 string groupDesc = string("Built-in function ") + shaderFuncName + "() tests."; local 1248 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str());
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBuildTests.cpp | 636 …const string groupDesc = !defferedOperation ? "Compare results of run with acceleration stru… in createBuildTests() local 642 …tCaseGroup> groupGpuCpuHt (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createBuildTests()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
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/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 2140 …const std::string groupDesc = de::toString(attributeCount[attributeCountNdx]) + " vertex inp… in createMaxAttributeTests() local 2142 …Group> numAttributeTests(new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createMaxAttributeTests()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
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/ |
D | vktBindingValveMutableTests.cpp | 3852 const char* groupDesc; in createDescriptorValveMutableTests() member 3861 GroupPtr arrayGroup(new tcu::TestCaseGroup(testCtx, variant.groupName, variant.groupDesc)); in createDescriptorValveMutableTests()
|