OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compare_mode
(Results
1 - 25
of
37
) sorted by null
1
2
/external/mesa3d/src/gallium/drivers/nv30/
nv30_texture.c
108
compare_mode
(const struct pipe_sampler_state *cso)
function
110
if (cso->
compare_mode
!= PIPE_TEX_COMPARE_R_TO_TEXTURE)
145
so->wrap |=
compare_mode
(cso);
nv30_fragtex.c
75
if (ss->pipe.
compare_mode
!= PIPE_TEX_COMPARE_R_TO_TEXTURE) {
97
if (ss->pipe.
compare_mode
!= PIPE_TEX_COMPARE_R_TO_TEXTURE) {
/external/mesa3d/src/gallium/docs/source/cso/
sampler.rst
75
compare_mode
82
The inequality operator used when
compare_mode
=1. One of PIPE_FUNC_x.
/external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.h
63
unsigned
compare_mode
:1;
member in struct:svga_fs_compile_key::__anon19986
svga_pipe_sampler.c
115
cso->
compare_mode
= sampler->
compare_mode
;
svga_state_fs.c
230
key->tex[i].
compare_mode
= svga->curr.sampler[i]->
compare_mode
;
svga_context.h
180
unsigned
compare_mode
:1;
member in struct:svga_sampler_state
/external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c
194
sampler->
compare_mode
= PIPE_TEX_COMPARE_R_TO_TEXTURE;
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h
91
unsigned
compare_mode
:1;
member in struct:lp_sampler_static_state
lp_bld_sample.c
164
state->
compare_mode
= sampler->
compare_mode
;
165
if (sampler->
compare_mode
!= PIPE_TEX_COMPARE_NONE) {
[
all
...]
/external/mesa3d/src/gallium/tests/graw/
graw_util.h
299
sampler_desc.
compare_mode
= PIPE_TEX_COMPARE_NONE;
quad-sample.c
283
sampler_desc.
compare_mode
= PIPE_TEX_COMPARE_NONE;
vs-test.c
361
sampler_desc.
compare_mode
= PIPE_TEX_COMPARE_NONE;
fs-test.c
410
sampler_desc.
compare_mode
= PIPE_TEX_COMPARE_NONE;
gs-test.c
474
sampler_desc.
compare_mode
= PIPE_TEX_COMPARE_NONE;
/external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c
197
sampler.
compare_mode
= PIPE_TEX_COMPARE_NONE;
vl_median_filter.c
283
sampler.
compare_mode
= PIPE_TEX_COMPARE_NONE;
vl_mc.c
388
sampler.
compare_mode
= PIPE_TEX_COMPARE_NONE;
vl_zscan.c
306
sampler.
compare_mode
= PIPE_TEX_COMPARE_NONE;
vl_idct.c
552
sampler.
compare_mode
= PIPE_TEX_COMPARE_NONE;
/external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c
470
trace_dump_member(uint, state,
compare_mode
);
/external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c
637
util_dump_member(stream, uint, state,
compare_mode
);
/external/mesa3d/src/gallium/include/pipe/
p_state.h
312
unsigned
compare_mode
:1; /**< PIPE_TEX_COMPARE_x */
member in struct:pipe_sampler_state
/external/mesa3d/src/gallium/drivers/i915/
i915_state.c
250
if (sampler->
compare_mode
== PIPE_TEX_COMPARE_R_TO_TEXTURE)
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/
r300_fs.c
163
if (s->state.
compare_mode
== PIPE_TEX_COMPARE_R_TO_TEXTURE) {
Completed in 2833 milliseconds
1
2