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_aaline.c55 #define NUM_NEW_TOKENS 53 macro
281 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS; in generate_aaline_fs()
Ddraw_pipe_aapoint.c59 #define NUM_NEW_TOKENS 200 macro
365 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS; in generate_aapoint_fs()
Ddraw_pipe_pstipple.c58 #define NUM_NEW_TOKENS 53 macro