Home
last modified time | relevance | path

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

123

/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.h50 VkImageLayout newLayout,
/external/skqp/src/gpu/vk/
DGrVkImage.cpp28 void GrVkImage::setImageLayout(const GrVkGpu* gpu, VkImageLayout newLayout, in setImageLayout() argument
33 SkASSERT(VK_IMAGE_LAYOUT_UNDEFINED != newLayout && in setImageLayout()
34 VK_IMAGE_LAYOUT_PREINITIALIZED != newLayout); in setImageLayout()
44 if (newLayout == currentLayout && in setImageLayout()
75 newLayout, // newLayout in setImageLayout()
84 fInfo.fImageLayout = newLayout; in setImageLayout()
DGrVkImage.h50 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/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp253 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
264 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
DvktComputeTestsUtil.hpp138 const vk::VkImageLayout newLayout,
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp324 barrier.newLayout = vk::VK_IMAGE_LAYOUT_GENERAL; in readUsingBuffer()
605 barrier.newLayout = vk::VK_IMAGE_LAYOUT_GENERAL; in upload()
717 barrier.newLayout = vk::VK_IMAGE_LAYOUT_GENERAL; in uploadUsingBuffer()
829 vk::VkImageLayout newLayout, in transition2DImage() argument
839 barrier.newLayout = newLayout; in transition2DImage()
DvktDrawImageObjectUtil.hpp263 vk::VkImageLayout newLayout,
/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/multiview/
DvktMultiViewRenderUtil.cpp436 const VkImageLayout newLayout, in imageBarrier() argument
449 newLayout, // VkImageLayout newLayout; in imageBarrier()
DvktMultiViewRenderUtil.hpp46 …sourceRange, const vk::VkImageLayout oldLayout, const vk::VkImageLayout newLayout, const vk::VkAcc…
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp433 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
444 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
456 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
469 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
DvktSparseResourcesTestsUtil.hpp217 const vk::VkImageLayout newLayout,
224 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()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp88 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
99 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp915 VkImageLayout newLayout; in Init() local
917 newLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in Init()
919 newLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in Init()
921 newLayout = m_descriptorImageInfo.imageLayout; in Init()
933 SetLayout(image_aspect, newLayout); in Init()
/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/tessellation/
DvktTessellationUtil.cpp77 const VkImageLayout newLayout, in makeImageMemoryBarrier() argument
88 newLayout, // VkImageLayout newLayout; in makeImageMemoryBarrier()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp181 const vk::VkImageLayout newLayout,

123