Home
last modified time | relevance | path

Searched refs:is_then (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_if_to_cond_assign.cpp71 this->is_then = false; in ir_if_to_cond_assign_visitor()
94 bool is_then; member in __anon27a1ac370111::ir_if_to_cond_assign_visitor
164 if (v->is_then) in check_ir_node()
248 this->is_then = true; in visit_leave()
253 this->is_then = false; in visit_leave()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c1106 bool is_then = true; in get_if_block_tessfactor_writemask() local
1117 is_then = false; in get_if_block_tessfactor_writemask()
1124 is_then ? &then_tessfactor_writemask : in get_if_block_tessfactor_writemask()
1142 if (is_then) in get_if_block_tessfactor_writemask()