Searched refs:dstQueueFamilyIndex (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_synchronization2.c | 74 .dstQueueFamilyIndex = barrier->dstQueueFamilyIndex, 95 .dstQueueFamilyIndex = barrier->dstQueueFamilyIndex,
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_command_buffer.c | 101 * dstQueueFamilyIndex). The other queue family must be the queue family the 150 const uint32_t dst_qfi = out_barrier->dstQueueFamilyIndex; 153 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; 157 out_barrier->dstQueueFamilyIndex = cmd->queue_family_index; 164 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; 176 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT; 177 } else if (src_qfi == out_barrier->dstQueueFamilyIndex || 180 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT; 188 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; 232 img_barrier->dstQueueFamilyIndex) { [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_dump.c | 130 .dstQueueFamilyIndex = 0, 187 .dstQueueFamilyIndex = 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 845 copy_barrier[0].dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; 875 use_barrier[0].dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; 969 imb.dstQueueFamilyIndex = device_data->graphic_queue->family_index; 1110 imb.dstQueueFamilyIndex = present_queue->family_index;
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1084 copy_barrier[0].dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; 1114 use_barrier[0].dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; 1208 imb.dstQueueFamilyIndex = device_data->graphic_queue->family_index; 1353 imb.dstQueueFamilyIndex = present_queue->family_index;
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_command_buffer.h | 774 size += vn_sizeof_uint32_t(&val->dstQueueFamilyIndex); 807 vn_encode_uint32_t(enc, &val->dstQueueFamilyIndex); 841 size += vn_sizeof_uint32_t(&val->dstQueueFamilyIndex); 875 vn_encode_uint32_t(enc, &val->dstQueueFamilyIndex);
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 2399 uint32_t dstQueueFamilyIndex; member in struct:VkBufferMemoryBarrier 2442 uint32_t dstQueueFamilyIndex; member in struct:VkImageMemoryBarrier 8110 uint32_t dstQueueFamilyIndex; member in struct:VkBufferMemoryBarrier2KHR 8126 uint32_t dstQueueFamilyIndex; member in struct:VkImageMemoryBarrier2KHR
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 2847 uint32_t dstQueueFamilyIndex; member in struct:VkBufferMemoryBarrier 2861 uint32_t dstQueueFamilyIndex; member in struct:VkImageMemoryBarrier
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_cmd_buffer.c | 4779 pImageMemoryBarriers[i].dstQueueFamilyIndex,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 2859 imb.dstQueueFamilyIndex = zink_screen(ctx->base.screen)->gfx_queue;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 2478 img_barrier->dstQueueFamilyIndex,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_cmd_buffer.c | 7754 pImageMemoryBarriers[i].srcQueueFamilyIndex, pImageMemoryBarriers[i].dstQueueFamilyIndex,
|
Completed in 130 milliseconds