Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h345 nir_op_uge16, enumerator
Dnir_builder_opcodes.h1596 return nir_build_alu(build, nir_op_uge16, src0, src1, NULL, NULL); in nir_uge16()
Dnir_constant_expressions.c47404 case nir_op_uge16: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_bitsize.c231 bit_size == 16 ? nir_op_uge16 : nir_op_uge32; in lower_alu_instr()