HomeSort by: relevance | last modified time | path
    Searched refs:branch_type (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_cfg.c 521 enum vtn_branch_type branch_type = local
525 if (branch_type != vtn_branch_type_none) {
530 vtn_assert(branch_type == vtn_branch_type_loop_continue);
546 block->branch_type = vtn_get_branch_type(b, branch_block,
550 if (block->branch_type != vtn_branch_type_none)
559 block->branch_type = vtn_branch_type_return;
563 block->branch_type = vtn_branch_type_discard;
596 block->branch_type = if_stmt->then_type;
597 if (block->branch_type == vtn_branch_type_none) {
726 enum vtn_branch_type branch_type local
    [all...]
vtn_private.h 215 enum vtn_branch_type branch_type; member in struct:vtn_block
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_cfg.c 689 block->branch_type = vtn_handle_branch(b, cf_parent, branch_block);
691 if (block->branch_type == vtn_branch_type_none)
699 block->branch_type = vtn_branch_type_return;
703 block->branch_type = vtn_branch_type_discard;
707 block->branch_type = vtn_branch_type_terminate_invocation;
711 block->branch_type = vtn_branch_type_ignore_intersection;
715 block->branch_type = vtn_branch_type_terminate_ray;
937 vtn_emit_branch(struct vtn_builder *b, enum vtn_branch_type branch_type,
940 switch (branch_type) {
1082 if (block->branch_type != vtn_branch_type_none)
    [all...]
vtn_private.h 239 enum vtn_branch_type branch_type; member in struct:vtn_block

Completed in 8 milliseconds