Searched refs:can_sample_z (Results 1 – 4 of 4) sorted by relevance
209 bool can_sample_z; member894 (!stencil_sampler && tex->can_sample_z); in r600_can_sample_zs()
419 rtex->can_sample_z = new_tex->can_sample_z; in r600_reallocate_texture_inplace()941 rtex->can_sample_z = !rtex->surface.u.legacy.depth_adjusted; in r600_texture_create_object()947 rtex->can_sample_z = true; in r600_texture_create_object()1171 if (!rtex->can_sample_z && rtex->can_sample_s) { in r600_init_flushed_depth_texture()1192 } else if (!rtex->can_sample_s && rtex->can_sample_z) { in r600_init_flushed_depth_texture()
530 tex->can_sample_z = new_tex->can_sample_z; in si_reallocate_texture_inplace()1042 tex->can_sample_z = true; in si_texture_create_object()1050 tex->can_sample_z = !tex->surface.u.legacy.depth_adjusted; in si_texture_create_object()1507 if (!tex->can_sample_z && tex->can_sample_s) { in si_init_flushed_depth_texture()1528 } else if (!tex->can_sample_s && tex->can_sample_z) { in si_init_flushed_depth_texture()
352 bool can_sample_z : 1; member1762 return (stencil_sampler && tex->can_sample_s) || (!stencil_sampler && tex->can_sample_z); in si_can_sample_zs()