Home
last modified time | relevance | path

Searched refs:setImageLayoutAndQueueIndex (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanTexture.h63 this->setImageLayoutAndQueueIndex(buffer, newLayout, dstAccessMask, dstStageMask, byRegion, in setImageLayout()
67 void setImageLayoutAndQueueIndex(VulkanCommandBuffer*,
H A DVulkanTexture.cpp207 void VulkanTexture::setImageLayoutAndQueueIndex(VulkanCommandBuffer* cmdBuffer, in setImageLayoutAndQueueIndex() function in skgpu::graphite::VulkanTexture
H A DVulkanCommandBuffer.cpp309 texture->setImageLayoutAndQueueIndex(this, in prepareSurfaceForStateUpdate()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkImage.h144 void setImageLayoutAndQueueIndex(const GrVkGpu* gpu,
156 this->setImageLayoutAndQueueIndex(gpu, newLayout, dstAccessMask, dstStageMask, byRegion, in setImageLayout()
H A DGrVkImage.cpp387 void GrVkImage::setImageLayoutAndQueueIndex(const GrVkGpu* gpu, in setImageLayoutAndQueueIndex() function in GrVkImage
605 this->setImageLayoutAndQueueIndex(gpu, layout, 0, VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT, false, in prepareForPresent()
610 this->setImageLayoutAndQueueIndex(gpu, this->currentLayout(), 0, in prepareForExternal()
H A DGrVkGpu.cpp1908 image->setImageLayoutAndQueueIndex(gpu, newLayout, dstAccess, dstStage, false, in set_layout_and_queue_from_mutable_state()