Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h216 bool can_sample_s; member
909 return (stencil_sampler && tex->can_sample_s) || in r600_can_sample_zs()
Dr600_texture.c421 rtex->can_sample_s = new_tex->can_sample_s; in r600_reallocate_texture_inplace()
922 rtex->can_sample_s = !rtex->surface.u.legacy.stencil_adjusted; in r600_texture_create_object()
1157 if (!rtex->can_sample_z && rtex->can_sample_s) { in r600_init_flushed_depth_texture()
1178 } else if (!rtex->can_sample_s && rtex->can_sample_z) { in r600_init_flushed_depth_texture()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c552 rtex->can_sample_s = new_tex->can_sample_s; in r600_reallocate_texture_inplace()
1252 rtex->can_sample_s = true; in r600_texture_create_object()
1255 rtex->can_sample_s = !rtex->surface.u.legacy.stencil_adjusted; in r600_texture_create_object()
1521 if (!rtex->can_sample_z && rtex->can_sample_s) { in si_init_flushed_depth_texture()
1542 } else if (!rtex->can_sample_s && rtex->can_sample_z) { in si_init_flushed_depth_texture()
Dr600_pipe_common.h240 bool can_sample_s:1; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h910 return (stencil_sampler && tex->can_sample_s) || in si_can_sample_zs()