Searched refs:bufferViewAllocationGroupTests (Results 1 – 3 of 3) sorted by relevance
409 de::MovePtr<tcu::TestCaseGroup> bufferViewAllocationGroupTests[ALLOCATION_KIND_LAST] in createBufferViewCreateTests() local444 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()
462 tcu::TestCaseGroup* bufferViewAllocationGroupTests[] in createFillAndUpdateBufferTests() local468 …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()
544 de::MovePtr<tcu::TestCaseGroup> bufferViewAllocationGroupTests[] = in createBufferViewAccessTests() local555 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()