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

  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 249 return vtn_branch_type_none;
314 if (block->branch_type != vtn_branch_type_none)
357 if (if_stmt->then_type == vtn_branch_type_none &&
358 if_stmt->else_type == vtn_branch_type_none) {
374 if (merge_type == vtn_branch_type_none) {
380 } else if (if_stmt->then_type != vtn_branch_type_none &&
381 if_stmt->else_type != vtn_branch_type_none) {
390 if (if_stmt->then_type == vtn_branch_type_none) {
450 if (branch_type != vtn_branch_type_none) {
603 if (block->branch_type != vtn_branch_type_none) {
    [all...]
vtn_private.h 54 vtn_branch_type_none, enumerator in enum:vtn_branch_type

Completed in 51 milliseconds