Searched refs:PIPE_TEX_COMPARE_R_TO_TEXTURE (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_formats.c101 if (compare == PIPE_TEX_COMPARE_R_TO_TEXTURE)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_formats.c111 if (compare == PIPE_TEX_COMPARE_R_TO_TEXTURE)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragtex.c75 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) {
97 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) {
H A Dnv30_texture.c110 if (cso->compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragtex.c75 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) {
97 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) {
H A Dnv30_texture.c110 if (cso->compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE)
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_sampler.c140 sampler->compare_mode = PIPE_TEX_COMPARE_R_TO_TEXTURE;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_sampler.c211 sampler->compare_mode = PIPE_TEX_COMPARE_R_TO_TEXTURE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h210 PIPE_TEX_COMPARE_R_TO_TEXTURE, enumerator in enum:pipe_tex_compare
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_pipe.c243 samp.compare_mode = ss[NINED3DSAMP_SHADOW] ? PIPE_TEX_COMPARE_R_TO_TEXTURE : PIPE_TEX_COMPARE_NONE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c203 STATIC_ASSERT(PIPE_TEX_COMPARE_R_TO_TEXTURE == 1);
H A Dsvga_state_fs.c305 if (sampler->compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c202 STATIC_ASSERT(PIPE_TEX_COMPARE_R_TO_TEXTURE == 1);
H A Dsvga_state_fs.c325 if (sampler->compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_pipe.c247 samp.compare_mode = ss[NINED3DSAMP_SHADOW] ? PIPE_TEX_COMPARE_R_TO_TEXTURE : PIPE_TEX_COMPARE_NONE;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h210 PIPE_TEX_COMPARE_R_TO_TEXTURE, enumerator in enum:pipe_tex_compare
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dsampler.rst76 If set to PIPE_TEX_COMPARE_R_TO_TEXTURE, the result of texture sampling
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dsampler.rst76 If set to PIPE_TEX_COMPARE_R_TO_TEXTURE, the result of texture sampling
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_fs.c165 if (s->state.compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_fs.c165 if (s->state.compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state.c251 if (sampler->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state.c305 if (sampler->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShader.cpp481 state.compare_mode = PIPE_TEX_COMPARE_R_TO_TEXTURE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp648 if (state->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) {
672 if (state->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c554 if (cso->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) {

Completed in 30 milliseconds

12