Home
last modified time | relevance | path

Searched refs:PP_MAX_TOKENS (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_filters.h41 #define PP_MAX_TOKENS 2048 macro
Dpp_run.c246 tokens = tgsi_alloc_tokens(PP_MAX_TOKENS); in pp_tgsi_to_state()
253 if (tgsi_text_translate(text, tokens, PP_MAX_TOKENS) == FALSE) { in pp_tgsi_to_state()