Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_formats.c684 radv_device_supports_etc(struct radv_physical_device *physical_device) in radv_device_supports_etc() function
708 if (desc->layout == UTIL_FORMAT_LAYOUT_ETC && !radv_device_supports_etc(physical_device) && in radv_physical_device_get_format_properties()
H A Dradv_device.c780 device->emulate_etc2 = !radv_device_supports_etc(device); in radv_physical_device_try_create()
782 device->emulate_etc2 = !radv_device_supports_etc(device) && in radv_physical_device_try_create()
1304 .textureCompressionETC2 = radv_device_supports_etc(pdevice) || pdevice->emulate_etc2, in radv_GetPhysicalDeviceFeatures()
H A Dradv_private.h2346 bool radv_device_supports_etc(struct radv_physical_device *physical_device);

Completed in 15 milliseconds