Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp1216 const auto stencilCopyRegion = makeBufferImageCopy(imageExtent, stencilSubresourceLayers); in iterate() local
1217 … VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, stencilOutBuffers[layerIdx]->get(), 1u, &stencilCopyRegion); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawMultiExtTests.cpp1216 const auto stencilCopyRegion = makeBufferImageCopy(imageExtent, stencilSubresourceLayers); in iterate() local
1217 … VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, stencilOutBuffers[layerIdx]->get(), 1u, &stencilCopyRegion); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1561 …const VkBufferImageCopy stencilCopyRegion = makeBufferImageCopy(makeExtent3D(m_imageExtent2D.widt… in iterate() local
1571 …cmdBuffer, *dsImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *stencilBuffer, 1u, &stencilCopyRegion); in iterate()
2065 …const VkBufferImageCopy stencilCopyRegion = makeBufferImageCopy(makeExtent3D(m_imageExtent2D.widt… in iterate() local
2075 …ResolveImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *stencilResolveBuffer, 1u, &stencilCopyRegion); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1561 …const VkBufferImageCopy stencilCopyRegion = makeBufferImageCopy(makeExtent3D(m_imageExtent2D.widt… in iterate() local
1571 …cmdBuffer, *dsImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *stencilBuffer, 1u, &stencilCopyRegion); in iterate()
2065 …const VkBufferImageCopy stencilCopyRegion = makeBufferImageCopy(makeExtent3D(m_imageExtent2D.widt… in iterate() local
2075 …ResolveImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *stencilResolveBuffer, 1u, &stencilCopyRegion); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1530 …const VkBufferImageCopy stencilCopyRegion = makeBufferImageCopy(dsImageSize, makeImageSubresource… in testLayeredReadBack() local
1539 …cmdBuffer, *dsImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *stencilBuffer, 1u, &stencilCopyRegion); in testLayeredReadBack()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1530 …const VkBufferImageCopy stencilCopyRegion = makeBufferImageCopy(dsImageSize, makeImageSubresource… in testLayeredReadBack() local
1539 …cmdBuffer, *dsImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *stencilBuffer, 1u, &stencilCopyRegion); in testLayeredReadBack()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp7427 CopyRegion stencilCopyRegion; in DepthStencilMSAA() local
7429 stencilCopyRegion.imageCopy = stencilCopy; in DepthStencilMSAA()
7450 stencilCopyRegion.imageCopy.extent = {defaultHalfSize, defaultHalfSize, 1}; in DepthStencilMSAA()
7452 stencilCopyRegion.imageCopy.srcOffset = {defaultHalfSize, defaultHalfSize, 0}; in DepthStencilMSAA()
7453 stencilCopyRegion.imageCopy.dstOffset = {0, defaultHalfSize, 0}; in DepthStencilMSAA()
7454 stencilRegions.push_back(stencilCopyRegion); in DepthStencilMSAA()
7456 stencilCopyRegion.imageCopy.srcOffset = {defaultHalfSize, 0, 0}; in DepthStencilMSAA()
7457 stencilCopyRegion.imageCopy.dstOffset = {defaultHalfSize, defaultHalfSize, 0}; in DepthStencilMSAA()
7458 stencilRegions.push_back(stencilCopyRegion); in DepthStencilMSAA()
7470 stencilRegions.push_back(stencilCopyRegion); in DepthStencilMSAA()
DvktApiCommandBuffersTests.cpp4604 const auto stencilCopyRegion = makeBufferImageCopy(m_params.imageExtent, stencilResourceLayers); in iterate() local
4605 … VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, testData.stencilCheckBuffer->get(), 1u, &stencilCopyRegion); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp7427 CopyRegion stencilCopyRegion; in DepthStencilMSAA() local
7429 stencilCopyRegion.imageCopy = stencilCopy; in DepthStencilMSAA()
7450 stencilCopyRegion.imageCopy.extent = {defaultHalfSize, defaultHalfSize, 1}; in DepthStencilMSAA()
7452 stencilCopyRegion.imageCopy.srcOffset = {defaultHalfSize, defaultHalfSize, 0}; in DepthStencilMSAA()
7453 stencilCopyRegion.imageCopy.dstOffset = {0, defaultHalfSize, 0}; in DepthStencilMSAA()
7454 stencilRegions.push_back(stencilCopyRegion); in DepthStencilMSAA()
7456 stencilCopyRegion.imageCopy.srcOffset = {defaultHalfSize, 0, 0}; in DepthStencilMSAA()
7457 stencilCopyRegion.imageCopy.dstOffset = {defaultHalfSize, defaultHalfSize, 0}; in DepthStencilMSAA()
7458 stencilRegions.push_back(stencilCopyRegion); in DepthStencilMSAA()
7470 stencilRegions.push_back(stencilCopyRegion); in DepthStencilMSAA()
DvktApiCommandBuffersTests.cpp4604 const auto stencilCopyRegion = makeBufferImageCopy(m_params.imageExtent, stencilResourceLayers); in iterate() local
4605 … VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, testData.stencilCheckBuffer->get(), 1u, &stencilCopyRegion); in iterate()