Home | History | Annotate | Download | only in loader

Lines Matching refs:layer_prop

57                      struct loader_layer_properties *layer_prop);
60 struct loader_layer_properties *layer_prop);
818 struct loader_layer_properties *layer_prop;
823 layer_prop = loader_get_layer_property(search_target, search_list);
824 if (!layer_prop) {
831 loader_add_to_layer_list(inst, output_list, 1, layer_prop);
1010 struct loader_layer_properties *layer_prop = &search_list->list[i];
1011 if (0 == strcmp(layer_prop->info.layerName, name) &&
1012 (layer_prop->type & type)) {
1014 loader_add_to_layer_list(inst, found_list, 1, layer_prop);
2904 struct loader_layer_properties *layer_prop) {
2913 layer_prop->lib_name) == 0) {
2919 chain_type, layer_prop->lib_name);
2948 strncpy(my_lib->lib_name, layer_prop->lib_name, sizeof(my_lib->lib_name));
2961 layer_prop->lib_name);
2971 struct loader_layer_properties *layer_prop) {
2977 layer_prop->lib_name) == 0) {
2987 "Unable to unref library %s", layer_prop->lib_name);
2996 layer_prop->lib_name);
3002 "Unloading layer library %s", layer_prop->lib_name);
3130 struct loader_layer_properties *layer_prop =
3133 loader_remove_layer_lib(instance, layer_prop);
3220 struct loader_layer_properties *layer_prop =
3224 lib_handle = loader_add_layer_lib(inst, "instance", layer_prop);
3227 if ((fpGIPA = layer_prop->functions.get_instance_proc_addr) ==
3229 if (layer_prop->functions.str_gipa == NULL ||
3230 strlen(layer_prop->functions.str_gipa) == 0) {
3234 layer_prop->functions.get_instance_proc_addr = fpGIPA;
3238 lib_handle, layer_prop->functions.str_gipa);
3243 layer_prop->lib_name);
3258 layer_prop->info.layerName, layer_prop->lib_name);
3395 struct loader_layer_properties *layer_prop =
3399 lib_handle = loader_add_layer_lib(inst, "device", layer_prop);
3402 if ((fpGIPA = layer_prop->functions.get_instance_proc_addr) ==
3404 if (layer_prop->functions.str_gipa == NULL ||
3405 strlen(layer_prop->functions.str_gipa) == 0) {
3409 layer_prop->functions.get_instance_proc_addr = fpGIPA;
3413 lib_handle, layer_prop->functions.str_gipa);
3418 layer_prop->lib_name);
3422 if ((fpGDPA = layer_prop->functions.get_device_proc_addr) == NULL) {
3423 if (layer_prop->functions.str_gdpa == NULL ||
3424 strlen(layer_prop->functions.str_gdpa) == 0) {
3428 layer_prop->functions.get_device_proc_addr = fpGDPA;
3432 lib_handle, layer_prop->functions.str_gdpa);
3436 layer_prop->lib_name);
3453 layer_prop->info.layerName, layer_prop->lib_name);
3507 struct loader_layer_properties *layer_prop;
3530 layer_prop = loader_get_layer_property(
3532 if (!layer_prop) {
3541 &layer_prop->instance_extension_list);
3564 struct loader_layer_properties *layer_prop;
3587 layer_prop = &activated_device_layers->list[j];
3590 extension_name, &layer_prop->device_extension_list);