Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp466 const auto properties = VK_ASSERT_RV(physicalDevice.getImageFormatProperties2(imageFormatInfo)); in TEST_P()
756 auto buffer = VK_ASSERT_RV(device->createBufferUnique(bufferCreateInfo)); in TEST_P()
794 VK_ASSERT_RV(device->createDescriptorPoolUnique(descriptorPoolCreateInfo)); in TEST_P()
827 VK_ASSERT_RV(device->createDescriptorSetLayoutUnique(descriptorSetLayoutInfo)); in TEST_P()
836 VK_ASSERT_RV(device->allocateDescriptorSetsUnique(descriptorSetAllocateInfo)); in TEST_P()
844 VK_ASSERT_RV(device->createPipelineLayoutUnique(pipelineLayoutCreateInfo)); in TEST_P()
864 auto descriptorUpdateTemplate = VK_ASSERT_RV( in TEST_P()
DGfxstreamEnd2EndTests.h132 #define VK_ASSERT_RV(x) \ macro