Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c495 unsigned cond_depth; member
857 assert(tx->cond_depth <= NINE_MAX_COND_DEPTH); in tx_cond()
858 tx->cond_depth++; in tx_cond()
859 return &tx->cond_labels[tx->cond_depth - 1]; in tx_cond()
865 assert(tx->cond_depth); in tx_elsecond()
866 return &tx->cond_labels[tx->cond_depth - 1]; in tx_elsecond()
872 assert(tx->cond_depth); in tx_endcond()
873 tx->cond_depth--; in tx_endcond()
874 ureg_fixup_label(tx->ureg, tx->cond_labels[tx->cond_depth], in tx_endcond()
3341 sm1_dump_instruction(insn, tx->cond_depth + tx->loop_depth); in sm1_parse_instruction()