Searched refs:setImageLayoutAndQueueIndex (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkImage.h | 133 void setImageLayoutAndQueueIndex(const GrVkGpu* gpu, 145 this->setImageLayoutAndQueueIndex(gpu, newLayout, dstAccessMask, dstStageMask, byRegion, in setImageLayout()
|
H A D | GrVkImage.cpp | 381 void GrVkImage::setImageLayoutAndQueueIndex(const GrVkGpu* gpu, in setImageLayoutAndQueueIndex() function in GrVkImage 574 this->setImageLayoutAndQueueIndex(gpu, layout, 0, VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT, false, in prepareForPresent() 579 this->setImageLayoutAndQueueIndex(gpu, this->currentLayout(), 0, in prepareForExternal()
|
H A D | GrVkGpu.cpp | 1951 image->setImageLayoutAndQueueIndex(gpu, newLayout, dstAccess, dstStage, false, in set_layout_and_queue_from_mutable_state()
|
Completed in 9 milliseconds