Lines Matching defs:index
521 // Decrement the count (because we now have one less) and decrement the loop index since we need to
522 // re-check this index.
1241 uint32_t index = 0;
1249 *icd_index = index;
1255 index++;
1404 VkResult loader_add_direct_driver(const struct loader_instance *inst, uint32_t index,
1411 "loader_add_direct_driver: VkDirectDriverLoadingInfoLUNARG structure at index %d contains a NULL pointer for the "
1413 index);
1436 "index %d, skipping.",
1437 index);
1444 "loader_add_direct_driver: VkDirectDriverLoadingInfoLUNARG structure at index %d supports interface version %d, "
1447 index, interface_version);
1454 "loader_add_direct_driver: VkDirectDriverLoadingInfoLUNARG structure at index %d supports interface version %d, "
1457 index, interface_version);
1465 "index %d, skipping.",
1466 index);
1474 "VkDirectDriverLoadingInfoLUNARG structure at index %d, skipping.",
1475 index);
1494 "loader_add_direct_driver: Realloc failed on icd library list for ICD index %u", index);
1531 "loader_add_direct_driver: Adding driver found in index %d of "
1533 index, pDriver->pfnGetInstanceProcAddr);
2027 "verify_meta_layer_component_layers: Meta-layer %s can't find component layer %s at index %d."
2050 "list at index %d. Skipping this layer.",
4758 uint32_t index = num_activated_layers - cur_layer - 1;
4759 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " %s", activated_layers[index].name);
4761 activated_layers[index].is_implicit ? "Implicit" : "Explicit");
4762 if (activated_layers[index].is_implicit) {
4764 activated_layers[index].disable_env);
4766 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Manifest: %s", activated_layers[index].manifest);
4767 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Library: %s", activated_layers[index].library);
5021 uint32_t index = num_activated_layers - cur_layer - 1;
5022 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " %s", activated_layers[index].name);
5024 activated_layers[index].is_implicit ? "Implicit" : "Explicit");
5025 if (activated_layers[index].is_implicit) {
5027 activated_layers[index].disable_env);
5029 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Manifest: %s", activated_layers[index].manifest);
5030 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Library: %s", activated_layers[index].library);
5979 // We want an old to new index array and a new to old index array
6156 // Look for physical_device in the provided phys_devs list, return true if found and put the index into out_idx, otherwise