Searched refs:getCurrentLayout (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.cpp | 2453 imageInfos[0].imageLayout = src->getCurrentLayout(); in blitResolveImpl() 2458 imageInfos[0].imageLayout = src->getCurrentLayout(); in blitResolveImpl() 2463 imageInfos[1].imageLayout = src->getCurrentLayout(); in blitResolveImpl() 2646 imageInfo.imageLayout = src->getCurrentLayout(); in stencilBlitResolveNoShaderExport() 2719 depthStencilImage->getCurrentLayout(), 1, ®ion); in stencilBlitResolveNoShaderExport() 2880 imageInfo.imageLayout = src->getCurrentLayout(); in copyImage() 3008 commandBuffer->copyImageToBuffer(src->getImage(), src->getCurrentLayout(), in copyImageBits() 3134 dst->getCurrentLayout(), 1, &dstRegion); in copyImageBits() 3173 destImageInfos[level].imageLayout = dst->getCurrentLayout(); in generateMipmap() 3178 srcImageInfo.imageLayout = src->getCurrentLayout(); in generateMipmap() [all …]
|
D | vk_helpers.cpp | 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() [all …]
|
D | ProgramExecutableVk.cpp | 1563 imageInfos[arrayElement].imageLayout = image->getCurrentLayout(); in updateImagesDescriptorSet() 1901 imageInfos[arrayElement].imageLayout = image.getCurrentLayout(); in updateTexturesDescriptorSet()
|
D | TextureVk.cpp | 1779 mImage->getCurrentLayout(), 1, ®ion); in copyBufferDataToImage() 2085 commandBuffer->copyImage(srcImage->getImage(), srcImage->getCurrentLayout(), in copyAndStageImageData() 2087 stagingImage->get().getCurrentLayout(), 1, ©Region); in copyAndStageImageData()
|
D | vk_helpers.h | 1781 VkImageLayout getCurrentLayout() const;
|