Searched refs:queue_family (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | vulkan.c | 101 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()
|
D | vulkan.h | 98 int queue_family; member
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_blorp_exec.c | 282 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()
|
D | anv_perf.c | 354 struct anv_queue_family *queue_family = in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local 356 if (queue_family->engine_class != I915_ENGINE_CLASS_RENDER) in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
|
D | anv_device.c | 2691 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()
|
D | anv_blorp.c | 135 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()
|
D | anv_cmd_buffer.c | 114 cmd_buffer->queue_family = in anv_create_cmd_buffer()
|
D | genX_cmd_buffer.c | 93 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()
|
D | anv_private.h | 2809 struct anv_queue_family * queue_family; member
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.h | 97 …ical_device, VkDevice device, ImGui_ImplVulkanH_Window* wnd, uint32_t queue_family, const VkAlloca…
|
D | imgui_impl_vulkan.cpp | 121 …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/ |
D | radv_image.c | 2348 enum radv_queue_family queue_family) in radv_image_queue_family_mask() argument 2355 return 1u << queue_family; in radv_image_queue_family_mask()
|
D | radv_private.h | 2641 enum radv_queue_family queue_family);
|