Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dvulkan.c101 qf->queue_family = s->hwctx->queue_family_index; in ff_vk_qf_init()
105 qf->queue_family = s->hwctx->queue_family_comp_index; in ff_vk_qf_init()
109 qf->queue_family = s->hwctx->queue_family_tx_index; in ff_vk_qf_init()
113 qf->queue_family = s->hwctx->queue_family_encode_index; in ff_vk_qf_init()
117 qf->queue_family = s->hwctx->queue_family_decode_index; in ff_vk_qf_init()
395 .queueFamilyIndex = qf->queue_family, in FN_CREATING()
438 vk->GetDeviceQueue(s->hwctx->act_dev, qf->queue_family, in FN_CREATING()
Dvulkan.h98 int queue_family; member
/third_party/mesa3d/src/intel/vulkan/
DgenX_blorp_exec.c282 assert(cmd_buffer->queue_family->queueFlags & VK_QUEUE_GRAPHICS_BIT); in blorp_exec_on_render()
369 assert(cmd_buffer->queue_family->queueFlags & VK_QUEUE_COMPUTE_BIT); in blorp_exec_on_compute()
Danv_perf.c354 struct anv_queue_family *queue_family = in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local
356 if (queue_family->engine_class != I915_ENGINE_CLASS_RENDER) in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
Danv_device.c2691 struct anv_queue_family *queue_family = &pdevice->queue.families[i]; in anv_GetPhysicalDeviceQueueFamilyProperties2() local
2694 p->queueFamilyProperties.queueFlags = queue_family->queueFlags; in anv_GetPhysicalDeviceQueueFamilyProperties2()
2695 p->queueFamilyProperties.queueCount = queue_family->queueCount; in anv_GetPhysicalDeviceQueueFamilyProperties2()
3190 struct anv_queue_family *queue_family = in anv_CreateDevice() local
3194 engine_classes[engine_count++] = queue_family->engine_class; in anv_CreateDevice()
Danv_blorp.c135 if (!(cmd_buffer->queue_family->queueFlags & VK_QUEUE_GRAPHICS_BIT)) { in anv_blorp_batch_init()
136 assert(cmd_buffer->queue_family->queueFlags & VK_QUEUE_COMPUTE_BIT); in anv_blorp_batch_init()
Danv_cmd_buffer.c114 cmd_buffer->queue_family = in anv_create_cmd_buffer()
DgenX_cmd_buffer.c93 struct anv_queue_family *queue_family = cmd_buffer->queue_family; in is_render_queue_cmd_buffer() local
94 return (queue_family->queueFlags & VK_QUEUE_GRAPHICS_BIT) != 0; in is_render_queue_cmd_buffer()
Danv_private.h2809 struct anv_queue_family * queue_family; member
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.h97 …ical_device, VkDevice device, ImGui_ImplVulkanH_Window* wnd, uint32_t queue_family, const VkAlloca…
Dimgui_impl_vulkan.cpp121 …sical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAlloca…
1167 …sical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAlloca… in ImGui_ImplVulkanH_CreateWindowCommandBuffers() argument
1183 info.queueFamilyIndex = queue_family; in ImGui_ImplVulkanH_CreateWindowCommandBuffers()
1395 …sical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAlloca… in ImGui_ImplVulkanH_CreateOrResizeWindow() argument
1400 …ImGui_ImplVulkanH_CreateWindowCommandBuffers(physical_device, device, wd, queue_family, allocator); in ImGui_ImplVulkanH_CreateOrResizeWindow()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c2348 enum radv_queue_family queue_family) in radv_image_queue_family_mask() argument
2355 return 1u << queue_family; in radv_image_queue_family_mask()
Dradv_private.h2641 enum radv_queue_family queue_family);