Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c53 #define NINE_MAX_COND_DEPTH 64 macro
497 unsigned cond_labels[NINE_MAX_COND_DEPTH];
857 assert(tx->cond_depth <= NINE_MAX_COND_DEPTH); in tx_cond()