Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1336 …const UniquePtr<Allocation> depthBufferAlloc (bindBuffer (vk, device, allocator, *depthBuffer… in testLayeredReadBack() local
1426 fillBuffer(vk, device, *depthBufferAlloc, bufferOffset, bufferSliceSize, dsFormat, depthValue); in testLayeredReadBack()
1507 zeroBuffer(vk, device, *depthBufferAlloc, depthBufferSize); in testLayeredReadBack()
1547 invalidateAlloc(vk, device, *depthBufferAlloc); in testLayeredReadBack()
1555 …if (!verifyResults(context.getTestContext().getLog(), params, dsFormat, depthBufferAlloc->getHostP… in testLayeredReadBack()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1442 …const UniquePtr<Allocation> depthBufferAlloc (bindBuffer (vk, device, allocator, *depthBuffer,… in iterate() local
1528 if (!verifyBuffer(depthBufferAlloc, dsFormat, "Depth", ASPECT_DEPTH)) in iterate()