Searched refs:tc_compatible_htile (Results 1 – 6 of 6) sorted by relevance
199 bool tc_compatible_htile) in r600_init_surface() argument224 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() local1224 tc_compatible_htile); in r600_texture_create()
266 bool tc_compatible_htile; member
334 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()
332 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()
2220 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()
1242 if (!rtex->tc_compatible_htile) in si_draw_vbo()