Home
last modified time | relevance | path

Searched refs:fGraphicsQueueIndex (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp81 fGraphicsQueueIndex = backendContext.fGraphicsQueueIndex; in initializeContext()
289 uint32_t queueFamilies[] = { fGraphicsQueueIndex, fPresentQueueIndex }; in createSwapchain()
290 if (fGraphicsQueueIndex != fPresentQueueIndex) { in createSwapchain()
DVulkanWindowContext.h104 uint32_t fGraphicsQueueIndex; variable
/third_party/flutter/skia/include/gpu/vk/
DGrVkBackendContext.h50 uint32_t fGraphicsQueueIndex; member
/third_party/skia/include/gpu/vk/
DGrVkBackendContext.h50 uint32_t fGraphicsQueueIndex; member
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp82 fGraphicsQueueIndex = backendContext.fGraphicsQueueIndex; in initializeContext()
296 uint32_t queueFamilies[] = { fGraphicsQueueIndex, fPresentQueueIndex }; in createSwapchain()
297 if (fGraphicsQueueIndex != fPresentQueueIndex) { in createSwapchain()
DVulkanWindowContext.h104 uint32_t fGraphicsQueueIndex; variable
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_window.cc134 context->fGraphicsQueueIndex = logical_device_->GetGraphicsQueueIndex(); in CreateSkiaBackendContext()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface_producer.cc110 backend_context.fGraphicsQueueIndex = in Initialize()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp249 fVk.fGraphicsQueueIndex)); in VkTestContextImpl()
DVkTestUtils.cpp745 ctx->fGraphicsQueueIndex = graphicsQueueIndex; in CreateVkBackendContext()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp785 ctx->fGraphicsQueueIndex = graphicsQueueIndex; in CreateVkBackendContext()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp217 , fQueueIndex(backendContext.fGraphicsQueueIndex) in GrVkGpu()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp165 , fQueueIndex(backendContext.fGraphicsQueueIndex) in GrVkGpu()