Searched refs:NIR_TRUE (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_analyze_boolean_resolves.c222 * one of the values NIR_TRUE or NIR_FALSE.
228 if (load->value[0].u32 == NIR_TRUE || load->value[0].u32 == NIR_FALSE) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_analyze_boolean_resolves.c230 * one of the values NIR_TRUE or NIR_FALSE.
236 if (load->value[0].u32 == NIR_TRUE || load->value[0].u32 == NIR_FALSE) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_bool_to_int32.c150 load->value[i].u32 = value[i].b ? NIR_TRUE : NIR_FALSE;
H A Dnir_lower_bool_to_bitsize.c352 load->value[i].u32 = load->value[i].b ? NIR_TRUE : NIR_FALSE;
H A Dnir.h66 #define NIR_TRUE (~0u) macro
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_bool_to_int32.c122 load->value[i].u32 = value[i].b ? NIR_TRUE : NIR_FALSE;
H A Dnir.h60 #define NIR_TRUE (~0u) macro
/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_opt_algebraic.c4325 nir_type_bool, { NIR_TRUE /* True */ },
[all...]
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_opt_algebraic.c14508 nir_type_bool, { NIR_TRUE /* True */ },
[all...]

Completed in 102 milliseconds