Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp405 de::MovePtr<tcu::TestCaseGroup> bufferViewAllocationGroupTests[ALLOCATION_KIND_LAST] = { in createBufferViewCreateTests() local
436 bufferViewAllocationGroupTests[allocationKind]->addChild(usageGroup.release()); in createBufferViewCreateTests()
439 …for (uint32_t subgroupNdx = 0u; subgroupNdx < DE_LENGTH_OF_ARRAY(bufferViewAllocationGroupTests); … in createBufferViewCreateTests()
441 bufferViewTests->addChild(bufferViewAllocationGroupTests[subgroupNdx].release()); in createBufferViewCreateTests()
H A DvktApiBufferViewAccessTests.cpp1133 de::MovePtr<tcu::TestCaseGroup> bufferViewAllocationGroupTests[] = { in createBufferViewAccessTests() local
1143 …de::MovePtr<tcu::TestCaseGroup> &currentTestsGroup = bufferViewAllocationGroupTests[testCaseGroupN… in createBufferViewAccessTests()
1184 …for (uint32_t subgroupNdx = 0u; subgroupNdx < DE_LENGTH_OF_ARRAY(bufferViewAllocationGroupTests); … in createBufferViewAccessTests()
1186 bufferViewTests->addChild(bufferViewAllocationGroupTests[subgroupNdx].release()); in createBufferViewAccessTests()