Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c496 unsigned cond_depth; member
866 assert(tx->cond_depth <= NINE_MAX_COND_DEPTH); in tx_cond()
867 tx->cond_depth++; in tx_cond()
868 return &tx->cond_labels[tx->cond_depth - 1]; in tx_cond()
874 assert(tx->cond_depth); in tx_elsecond()
875 return &tx->cond_labels[tx->cond_depth - 1]; in tx_elsecond()
881 assert(tx->cond_depth); in tx_endcond()
882 tx->cond_depth--; in tx_endcond()
883 ureg_fixup_label(tx->ureg, tx->cond_labels[tx->cond_depth], in tx_endcond()
3329 sm1_dump_instruction(insn, tx->cond_depth + tx->loop_depth); in sm1_parse_instruction()
/external/pcre/dist2/src/
Dpcre2_compile.c3859 branch_chain *bcptr, int cond_depth, in compile_branch() argument
7040 cond_depth + in compile_branch()
7592 int cond_depth, uint32_t *firstcuptr, int32_t *firstcuflagsptr, in compile_regex() argument
7689 cond_depth, cb, (lengthptr == NULL)? NULL : &length)) in compile_regex()