Searched refs:can_sample_z (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h215 bool can_sample_z; member in struct:r600_texture
909 (!stencil_sampler && tex->can_sample_z);
H A Dr600_texture.c420 rtex->can_sample_z = new_tex->can_sample_z;
944 rtex->can_sample_z = !rtex->surface.u.legacy.depth_adjusted;
950 rtex->can_sample_z = true;
1178 if (!rtex->can_sample_z && rtex->can_sample_s) {
1199 } else if (!rtex->can_sample_s && rtex->can_sample_z) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h211 bool can_sample_z; member in struct:r600_texture
919 (!stencil_sampler && tex->can_sample_z);
H A Dr600_texture.c419 rtex->can_sample_z = new_tex->can_sample_z;
937 rtex->can_sample_z = !rtex->surface.u.legacy.depth_adjusted;
943 rtex->can_sample_z = true;
1167 if (!rtex->can_sample_z && rtex->can_sample_s) {
1188 } else if (!rtex->can_sample_s && rtex->can_sample_z) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c501 tex->can_sample_z = new_tex->can_sample_z;
964 tex->can_sample_z = true;
972 tex->can_sample_z = !tex->surface.u.legacy.depth_adjusted;
1619 if (!tex->can_sample_z && tex->can_sample_s) {
1640 } else if (!tex->can_sample_s && tex->can_sample_z) {
H A Dsi_pipe.h375 bool can_sample_z : 1; member in struct:si_texture
1789 return (stencil_sampler && tex->can_sample_s) || (!stencil_sampler && tex->can_sample_z);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h313 bool can_sample_z:1; member in struct:si_texture
1609 (!stencil_sampler && tex->can_sample_z);
H A Dsi_texture.c591 tex->can_sample_z = new_tex->can_sample_z;
1257 tex->can_sample_z = true;
1260 tex->can_sample_z = !tex->surface.u.legacy.depth_adjusted;
1725 if (!tex->can_sample_z && tex->can_sample_s) {
1746 } else if (!tex->can_sample_s && tex->can_sample_z) {

Completed in 72 milliseconds