Home | History | Annotate | Download | only in layers

Lines Matching defs:requestedIndex

4350             uint32_t requestedIndex = create_info->pQueueCreateInfos[i].queueFamilyIndex;
4351 if (requestedIndex >= physical_device_state->queue_family_properties.size()) {
4355 "Invalid queue create request in vkCreateDevice(). Invalid queueFamilyIndex %u requested.", requestedIndex);
4357 physical_device_state->queue_family_properties[requestedIndex].queueCount) {
4363 requestedIndex, physical_device_state->queue_family_properties[requestedIndex].queueCount,