Home
last modified time | relevance | path

Searched refs:NIR_SEARCH_MAX_VARIABLES (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_search.h35 #define NIR_SEARCH_MAX_VARIABLES 16 macro
69 /** The variable index; Must be less than NIR_SEARCH_MAX_VARIABLES */
H A Dnir_search.c48 nir_alu_src variables[NIR_SEARCH_MAX_VARIABLES];
299 assert(var->variable < NIR_SEARCH_MAX_VARIABLES); in match_value()

Completed in 3 milliseconds