Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp71 auto mapResult = in TEST_P() local
73 ASSERT_THAT(mapResult, IsVkSuccess()); in TEST_P()
207 mapResult = device->mapMemory(*readbackBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, in TEST_P()
209 ASSERT_THAT(mapResult, IsVkSuccess()); in TEST_P()
256 auto mapResult = in TEST_P() local
258 ASSERT_THAT(mapResult, IsVkSuccess()); in TEST_P()
270 mapResult = in TEST_P()
272 ASSERT_THAT(mapResult, IsVkSuccess()); in TEST_P()
DGfxstreamEnd2EndTestUtils.cpp170 auto mapResult = device->mapMemory(*readbackBufferMemory, 0, VK_WHOLE_SIZE, in readImageData() local
172 ASSERT_THAT(mapResult, IsVkSuccess()); in readImageData()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp392 auto mapResult = in TEST_P() local
394 ASSERT_THAT(mapResult, IsVkSuccess()); in TEST_P()
DGfxstreamEnd2EndVkTests.cpp416 auto mapResult = device->mapMemory(*memory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P() local
417 ASSERT_THAT(mapResult, IsVkSuccess()); in TEST_P()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4580 VkResult mapResult = in on_vkAllocateMemory() local
4582 if (mapResult != VK_SUCCESS) { in on_vkAllocateMemory()
5002 VkResult mapResult = vk->vkMapMemory(device, memory, 0, info->size, 0, &info->ptr); in vkGetBlobInternal() local
5003 if (mapResult != VK_SUCCESS) { in vkGetBlobInternal()