Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h191 nir_op_sge, enumerator
Dnir_builder_opcodes.h826 return nir_build_alu(build, nir_op_sge, src0, src1, NULL, NULL); in nir_sge()
Dnir_opt_algebraic.c4634 nir_op_sge,
5674 nir_op_sge,
5704 nir_op_sge,
19150 case nir_op_sge: in nir_opt_algebraic_block()
Dnir_constant_expressions.c13660 case nir_op_sge: in nir_eval_const_opcode()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c554 case nir_op_sge: in ntq_emit_comparison()
588 case nir_op_sge: in ntq_emit_comparison()
771 case nir_op_sge: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c976 case nir_op_sge: in ntq_emit_comparison()
1001 case nir_op_sge: in ntq_emit_comparison()
1221 case nir_op_sge: in ntq_emit_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1489 [TGSI_OPCODE_SGE] = nir_op_sge,