Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c494 unsigned cond_depth; member
946 assert(tx->cond_depth <= NINE_MAX_COND_DEPTH); in tx_cond()
947 tx->cond_depth++; in tx_cond()
948 return &tx->cond_labels[tx->cond_depth - 1]; in tx_cond()
954 assert(tx->cond_depth); in tx_elsecond()
955 return &tx->cond_labels[tx->cond_depth - 1]; in tx_elsecond()
961 assert(tx->cond_depth); in tx_endcond()
962 tx->cond_depth--; in tx_endcond()
963 ureg_fixup_label(tx->ureg, tx->cond_labels[tx->cond_depth], in tx_endcond()
3491 sm1_dump_instruction(insn, tx->cond_depth + tx->loop_depth); in sm1_parse_instruction()