Home
last modified time | relevance | path

Searched refs:real_format (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_resource.h47 enum pipe_format real_format; member
Dr600_blit.c131 surf_tmpl.format = texture->real_format; in si_blit_uncompress_depth()
139 surf_tmpl.format = texture->flushed_depth_texture->real_format; in si_blit_uncompress_depth()
273 unsigned pixsize = util_format_get_blocksize(rtex->real_format); in r600_compressed_to_blittable()
Dr600_texture.c155 if (util_format_is_depth_or_stencil(rtex->real_format)) { in r600_setup_surface()
489 rtex->real_format = base->format; in r600_texture_create_object()
492 if (util_format_is_depth_or_stencil(rtex->real_format) && permit_hardware_blit(screen, base)) in r600_texture_create_object()
Dsi_state.c1462 blocksize = util_format_get_blocksize(rtex->real_format); in si_cb()
1631 format = si_translate_dbformat(rtex->real_format); in si_db()
1991 unsigned blocksize = util_format_get_blocksize(tmp->real_format); in si_create_sampler_view()