Searched refs:currentQueueFamilyIndex (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/tests/ |
H A D | BackendSurfaceMutableStateTest.cpp | 75 REPORTER_ASSERT(reporter, initQueue == vkTexture->currentQueueFamilyIndex()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkImage.h | 149 uint32_t currentQueueFamilyIndex() const { return fMutableState->getQueueFamilyIndex(); } in currentQueueFamilyIndex() function in GrVkImage
|
H A D | GrVkGpu.cpp | 1939 uint32_t currentQueueFamilyIndex = image->currentQueueFamilyIndex(); in set_layout_and_queue_from_mutable_state() local 1945 if (isSpecialQueue(currentQueueFamilyIndex) && isSpecialQueue(newQueueFamilyIndex)) { in set_layout_and_queue_from_mutable_state() 1975 texture->currentQueueFamilyIndex()); in setBackendSurfaceState()
|
H A D | GrVkImage.cpp | 401 uint32_t currentQueueIndex = this->currentQueueFamilyIndex(); in setImageLayoutAndQueueIndex()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.h | 1529 uint32_t currentQueueFamilyIndex,
|
H A D | vk_helpers.cpp | 4564 uint32_t currentQueueFamilyIndex, in initExternalMemory() 4591 mCurrentQueueFamilyIndex = currentQueueFamilyIndex; in initExternalMemory() 4557 initExternalMemory( Context *context, const MemoryProperties &memoryProperties, const VkMemoryRequirements &memoryRequirements, const VkSamplerYcbcrConversionCreateInfo *samplerYcbcrConversionCreateInfo, uint32_t extraAllocationInfoCount, const void **extraAllocationInfo, uint32_t currentQueueFamilyIndex, VkMemoryPropertyFlags flags) initExternalMemory() argument
|
Completed in 26 milliseconds