HomeSort by: relevance | last modified time | path
    Searched refs:clamp_y (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
evergreen_textured_videofuncs.c 272 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
368 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
r600_textured_videofuncs.c 300 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
396 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
evergreen_state.h 194 int clamp_x, clamp_y, clamp_z; member in struct:__anon6784
r600_state.h 157 int clamp_x, clamp_y, clamp_z; member in struct:__anon6799
evergreen_exa.c 348 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
1015 tex_samp.clamp_y = SQ_TEX_WRAP;
1019 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
1023 tex_samp.clamp_y = SQ_TEX_MIRROR;
1027 tex_samp.clamp_y = SQ_TEX_CLAMP_BORDER;
r600_exa.c 465 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
1127 tex_samp.clamp_y = SQ_TEX_WRAP;
1131 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
1135 tex_samp.clamp_y = SQ_TEX_MIRROR;
1139 tex_samp.clamp_y = SQ_TEX_CLAMP_BORDER;
evergreen_accel.c 817 (s->clamp_y << CLAMP_Y_shift) |
r6xx_accel.c 721 (s->clamp_y << CLAMP_Y_shift) |
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
evergreen_textured_videofuncs.c 257 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
356 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
r600_textured_videofuncs.c 273 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
369 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
evergreen_state.h 190 int clamp_x, clamp_y, clamp_z; member in struct:__anon6913
r600_state.h 153 int clamp_x, clamp_y, clamp_z; member in struct:__anon6926
evergreen_exa.c 346 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
1032 tex_samp.clamp_y = SQ_TEX_WRAP;
1036 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
1040 tex_samp.clamp_y = SQ_TEX_MIRROR;
1044 tex_samp.clamp_y = SQ_TEX_CLAMP_BORDER;
r600_exa.c 416 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
1046 tex_samp.clamp_y = SQ_TEX_WRAP;
1050 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
1054 tex_samp.clamp_y = SQ_TEX_MIRROR;
1058 tex_samp.clamp_y = SQ_TEX_CLAMP_BORDER;
evergreen_accel.c 806 (s->clamp_y << CLAMP_Y_shift) |
r6xx_accel.c 650 (s->clamp_y << CLAMP_Y_shift) |
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
cffdec.c 1667 uint32_t min, mag, swiz, clamp_x, clamp_y, clamp_z; local
1687 clamp_y = (dwords[0] >> 13) & 0x3;
1718 clamp[clamp_y], clamp[clamp_z]);

Completed in 27 milliseconds