Home
last modified time | relevance | path

Searched refs:bufferViewAllocationGroupTests (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewCreateTests.cpp409 de::MovePtr<tcu::TestCaseGroup> bufferViewAllocationGroupTests[ALLOCATION_KIND_LAST] in createBufferViewCreateTests() local
444 bufferViewAllocationGroupTests[allocationKind]->addChild(usageGroup.release()); in createBufferViewCreateTests()
447 …for (deUint32 subgroupNdx = 0u; subgroupNdx < DE_LENGTH_OF_ARRAY(bufferViewAllocationGroupTests); … in createBufferViewCreateTests()
449 bufferViewTests->addChild(bufferViewAllocationGroupTests[subgroupNdx].release()); in createBufferViewCreateTests()
DvktApiFillBufferTests.cpp462 tcu::TestCaseGroup* bufferViewAllocationGroupTests[] in createFillAndUpdateBufferTests() local
468 …for (deUint32 subgroupNdx = 0u; subgroupNdx < DE_LENGTH_OF_ARRAY(bufferViewAllocationGroupTests); … in createFillAndUpdateBufferTests()
470 if (bufferViewAllocationGroupTests[subgroupNdx] == DE_NULL) in createFillAndUpdateBufferTests()
474 fillAndUpdateBufferTests->addChild(bufferViewAllocationGroupTests[subgroupNdx]); in createFillAndUpdateBufferTests()
488 tcu::TestCaseGroup* currentTestsGroup = bufferViewAllocationGroupTests[testCaseGroupNdx]; in createFillAndUpdateBufferTests()
DvktApiBufferViewAccessTests.cpp544 de::MovePtr<tcu::TestCaseGroup> bufferViewAllocationGroupTests[] = in createBufferViewAccessTests() local
555 currentTestsGroup = bufferViewAllocationGroupTests[testCaseGroupNdx]; in createBufferViewAccessTests()
611 …for (deUint32 subgroupNdx = 0u; subgroupNdx < DE_LENGTH_OF_ARRAY(bufferViewAllocationGroupTests); … in createBufferViewAccessTests()
613 bufferViewTests->addChild(bufferViewAllocationGroupTests[subgroupNdx].release()); in createBufferViewAccessTests()