Home
last modified time | relevance | path

Searched refs:emulate_etc2 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c212 if (cmd_buffer->device->physical_device->emulate_etc2 && in radv_CmdCopyBufferToImage2()
573 if (cmd_buffer->device->physical_device->emulate_etc2 && in radv_CmdCopyImage2()
Dradv_formats.c709 !physical_device->emulate_etc2) { in radv_physical_device_get_format_properties()
1364 if (desc->layout == UTIL_FORMAT_LAYOUT_ETC && dev->emulate_etc2) in radv_check_modifier_support()
1642 (desc->layout == UTIL_FORMAT_LAYOUT_ETC && physical_device->emulate_etc2)) { in radv_get_image_format_properties()
1690 if (desc->layout == UTIL_FORMAT_LAYOUT_ETC && physical_device->emulate_etc2) in get_external_image_format_properties()
Dradv_image.c571 if (pdev->emulate_etc2 && in radv_image_get_plane_format()
1596 if (pdev->emulate_etc2 && vk_format_description(fmt)->layout == UTIL_FORMAT_LAYOUT_ETC) in radv_get_internal_plane_count()
2113 if (device->physical_device->emulate_etc2 && in radv_image_view_init()
Dradv_meta_etc_decode.c618 if (!device->physical_device->emulate_etc2) in radv_device_init_meta_etc_decode_state()
Dradv_private.h309 bool emulate_etc2; member
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()