Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp67 struct if_context { struct
68 Temp cond;
70 bool divergent_old;
71 bool exec_potentially_empty_discard_old;
72 bool exec_potentially_empty_break_old;
73 uint16_t exec_potentially_empty_break_depth_old;
75 unsigned BB_if_idx;
76 unsigned invert_idx;
77 bool uniform_has_then_branch;
78 bool then_branch_divergent;
[all …]
/external/selinux/libsepol/cil/src/
Dcil_internal.h793 struct cil_context *if_context; member