Searched refs:emulate_etc2 (Results 1 – 6 of 6) sorted by relevance
212 if (cmd_buffer->device->physical_device->emulate_etc2 && in radv_CmdCopyBufferToImage2()573 if (cmd_buffer->device->physical_device->emulate_etc2 && in radv_CmdCopyImage2()
709 !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()
571 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()
618 if (!device->physical_device->emulate_etc2) in radv_device_init_meta_etc_decode_state()
309 bool emulate_etc2; member
780 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()