Home
last modified time | relevance | path

Searched defs:currentQueueFamilyIndex (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkImage.h160 uint32_t currentQueueFamilyIndex() const { in currentQueueFamilyIndex() function
H A DGrVkGpu.cpp1897 uint32_t currentQueueFamilyIndex = image->currentQueueFamilyIndex(); in set_layout_and_queue_from_mutable_state() local
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanTexture.cpp343 uint32_t VulkanTexture::currentQueueFamilyIndex() const { in currentQueueFamilyIndex() function in skgpu::graphite::VulkanTexture
H A DVulkanCommandBuffer.cpp297 uint32_t currentQueueFamilyIndex = texture->currentQueueFamilyIndex(); in prepareSurfaceForStateUpdate() local
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h348 uint32_t currentQueueFamilyIndex = VK_QUEUE_FAMILY_EXTERNAL; member