Home
last modified time | relevance | path

Searched refs:NIR_FALSE (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_boolean_resolves.c236 if (load->value[0].u32 == NIR_TRUE || load->value[0].u32 == NIR_FALSE) { in analyze_boolean_resolves_block()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_int32.c150 load->value[i].u32 = value[i].b ? NIR_TRUE : NIR_FALSE; in nir_lower_bool_to_int32_impl()
Dnir_lower_bool_to_bitsize.c352 load->value[i].u32 = load->value[i].b ? NIR_TRUE : NIR_FALSE; in lower_load_const_instr()
Dnir.h65 #define NIR_FALSE 0u macro