Home
last modified time | relevance | path

Searched refs:loader_dev_ext_props (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/loader/
Dloader_common.h74 struct loader_dev_ext_props { struct
83 struct loader_dev_ext_props *list; argument
Dunknown_function_handling.c96 const struct loader_dev_ext_props *const property = &(extensions->list[extension]); in loader_check_layer_list_for_dev_ext_address()
Dloader.c212 … struct loader_dev_ext_props *ext_props = &layer_properties->device_extension_list.list[i]; in loader_free_layer_properties()
709 …it_generic_list(inst, (struct loader_generic_list *)ext_list, sizeof(struct loader_dev_ext_props)); in loader_add_to_dev_ext_list()
723 if (idx * sizeof(struct loader_dev_ext_props) >= ext_list->capacity) { in loader_add_to_dev_ext_list()