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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_inline_helpers.h146 if (jump->type == nir_jump_goto_if && !_nir_visit_src(&jump->condition, cb, state))
H A Dnir_control_flow.c493 case nir_jump_goto_if:
632 if (jump->type == nir_jump_goto_if)
H A Dnir_divergence_analysis.c692 case nir_jump_goto_if:
H A Dnir_clone.c466 assert(jmp->type != nir_jump_goto && jmp->type != nir_jump_goto_if);
H A Dnir_lower_goto_ifs.c910 if (jump_instr->type == nir_jump_goto_if) {
H A Dnir_builder.h1746 assert(jump_type != nir_jump_goto && jump_type != nir_jump_goto_if);
1765 nir_jump_instr *jump = nir_jump_instr_create(build->shader, nir_jump_goto_if);
H A Dnir_serialize.c1631 assert(jmp->type != nir_jump_goto && jmp->type != nir_jump_goto_if);
1649 header.jump.type != nir_jump_goto_if);
H A Dnir_print.c1316 case nir_jump_goto_if:
H A Dnir_validate.c1056 case nir_jump_goto_if:
H A Dnir.h2610 nir_jump_goto_if, enumerator in enum:__anon3ec4419d2603
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c3559 case nir_jump_goto_if:
3586 case nir_jump_goto_if:

Completed in 30 milliseconds