Searched refs:bufferViewAllocationGroupTests (Results 1 – 2 of 2) sorted by relevance
405 de::MovePtr<tcu::TestCaseGroup> bufferViewAllocationGroupTests[ALLOCATION_KIND_LAST] = { in createBufferViewCreateTests() local436 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()
1133 de::MovePtr<tcu::TestCaseGroup> bufferViewAllocationGroupTests[] = { in createBufferViewAccessTests() local1143 …de::MovePtr<tcu::TestCaseGroup> ¤tTestsGroup = 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()