Searched defs:dst_q_f_index (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp8887 uint32_t dst_q_f_index = mem_barrier->dstQueueFamilyIndex; local
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)) &&
8914 (dst_q_f_index >= dev_data->phys_dev_properties.queue_family_properties.size()))) {
8922 dst_q_f_index, dev_data->phys_dev_properties.queue_family_properties.size());

Completed in 166 milliseconds