Searched refs:is_implicit (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/loader/ |
D | loader.c | 2125 cJSON *item, cJSON *disable_environment, bool is_implicit, char *filename) { argument 2186 if (is_implicit) { 2212 props->type = (is_implicit) ? VK_LAYER_TYPE_INSTANCE_IMPLICIT 2242 if (is_implicit) { 2403 if (is_implicit) { 2438 cJSON *json, bool is_implicit, char *filename) { argument 2505 disable_environment, is_implicit, filename); 2541 item, disable_environment, is_implicit,
|