Home
last modified time | relevance | path

Searched refs:radv_device_supports_etc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_formats.c638 radv_device_supports_etc(struct radv_physical_device *physical_device) in radv_device_supports_etc() function
664 !radv_device_supports_etc(physical_device)) { in radv_physical_device_get_format_properties()
Dradv_private.h1847 bool radv_device_supports_etc(struct radv_physical_device *physical_device);
Dradv_device.c997 .textureCompressionETC2 = radv_device_supports_etc(pdevice), in radv_GetPhysicalDeviceFeatures()