Home | History | Annotate | Download | only in layers

Lines Matching refs:src_q_f_index

8886             uint32_t src_q_f_index = mem_barrier->srcQueueFamilyIndex;
8891 if ((src_q_f_index != VK_QUEUE_FAMILY_IGNORED) || (dst_q_f_index != VK_QUEUE_FAMILY_IGNORED)) {
8903 if (((src_q_f_index == VK_QUEUE_FAMILY_IGNORED) || (dst_q_f_index == VK_QUEUE_FAMILY_IGNORED)) &&
8904 (src_q_f_index != dst_q_f_index)) {
8912 } else if (((src_q_f_index != VK_QUEUE_FAMILY_IGNORED) && (dst_q_f_index != VK_QUEUE_FAMILY_IGNORED)) &&
8913 ((src_q_f_index >= dev_data->phys_dev_properties.queue_family_properties.size()) ||
8921 funcName, reinterpret_cast<const uint64_t &>(mem_barrier->image), src_q_f_index,