Home
last modified time | relevance | path

Searched defs:if_context (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp69 struct if_context { struct
70 Temp cond;
72 bool divergent_old;
73 bool exec_potentially_empty_discard_old;
74 bool exec_potentially_empty_break_old;
75 uint16_t exec_potentially_empty_break_depth_old;
77 unsigned BB_if_idx;
78 unsigned invert_idx;
79 bool uniform_has_then_branch;
80 bool then_branch_divergent;
[all …]
/third_party/selinux/libsepol/cil/src/
Dcil_internal.h801 struct cil_context *if_context; member