Lines Matching refs:getCurrentLayout
5159 commandBuffer.clearColorImage(mImage, getCurrentLayout(), clearValue, 1, &subresource); in initializeNonZeroMemory()
5167 commandBuffer.clearDepthStencilImage(mImage, getCurrentLayout(), clearValue, 1, in initializeNonZeroMemory()
5523 imageInfo.initialLayout = getCurrentLayout(); in initStaging()
5608 VkImageLayout ImageHelper::getCurrentLayout() const in getCurrentLayout() function in rx::vk::ImageHelper
5958 commandBuffer->clearColorImage(mImage, getCurrentLayout(), color, 1, &range); in clearColor()
5988 commandBuffer->clearDepthStencilImage(mImage, getCurrentLayout(), depthStencil, 1, &range); in clearDepthStencil()
6058 ASSERT(srcImage->getCurrentLayout() == VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL); in Copy()
6059 ASSERT(dstImage->getCurrentLayout() == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in Copy()
6074 commandBuffer->copyImage(srcImage->getImage(), srcImage->getCurrentLayout(), in Copy()
6075 dstImage->getImage(), dstImage->getCurrentLayout(), 1, ®ion); in Copy()
6143 ASSERT(srcImage->getCurrentLayout() == VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL); in CopyImageSubData()
6144 ASSERT(dstImage->getCurrentLayout() == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in CopyImageSubData()
6146 commandBuffer->copyImage(srcImage->getImage(), srcImage->getCurrentLayout(), in CopyImageSubData()
6147 dstImage->getImage(), dstImage->getCurrentLayout(), 1, ®ion); in CopyImageSubData()
6221 barrier.oldLayout = getCurrentLayout(); in generateMipmapsWithBlit()
7705 getCurrentLayout(), 1, copyRegion); in flushStagedUpdates()
7720 update.refCounted.image->get().getCurrentLayout(), mImage, in flushStagedUpdates()
7721 getCurrentLayout(), 1, copyRegion); in flushStagedUpdates()
8158 commandBuffer->copyImageToBuffer(mImage, getCurrentLayout(), bufferHandle, regionCount, in copyImageDataToBuffer()
8195 primaryCommandBuffer.copyImageToBuffer(mImage, getCurrentLayout(), in copySurfaceImageToBuffer()
8250 getCurrentLayout(), 1, ®ion); in copyBufferToSurfaceImage()
8577 copyCommandBuffer->copyImageToBuffer(src->getImage(), src->getCurrentLayout(), in readPixels()
8618 readbackCommandBuffer->copyImageToBuffer(src->getImage(), src->getCurrentLayout(), bufferHandle, in readPixels()