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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c53 #define NINE_MAX_COND_DEPTH 64 macro
495 unsigned cond_labels[NINE_MAX_COND_DEPTH];
945 assert(tx->cond_depth <= NINE_MAX_COND_DEPTH);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c54 #define NINE_MAX_COND_DEPTH 64 macro
496 unsigned cond_labels[NINE_MAX_COND_DEPTH];
966 assert(tx->cond_depth <= NINE_MAX_COND_DEPTH);

Completed in 12 milliseconds