Searched refs: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.c493 unsigned cond_depth; member in struct:shader_translator
945 assert(tx->cond_depth <= NINE_MAX_COND_DEPTH);
946 tx->cond_depth++;
947 return &tx->cond_labels[tx->cond_depth - 1];
953 assert(tx->cond_depth);
954 return &tx->cond_labels[tx->cond_depth - 1];
960 assert(tx->cond_depth);
961 tx->cond_depth--;
962 ureg_fixup_label(tx->ureg, tx->cond_labels[tx->cond_depth],
3484 sm1_dump_instruction(insn, tx->cond_depth
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c494 unsigned cond_depth; member in struct:shader_translator
966 assert(tx->cond_depth <= NINE_MAX_COND_DEPTH);
967 tx->cond_depth++;
968 return &tx->cond_labels[tx->cond_depth - 1];
974 assert(tx->cond_depth);
975 return &tx->cond_labels[tx->cond_depth - 1];
981 assert(tx->cond_depth);
982 tx->cond_depth--;
983 ureg_fixup_label(tx->ureg, tx->cond_labels[tx->cond_depth],
3519 sm1_dump_instruction(insn, tx->cond_depth
[all...]

Completed in 11 milliseconds