Searched refs:bool_value (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_if.c | 1100 bool bool_value; local in function:propagate_condition_eval 1102 if (!evaluate_if_condition(nif, b->cursor, &bool_value)) 1108 def[i] = nir_imm_bool(b, bool_value); 1155 bool bool_value; local in function:evaluate_condition_use 1156 if (evaluate_if_condition(nif, b->cursor, &bool_value)) { 1158 nir_src imm_src = nir_src_for_ssa(nir_imm_bool(b, bool_value));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_if.c | 1154 bool bool_value; local in function:propagate_condition_eval 1156 if (!evaluate_if_condition(nif, b->cursor, &bool_value)) 1162 def[i] = nir_imm_bool(b, bool_value); 1209 bool bool_value; local in function:evaluate_condition_use 1210 if (evaluate_if_condition(nif, b->cursor, &bool_value)) { 1212 nir_src imm_src = nir_src_for_ssa(nir_imm_bool(b, bool_value));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-port.h | 2202 template <bool bool_value> 2204 typedef bool_constant<bool_value> type; 2205 static const bool value = bool_value; 2207 template <bool bool_value> const bool bool_constant<bool_value>::value;
|
Completed in 10 milliseconds