Home
last modified time | relevance | path

Searched refs:NUM_NEW_TOKENS (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c58 #define NUM_NEW_TOKENS 53 macro
381 const uint newLen = tgsi_num_tokens(tokens) + NUM_NEW_TOKENS; in util_pstipple_create_fragment_shader()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c57 #define NUM_NEW_TOKENS 200 macro
363 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS; in generate_aapoint_fs()
Ddraw_pipe_aaline.c54 #define NUM_NEW_TOKENS 53 macro
331 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS; in generate_aaline_fs()
Ddraw_pipe_pstipple.c56 #define NUM_NEW_TOKENS 53 macro