Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1184 …const UniquePtr<Allocation> depthBufferAlloc (bindBuffer (vk, device, allocator, *depthBuffer… in testLayeredReadBack() local
1276 fillBuffer(vk, device, *depthBufferAlloc, bufferOffset, bufferSliceSize, dsFormat, depthValue); in testLayeredReadBack()
1337 zeroBuffer(vk, device, *depthBufferAlloc, depthBufferSize); in testLayeredReadBack()
1377 …invalidateMappedMemoryRange(vk, device, depthBufferAlloc->getMemory(), depthBufferAlloc->getOffset… in testLayeredReadBack()
1385 …if (!verifyResults(context.getTestContext().getLog(), params, dsFormat, depthBufferAlloc->getHostP… in testLayeredReadBack()