Lines Matching refs:dstQueueFamilyIndex
113 * dstQueueFamilyIndex). The other queue family must be the queue family the
162 const uint32_t dst_qfi = out_barrier->dstQueueFamilyIndex;
165 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED;
169 out_barrier->dstQueueFamilyIndex = cmd->queue_family_index;
176 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED;
188 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT;
189 } else if (src_qfi == out_barrier->dstQueueFamilyIndex ||
192 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT;
200 out_barrier->dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED;
244 img_barrier->dstQueueFamilyIndex) {
1170 .dstQueueFamilyIndex = VK_QUEUE_FAMILY_FOREIGN_EXT,