Home
last modified time | relevance | path

Searched refs:str_gipa (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/loader/
Dloader.c2051 strncpy(props->functions.str_gipa, vkGetInstanceProcAddr, in loader_add_layer_properties()
2052 sizeof(props->functions.str_gipa)); in loader_add_layer_properties()
2053 props->functions.str_gipa[sizeof(props->functions.str_gipa) - 1] = in loader_add_layer_properties()
3229 if (layer_prop->functions.str_gipa == NULL ||
3230 strlen(layer_prop->functions.str_gipa) == 0) {
3238 lib_handle, layer_prop->functions.str_gipa);
3404 if (layer_prop->functions.str_gipa == NULL ||
3405 strlen(layer_prop->functions.str_gipa) == 0) {
3413 lib_handle, layer_prop->functions.str_gipa);
Dloader.h129 char str_gipa[MAX_STRING_SIZE]; member