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

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_formats.c623 radv_device_supports_etc(struct radv_physical_device *physical_device) function in typeref:typename:bool
648 !radv_device_supports_etc(physical_device)) {
H A Dradv_private.h1479 bool radv_device_supports_etc(struct radv_physical_device *physical_device);
H A Dradv_device.c771 .textureCompressionETC2 = radv_device_supports_etc(pdevice),
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_formats.c686 radv_device_supports_etc(struct radv_physical_device *physical_device) function in typeref:typename:bool
711 if (desc->layout == UTIL_FORMAT_LAYOUT_ETC && !radv_device_supports_etc(physical_device)) {
H A Dradv_private.h1939 bool radv_device_supports_etc(struct radv_physical_device *physical_device);
H A Dradv_device.c1162 .textureCompressionETC2 = radv_device_supports_etc(pdevice),

Completed in 31 milliseconds