Searched refs:is_then (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | lower_if_to_cond_assign.cpp | 71 this->is_then = false; 94 bool is_then; member in class:__anon347883980110::ir_if_to_cond_assign_visitor 164 if (v->is_then) 248 this->is_then = true; 253 this->is_then = false; |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | lower_if_to_cond_assign.cpp | 88 bool is_then; member in class:__anoncd8fb7e50110::ir_if_to_cond_assign_visitor 158 if (v->is_then) 242 this->is_then = true; 247 this->is_then = false; |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ | ||
| H A D | tgsi_scan.c | 1082 bool is_then = true; local in function:get_if_block_tessfactor_writemask 1093 is_then = false; 1100 is_then ? &then_tessfactor_writemask : 1118 if (is_then) |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ | ||
| H A D | tgsi_scan.c | 1105 bool is_then = true; local in function:get_if_block_tessfactor_writemask 1116 is_then = false; 1123 is_then ? &then_tessfactor_writemask : 1141 if (is_then) |
Completed in 6 milliseconds