HomeSort by relevance Sort by last modified time
    Searched refs:vtn_if (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 336 struct vtn_if *if_stmt = ralloc(b, struct vtn_if);
612 struct vtn_if *vtn_if = (struct vtn_if *)node; local
616 nir_src_for_ssa(vtn_ssa_value(b, vtn_if->condition)->def);
622 if (vtn_if->then_type == vtn_branch_type_none) {
623 vtn_emit_cf_list(b, &vtn_if->then_body,
626 vtn_emit_branch(b, vtn_if->then_type, switch_fall_var, &sw_break);
630 if (vtn_if->else_type == vtn_branch_type_none)
    [all...]
vtn_private.h 89 struct vtn_if { struct

Completed in 381 milliseconds