Home
last modified time | relevance | path

Searched defs:newLayout (Results 1 – 25 of 51) sorted by relevance

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkBarrierUtil.cpp72 … const VkImageLayout oldLayout, const VkImageLayout newLayout, in makeImageMemoryBarrier()
94 const VkImageLayout newLayout, const VkImage image, in makeImageMemoryBarrier2()
DvkImageUtil.cpp4850 … VkImage image, VkClearColorValue clearColor, VkImageLayout oldLayout, VkImageLayout newLayout, in clearColorImage()
4903 … VkImage image, tcu::Vec4 clearColor, VkImageLayout oldLayout, VkImageLayout newLayout, in clearColorImage()
4965 VkImageLayout newLayout, VkPipelineStageFlags dstStageFlags) in initColorImageChessboardPattern()
5147 uint32_t stencilValue, VkImageLayout oldLayout, VkImageLayout newLayout, in clearDepthStencilImage()
5207VkImageLayout newLayout, VkPipelineStageFlags dstStageFlags) in initDepthStencilImageChessboardPattern()
DvkWsiUtil.cpp910 const auto newLayout = in recordFrame() local
965 const auto newLayout = in recordDeviceGroupFrame() local
DvkPipelineConstructionUtil.cpp1009 … const VkImageLayout prevLayout, const VkImageLayout newLayout, const VkImage image, in recordImageBarrier()
1090 …const VkImageLayout newLayout = subpass.m_colorAttachments[j].attachmentInfo.imageLayou… in transitionLayouts() local
1119 … const VkImageLayout newLayout = subpass.m_depthStencilAttachment.attachmentInfo.imageLayout; in transitionLayouts() local
1138 … const VkImageLayout newLayout = subpass.m_resolveAttachments[j].attachmentInfo.imageLayout; in transitionLayouts() local
1171 … const VkImageLayout newLayout = subpass.m_dsr.pDepthStencilResolveAttachment->layout; in transitionLayouts() local
1405 const VkImageLayout newLayout = m_attachments[i].finalLayout; in end() local
/external/skia/src/gpu/ganesh/vk/
DGrVkImage.h152 VkImageLayout newLayout, in setImageLayout()
178 void updateImageLayout(VkImageLayout newLayout) { in updateImageLayout()
DGrVkImage.cpp388 VkImageLayout newLayout, in setImageLayoutAndQueueIndex()
DGrVkGpu.cpp1886 VkImageLayout newLayout, in set_layout_and_queue_from_mutable_state()
1915 VkImageLayout newLayout, in setBackendSurfaceState()
2199 VkImageLayout newLayout = in prepareSurfacesForBackendAccessAndStateUpdates() local
/external/skia/src/gpu/graphite/vk/
DVulkanTexture.h67 VkImageLayout newLayout, in setImageLayout()
DVulkanTexture.cpp209 VkImageLayout newLayout, in setImageLayoutAndQueueIndex()
344 void VulkanTexture::updateImageLayout(VkImageLayout newLayout) { in updateImageLayout()
DVulkanCommandBuffer.cpp212 VkImageLayout newLayout = skgpu::MutableTextureStates::GetVkImageLayout(newState); in prepareSurfaceForStateUpdate() local
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSyncTests.cpp1057 …const auto newLayout = (useGeneralLayout ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_TRANSFER_DST_… in iterate() local
1076 const auto newLayout = VK_IMAGE_LAYOUT_GENERAL; in iterate() local
1113 const auto newLayout = in iterate() local
1135 const auto newLayout = VK_IMAGE_LAYOUT_GENERAL; in iterate() local
1213 const auto newLayout = in iterate() local
DvktMeshShaderSyncTestsEXT.cpp1253 …const auto newLayout = (useGeneralLayout ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_TRANSFER_DST_… in iterate() local
1272 const auto newLayout = VK_IMAGE_LAYOUT_GENERAL; in iterate() local
1307 const auto newLayout = in iterate() local
1380 const auto newLayout = VK_IMAGE_LAYOUT_GENERAL; in iterate() local
1426 const auto newLayout = in iterate() local
/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp74 …ue queue, vk::Image image, vk::Format format, vk::ImageLayout oldLayout, vk::ImageLayout newLayout) in transitionImageLayout()
/external/angle/src/tests/test_utils/
DVulkanHelper.cpp121 VkImageLayout newLayout) in ImageMemoryBarrier()
899 VkImageLayout newLayout, in releaseImageAndSignalSemaphore()
990 VkImageLayout newLayout, in waitSemaphoreAndAcquireImage()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp623const VkImageLayout newLayout, const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMas… in imageBarrier()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMaxVaryingsTests.cpp832 … const VkAccessFlags dstAccessMask, const VkImageLayout oldLayout, const VkImageLayout newLayout, in recordImageBarrier()
DvktPipelineDepthTests.cpp892 …VkImageLayout newLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OP… local
DvktPipelineStencilTests.cpp678 …VkImageLayout newLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACH… local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1140VkImageLayout newLayout, VkImageAspectFlags aspectMask) const in pipelineImageBarrierGen()
1170VkImageLayout newLayout, VkImageAspectFlags aspectMask) const in pipelineImageBarrier()
1178 …VkAccessFlags dstAccessMask, VkImageLayout oldLayout, VkImageLayout newLayout, VkImageAspectFlags … in pipelineMultisampleImageBarrier()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp109const VkImageLayout newLayout, const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMas… in imageBarrier()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp7559 void ImageHelper::setCurrentImageLayout(Renderer *renderer, ImageLayout newLayout) in setCurrentImageLayout()
7676 bool ImageHelper::isReadSubresourceBarrierNecessary(ImageLayout newLayout, in isReadSubresourceBarrierNecessary()
7703 bool ImageHelper::isWriteBarrierNecessary(ImageLayout newLayout, in isWriteBarrierNecessary()
7737 ImageLayout newLayout, in changeLayoutAndQueue()
7848 ImageLayout newLayout, in initImageMemoryBarrierStruct()
7880 ImageLayout newLayout, in barrierImpl()
7962 ImageLayout newLayout, in recordBarrierImpl()
7998 ImageLayout newLayout, in recordBarrierOneOffImpl()
8041 ImageLayout newLayout, in recordWriteBarrier()
8067 ImageLayout newLayout, in recordReadSubresourceBarrier()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExpectAssumeTests.cpp789 { in render()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp716 … vk::VkImageAspectFlags aspectMask, vk::VkImageLayout oldLayout, vk::VkImageLayout newLayout, in transition2DImage()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationOrderAttachmentAccessTests.cpp1485 … VkImageLayout oldLayout, VkImageLayout newLayout, in addPipelineBarrier()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBarrierTests.cpp1572 const auto newLayout = getOptimalReadLayout(m_params.readerStage); in iterate() local

123