Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h347 nir_op_uge8, enumerator
Dnir_builder_opcodes.h1606 return nir_build_alu(build, nir_op_uge8, src0, src1, NULL, NULL); in nir_uge8()
Dnir_constant_expressions.c47410 case nir_op_uge8: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_bitsize.c230 opcode = bit_size == 8 ? nir_op_uge8 : in lower_alu_instr()