Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_int_to_float.c41 bool is_bool_only = alu->dest.dest.ssa.bit_size == 1; in lower_alu_instr() local
44 is_bool_only = false; in lower_alu_instr()
47 if (is_bool_only) { in lower_alu_instr()