Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp549 constexpr const uint32_t kNumSets = 4; in TEST_P() local
554 auto bundle = VK_ASSERT(AllocateDescriptorBundle(*device, kNumSets)); in TEST_P()
557 …EXPECT_THAT(device->freeDescriptorSets(*bundle.descriptorPool, kNumSets, descriptorSetHandles.data… in TEST_P()
560 …EXPECT_THAT(device->freeDescriptorSets(*bundle.descriptorPool, kNumSets, descriptorSetHandles.data… in TEST_P()
563 ASSERT_THAT(ReallocateDescriptorBundleSets(*device, kNumSets, &bundle), IsVkSuccess()); in TEST_P()
566 …EXPECT_THAT(device->freeDescriptorSets(*bundle.descriptorPool, kNumSets, descriptorSetHandles.data… in TEST_P()
570 constexpr const uint32_t kNumSets = 4; in TEST_P() local
575 auto bundle = VK_ASSERT(AllocateDescriptorBundle(*device, kNumSets)); in TEST_P()
581 …EXPECT_THAT(device->freeDescriptorSets(*bundle.descriptorPool, kNumSets, descriptorSetHandles.data… in TEST_P()
584 ASSERT_THAT(ReallocateDescriptorBundleSets(*device, kNumSets, &bundle), IsVkSuccess()); in TEST_P()
[all …]