Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_float.c76 case nir_op_fge: alu->op = nir_op_sge; break; in lower_alu_instr()
80 case nir_op_ige: alu->op = nir_op_sge; break; in lower_alu_instr()
84 case nir_op_uge: alu->op = nir_op_sge; break; in lower_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h323 nir_op_sge, enumerator
Dnir_builder_opcodes.h1486 return nir_build_alu(build, nir_op_sge, src0, src1, NULL, NULL); in nir_sge()
Dnir_opt_algebraic.c21804 nir_op_sge,
22046 nir_op_sge,
271790 [nir_op_sge] = {
Dnir_constant_expressions.c47338 case nir_op_sge: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c309 [nir_op_sge] = {-1, SETGTEv}, in instr_create_alu()
633 instr = instr_create_alu_dest(ctx, nir_op_sge, &intr->dest); in emit_intrinsic()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnir.c163 [nir_op_sge] = gpir_op_ge,
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c148 [nir_op_sge] = ppir_op_ge,
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c969 case nir_op_sge: in ntq_emit_comparison()
994 case nir_op_sge: in ntq_emit_comparison()
1213 case nir_op_sge: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1353 case nir_op_sge: { in emit_alu()
1378 case nir_op_sge: op = SpvOpFOrdGreaterThanEqual; break; in emit_alu()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c869 case nir_op_sge: in ntq_emit_comparison()
1088 case nir_op_sge: in ntq_emit_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c598 [nir_op_sge] = { TGSI_OPCODE_SGE }, in ntt_emit_alu()
Dtgsi_to_nir.c1806 [TGSI_OPCODE_SGE] = nir_op_sge,