Searched refs:PIPE_TEX_COMPARE_R_TO_TEXTURE (Results 1 – 14 of 14) sorted by relevance
75 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) { in nv30_fragtex_validate()97 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) { in nv30_fragtex_validate()
110 if (cso->compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) in compare_mode()
101 if (compare == PIPE_TEX_COMPARE_R_TO_TEXTURE) in vc5_get_tex_return_size()
186 #define PIPE_TEX_COMPARE_R_TO_TEXTURE 1 macro
208 sampler->compare_mode = PIPE_TEX_COMPARE_R_TO_TEXTURE; in st_convert_sampler()
210 PIPE_TEX_COMPARE_R_TO_TEXTURE, enumerator
76 If set to PIPE_TEX_COMPARE_R_TO_TEXTURE, the result of texture sampling
301 if (sampler->compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) { in make_fs_key()
203 STATIC_ASSERT(PIPE_TEX_COMPARE_R_TO_TEXTURE == 1); in define_sampler_state_object()
1816 PIPE_TEX_COMPARE_R_TO_TEXTURE); in emit_tex()3496 == PIPE_TEX_COMPARE_R_TO_TEXTURE) in needs_to_create_common_immediate()
239 …samp.compare_mode = ss[NINED3DSAMP_SHADOW] ? PIPE_TEX_COMPARE_R_TO_TEXTURE : PIPE_TEX_COMPARE_NONE; in nine_convert_sampler_state()
165 if (s->state.compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) { in get_external_state()
251 if (sampler->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) in i915_create_sampler_state()
553 if (cso->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) { in nv50_sampler_state_create()