Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c583 tex->db_render_format = new_tex->db_render_format; in si_reallocate_texture_inplace()
622 tex->is_depth ? tex->db_render_format : res->format, swizzle, 0, in si_set_tex_bo_metadata()
1100 tex->db_render_format = base->format; in si_texture_create_object()
1102 tex->db_render_format = PIPE_FORMAT_Z32_FLOAT; in si_texture_create_object()
1148 tex->db_render_format = base->format; in si_texture_create_object()
1150 tex->db_render_format = PIPE_FORMAT_Z32_FLOAT; in si_texture_create_object()
1155 tex->db_render_format = base->format; in si_texture_create_object()
H A Dsi_state.c2434 format = ac_translate_dbformat(tex->db_render_format); in si_init_depth_surface()
2461 .format = tex->db_render_format, in si_init_depth_surface()
2987 .format = tex->db_render_format, in gfx6_emit_framebuffer_state()
3188 .format = tex->db_render_format, in gfx11_dgpu_emit_framebuffer_state()
4099 pipe_format = tex->db_render_format; in si_create_sampler_view()
H A Dsi_pipe.h373 enum pipe_format db_render_format : 16; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c399 rtex->db_render_format = new_tex->db_render_format; in r600_reallocate_texture_inplace()
903 rtex->db_render_format = base->format; in r600_texture_create_object()
H A Dr600_pipe_common.h175 enum pipe_format db_render_format; member