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

  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 58 #define NUM_NEW_TOKENS 50
411 const uint newLen = tgsi_num_tokens(fs->tokens) + NUM_NEW_TOKENS;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 56 #define NUM_NEW_TOKENS 50
345 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS;
draw_pipe_aaline.c 54 #define NUM_NEW_TOKENS 50
356 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS;
draw_pipe_aapoint.c 57 #define NUM_NEW_TOKENS 200
500 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS;

Completed in 140 milliseconds