Searched refs:compare_mode (Results 1 - 25 of 33) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.h63 unsigned compare_mode:1; member in struct:svga_fs_compile_key::__anon14870
H A Dsvga_pipe_sampler.c115 cso->compare_mode = sampler->compare_mode;
H A Dsvga_state_fs.c230 key->tex[i].compare_mode = svga->curr.sampler[i]->compare_mode;
H A Dsvga_context.h180 unsigned compare_mode:1; member in struct:svga_sampler_state
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_texture.c108 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);
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) {
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h312 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */ member in struct:pipe_sampler_state
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h91 unsigned compare_mode:1; member in struct:lp_sampler_static_state
H A Dlp_bld_sample.c164 state->compare_mode = sampler->compare_mode;
165 if (sampler->compare_mode != PIPE_TEX_COMPARE_NONE) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c194 sampler->compare_mode = PIPE_TEX_COMPARE_R_TO_TEXTURE;
/external/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h299 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE;
H A Dquad-sample.c283 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE;
H A Dfs-test.c410 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE;
H A Dgs-test.c474 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE;
H A Dvs-test.c361 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c197 sampler.compare_mode = PIPE_TEX_COMPARE_NONE;
H A Dvl_median_filter.c283 sampler.compare_mode = PIPE_TEX_COMPARE_NONE;
H A Dvl_zscan.c306 sampler.compare_mode = PIPE_TEX_COMPARE_NONE;
H A Dvl_idct.c552 sampler.compare_mode = PIPE_TEX_COMPARE_NONE;
H A Dvl_mc.c388 sampler.compare_mode = PIPE_TEX_COMPARE_NONE;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c163 if (s->state.compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) {
H A Dr300_state_derived.c833 if (sampler->state.compare_mode == PIPE_TEX_COMPARE_NONE) {
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c470 trace_dump_member(uint, state, compare_mode);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c637 util_dump_member(stream, uint, state, compare_mode);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c250 if (sampler->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE)

Completed in 656 milliseconds

12