Searched refs:layer_properties (Results 1 – 3 of 3) sorted by relevance
49 VkResult util_GetLayerProperties(const uint32_t count, const VkLayerProperties *layer_properties, u… in util_GetLayerProperties() argument53 if (pProperties == NULL || layer_properties == NULL) { in util_GetLayerProperties()59 memcpy(pProperties, layer_properties, copy_size * sizeof(VkLayerProperties)); in util_GetLayerProperties()
36 VkResult util_GetLayerProperties(const uint32_t count, const VkLayerProperties *layer_properties, u…
98 VkLayerProperties layer_properties; member574 memcpy(&dst_info->layer_properties, src_info, in app_get_instance_extensions()1456 &inst.global_layers[i].layer_properties; in main()1471 char *layerName = inst.global_layers[i].layer_properties.layerName; in main()