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

  /xsrc/external/mit/xf86-video-ati/dist/src/
evergreen_textured_videofuncs.c 273 tex_samp.clamp_z = SQ_TEX_WRAP;
369 tex_samp.clamp_z = SQ_TEX_WRAP;
r600_textured_videofuncs.c 301 tex_samp.clamp_z = SQ_TEX_WRAP;
397 tex_samp.clamp_z = SQ_TEX_WRAP;
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 349 tex_samp.clamp_z = SQ_TEX_WRAP;
1047 tex_samp.clamp_z = SQ_TEX_WRAP;
r600_exa.c 466 tex_samp.clamp_z = SQ_TEX_WRAP;
1159 tex_samp.clamp_z = SQ_TEX_WRAP;
evergreen_accel.c 818 (s->clamp_z << CLAMP_Z_shift) |
r6xx_accel.c 722 (s->clamp_z << CLAMP_Z_shift) |
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
evergreen_textured_videofuncs.c 258 tex_samp.clamp_z = SQ_TEX_WRAP;
357 tex_samp.clamp_z = SQ_TEX_WRAP;
r600_textured_videofuncs.c 274 tex_samp.clamp_z = SQ_TEX_WRAP;
370 tex_samp.clamp_z = SQ_TEX_WRAP;
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 347 tex_samp.clamp_z = SQ_TEX_WRAP;
1064 tex_samp.clamp_z = SQ_TEX_WRAP;
r600_exa.c 417 tex_samp.clamp_z = SQ_TEX_WRAP;
1078 tex_samp.clamp_z = SQ_TEX_WRAP;
evergreen_accel.c 807 (s->clamp_z << CLAMP_Z_shift) |
r6xx_accel.c 651 (s->clamp_z << CLAMP_Z_shift) |
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
cffdec.c 1667 uint32_t min, mag, swiz, clamp_x, clamp_y, clamp_z; local
1688 clamp_z = (dwords[0] >> 16) & 0x3;
1718 clamp[clamp_y], clamp[clamp_z]);

Completed in 19 milliseconds