HomeSort by relevance Sort by last modified time
    Searched refs:wrap_mode (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_texture.c 41 wrap_mode(unsigned pipe) function
141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) |
142 (wrap_mode(cso->wrap_t) << NV30_3D_TEX_WRAP_T__SHIFT) |
143 (wrap_mode(cso->wrap_r) << NV30_3D_TEX_WRAP_R__SHIFT);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 171 unsigned wrap_mode : 3; member in struct:r300_fragment_program_external_state::__anon29676
radeon_program_tex.c 129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode;
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 185 state->unit[i].wrap_mode = RC_WRAP_REPEAT;
189 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_REPEAT;
195 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_CLAMP;
199 state->unit[i].wrap_mode = RC_WRAP_NONE;
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 286 unsigned wrap_mode,
295 sampler_desc.wrap_r = wrap_mode;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 73 * \param wrap_mode one of PIPE_TEX_WRAP_x
86 unsigned wrap_mode,
96 switch(wrap_mode) {
141 * \param wrap_mode one of PIPE_TEX_WRAP_x
150 unsigned wrap_mode,
156 switch(wrap_mode) {
269 * \param wrap_mode one of PIPE_TEX_WRAP_x
285 unsigned wrap_mode,
307 switch(wrap_mode) {
364 switch(wrap_mode) {
    [all...]
lp_bld_sample_soa.c 307 unsigned wrap_mode,
319 switch(wrap_mode) {
538 * \param wrap_mode one of PIPE_TEX_WRAP_x
547 unsigned wrap_mode)
555 switch(wrap_mode) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sampler_state.c 209 wrap_mode_needs_border_color(unsigned wrap_mode)
211 return wrap_mode == BRW_TEXCOORDMODE_CLAMP_BORDER ||
212 wrap_mode == GEN8_TEXCOORDMODE_HALF_BORDER;

Completed in 196 milliseconds