Home
last modified time | relevance | path

Searched refs:newLayout (Results 1 – 25 of 49) sorted by relevance

12

/external/skia/src/gpu/vk/
DGrVkImage.cpp28 void GrVkImage::setImageLayout(const GrVkGpu* gpu, VkImageLayout newLayout, in setImageLayout() argument
32 SkASSERT(VK_IMAGE_LAYOUT_UNDEFINED != newLayout && in setImageLayout()
33 VK_IMAGE_LAYOUT_PREINITIALIZED != newLayout); in setImageLayout()
38 if (newLayout == currentLayout && in setImageLayout()
55 newLayout, // newLayout in setImageLayout()
64 fInfo.fImageLayout = newLayout; in setImageLayout()
DGrVkImage.h56 VkImageLayout newLayout,
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp243 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
254 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
DvktComputeTestsUtil.hpp131 const vk::VkImageLayout newLayout,
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp78 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
89 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
DvktFragmentOperationsMakeUtil.hpp46 …tAccessMask, const vk::VkImageLayout oldLayout, const vk::VkImageLayout newLayout, const vk::VkIma…
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp730 VkImageLayout newLayout; in init() local
732 newLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in init()
734 newLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in init()
736 newLayout = m_descriptorImageInfo.imageLayout; in init()
748 SetLayout(image_aspect, newLayout); in init()
1350 memory_barrier.newLayout = VK_IMAGE_LAYOUT_GENERAL; in ClearAllBuffers()
1361 m_renderTargets[i]->layout(memory_barrier.newLayout); in ClearAllBuffers()
1376 memory_barrier.oldLayout = memory_barrier.newLayout; in ClearAllBuffers()
1377 memory_barrier.newLayout = VK_IMAGE_LAYOUT_GENERAL; in ClearAllBuffers()
1388 memory_barrier.newLayout = memory_barrier.oldLayout; in ClearAllBuffers()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp99 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
110 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
DvktPipelineMakeUtil.hpp88 …tAccessMask, const vk::VkImageLayout oldLayout, const vk::VkImageLayout newLayout, const vk::VkIma…
DvktPipelineMultisampleImageTests.cpp1268 colorImageBarrier.newLayout = VK_IMAGE_LAYOUT_GENERAL; in renderAndResolve()
1274 colorImageBarrier.oldLayout = colorImageBarrier.newLayout; in renderAndResolve()
1294 colorImageBarrier.newLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in renderAndResolve()
1317 colorImageBarrier.oldLayout = colorImageBarrier.newLayout; in renderAndResolve()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp324 barrier.newLayout = vk::VK_IMAGE_LAYOUT_GENERAL; in readUsingBuffer()
597 barrier.newLayout = vk::VK_IMAGE_LAYOUT_GENERAL; in upload()
709 barrier.newLayout = vk::VK_IMAGE_LAYOUT_GENERAL; in uploadUsingBuffer()
821 vk::VkImageLayout newLayout, in transition2DImage() argument
831 barrier.newLayout = newLayout; in transition2DImage()
DvktDrawImageObjectUtil.hpp263 vk::VkImageLayout newLayout,
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp416 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
427 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
439 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
452 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
DvktSparseResourcesTestsUtil.hpp212 const vk::VkImageLayout newLayout,
219 const vk::VkImageLayout newLayout,
/external/mesa3d/src/intel/vulkan/
Danv_dump.c128 .newLayout = VK_IMAGE_LAYOUT_GENERAL, in dump_image_do_blit()
185 .newLayout = VK_IMAGE_LAYOUT_GENERAL, in dump_image_do_blit()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp572 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
583 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
DvktGeometryTestsUtil.hpp177 …tAccessMask, const vk::VkImageLayout oldLayout, const vk::VkImageLayout newLayout, const vk::VkIma…
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp88 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
99 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
DvktSynchronizationUtil.hpp238 …tAccessMask, const vk::VkImageLayout oldLayout, const vk::VkImageLayout newLayout, const vk::VkIma…
/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.cpp125 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
136 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp248 …, vk::VkAccessFlags dstAccessMask, vk::VkImageLayout oldLayout, vk::VkImageLayout newLayout) const;
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp181 const vk::VkImageLayout newLayout,
DvktImageTestsUtil.cpp758 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
769 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp77 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
88 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp489 …rcAccessMask, VkAccessFlags dstAccessMask, VkImageLayout oldLayout, VkImageLayout newLayout) const;
878 …srcAccessMask, VkAccessFlags dstAccessMask, VkImageLayout oldLayout, VkImageLayout newLayout) const in pipelineImageBarrier()
887 newLayout, // VkImageLayout newLayout; in pipelineImageBarrier()

12