Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c494 unsigned cond_depth; member
966 assert(tx->cond_depth <= NINE_MAX_COND_DEPTH); in tx_cond()
967 tx->cond_depth++; in tx_cond()
968 return &tx->cond_labels[tx->cond_depth - 1]; in tx_cond()
974 assert(tx->cond_depth); in tx_elsecond()
975 return &tx->cond_labels[tx->cond_depth - 1]; in tx_elsecond()
981 assert(tx->cond_depth); in tx_endcond()
982 tx->cond_depth--; in tx_endcond()
983 ureg_fixup_label(tx->ureg, tx->cond_labels[tx->cond_depth], in tx_endcond()
3519 sm1_dump_instruction(insn, tx->cond_depth in sm1_parse_instruction()
[all...]

Completed in 8 milliseconds