Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c199 bool tc_compatible_htile) in r600_init_surface() argument
224 if (tc_compatible_htile && in r600_init_surface()
872 if (rtex->tc_compatible_htile) { in r600_texture_allocate_htile()
935 rtex->tc_compatible_htile); in r600_print_texture_info()
1012 rtex->tc_compatible_htile = rtex->surface.htile_size != 0 && in r600_texture_create_object()
1017 if (rtex->tc_compatible_htile) in r600_texture_create_object()
1211 bool tc_compatible_htile = in r600_texture_create() local
1224 tc_compatible_htile); in r600_texture_create()
Dr600_pipe_common.h266 bool tc_compatible_htile; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c334 assert(!tex->tc_compatible_htile || levels_z == 0); in si_flush_depth_texture()
709 (!zstex->tc_compatible_htile || in si_clear()
726 (!zstex->tc_compatible_htile || stencil == 0)) { in si_clear()
Dsi_descriptors.c332 rtex->tc_compatible_htile && in si_sampler_view_add_buffer()
409 } else if (tex->tc_compatible_htile) { in si_set_mutable_tex_desc_fields()
543 (!rtex->tc_compatible_htile || rview->is_stencil_sampler)) { in si_set_sampler_views()
Dsi_state.c2220 db_depth_info = S_02803C_ADDR5_SWIZZLE_MASK(!rtex->tc_compatible_htile); in si_init_depth_surface()
2277 } else if (!rtex->tc_compatible_htile) { in si_init_depth_surface()
2289 if (rtex->tc_compatible_htile) { in si_init_depth_surface()
Dsi_state_draw.c1242 if (!rtex->tc_compatible_htile) in si_draw_vbo()