Lines Matching refs:entrypoints
88 // all entrypoints on the instance chain need to be locked except GPA
230 free_string_list(inst, &layer_properties->device_extension_list.list[i].entrypoints);
763 // Append one extension property defined in props with entrypoints defined in entries to the given
804 ext_list->list[idx].entrypoints = *entrys;
2520 // entrypoints
2542 cJSON *entrypoints = loader_cJSON_GetObjectItem(ext_item, "entrypoints");
2543 if (entrypoints == NULL) {
2550 result = loader_parse_json_array_of_strings(inst, ext_item, "entrypoints", &entrys);
5517 "terminator_CreateInstance: Failed to find required entrypoints in ICD %s. Skipping this driver.",
5548 " create/destroy entrypoints (Policy #LDP_DRIVER_8)",