Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_device.c434 &device->supported_extensions); in anv_physical_device_init()
1269 if (device->supported_extensions.extensions[i]) { in anv_EnumerateDeviceExtensionProperties()
1343 if (!physical_device->supported_extensions.extensions[idx]) in anv_CreateDevice()
Danv_private.h773 struct anv_device_extension_table supported_extensions; member