Searched refs:layer_properties (Results 1 - 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dvk_layer_extension_utils.cpp49 VK_LAYER_EXPORT VkResult util_GetLayerProperties(const uint32_t count, const VkLayerProperties *layer_properties, uint32_t *pCount,
53 if (pProperties == NULL || layer_properties == NULL) {
59 memcpy(pProperties, layer_properties, copy_size * sizeof(VkLayerProperties));
H A Dvk_layer_extension_utils.h36 VK_LAYER_EXPORT VkResult util_GetLayerProperties(const uint32_t count, const VkLayerProperties *layer_properties, uint32_t *pCount,
/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c117 VkLayerProperties layer_properties; member in struct:LayerExtensionList
624 memcpy(&dst_info->layer_properties, src_info, sizeof(VkLayerProperties));
2364 VkLayerProperties const *layer_prop = &inst.global_layers[i].layer_properties;
2384 char *layer_name = inst.global_layers[i].layer_properties.layerName;

Completed in 153 milliseconds