Home
last modified time | relevance | path

Searched refs:db_render_format (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c549 rtex->db_render_format = new_tex->db_render_format; in r600_reallocate_texture_inplace()
1230 rtex->db_render_format = base->format; in r600_texture_create_object()
1232 rtex->db_render_format = PIPE_FORMAT_Z32_FLOAT; in r600_texture_create_object()
1237 rtex->db_render_format = base->format; in r600_texture_create_object()
Dr600_pipe_common.h231 enum pipe_format db_render_format:16; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h212 enum pipe_format db_render_format; member
Dr600_texture.c418 rtex->db_render_format = new_tex->db_render_format; in r600_reallocate_texture_inplace()
908 rtex->db_render_format = base->format; in r600_texture_create_object()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2513 format = si_translate_dbformat(rtex->db_render_format); in si_init_depth_surface()
2550 if (rtex->db_render_format == PIPE_FORMAT_Z16_UNORM && in si_init_depth_surface()
3928 pipe_format = tmp->db_render_format; in si_create_sampler_view_custom()