Searched refs:can_sample_s (Results 1 – 4 of 4) sorted by relevance
205 bool can_sample_s; member913 return (stencil_sampler && tex->can_sample_s) || in r600_can_sample_zs()
420 rtex->can_sample_s = new_tex->can_sample_s; in r600_reallocate_texture_inplace()934 rtex->can_sample_s = !rtex->surface.u.legacy.stencil_adjusted; in r600_texture_create_object()1163 if (!rtex->can_sample_z && rtex->can_sample_s) { in r600_init_flushed_depth_texture()1184 } else if (!rtex->can_sample_s && rtex->can_sample_z) { in r600_init_flushed_depth_texture()
514 tex->can_sample_s = new_tex->can_sample_s; in si_reallocate_texture_inplace()993 tex->can_sample_s = true; in si_texture_create_object()1001 tex->can_sample_s = !tex->surface.u.legacy.stencil_adjusted; in si_texture_create_object()1699 if (!tex->can_sample_z && tex->can_sample_s) { in si_init_flushed_depth_texture()1720 } else if (!tex->can_sample_s && tex->can_sample_z) { in si_init_flushed_depth_texture()
417 bool can_sample_s : 1; member1841 return (stencil_sampler && tex->can_sample_s) || (!stencil_sampler && tex->can_sample_z); in si_can_sample_zs()