Searched refs:CMP (Results 1 - 25 of 67) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/python/tests/regress/fragment-shader/
H A Dfrag-cmp.sh10 CMP OUT[0], IMM[2], IMM[0], IMM[1]
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/python/tests/regress/fragment-shader/
H A Dfrag-cmp.sh10 CMP OUT[0], IMM[2], IMM[0], IMM[1]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c85 OPC(f2b32, CMP, 0_X_X, NE), /* != 0.0 */
86 UOPC(i2b32, CMP, 0_X_X, NE), /* != 0 */
104 OPC(feq32, CMP, 0_1_X, EQ),
105 OPC(fneu32, CMP, 0_1_X, NE),
106 OPC(fge32, CMP, 0_1_X, GE),
107 OPC(flt32, CMP, 0_1_X, LT),
108 IOPC(ieq32, CMP, 0_1_X, EQ),
109 IOPC(ine32, CMP, 0_1_X, NE),
110 IOPC(ige32, CMP, 0_1_X, GE),
111 IOPC(ilt32, CMP,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_vec4_cmod_propagation.cpp154 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE);
189 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE);
224 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L);
259 bld.CMP(bld.null_reg_ud(), src_reg(dest), zero, BRW_CONDITIONAL_GE);
294 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE);
295 bld.CMP(bld.null_reg_f(), src_reg(dest), zero, BRW_CONDITIONAL_GE);
335 bld.CMP(bld.null_reg_f(), src_reg(dest0), zero, BRW_CONDITIONAL_GE);
375 bld.CMP(bld.null_reg_f(), offset(src_reg(dest), 8, 2), zero, BRW_CONDITIONAL_GE);
419 bld.CMP(dest_null, src_reg(dest0), zero, BRW_CONDITIONAL_GE);
459 bld.CMP(dest_nul
[all...]
H A Dtest_fs_cmod_propagation.cpp109 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE);
141 bld.CMP(bld.null_reg_f(), dest, nonzero, BRW_CONDITIONAL_GE);
173 bld.CMP(bld.null_reg_ud(), dest, zero, BRW_CONDITIONAL_GE);
207 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE);
208 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE);
247 bld.CMP(bld.null_reg_f(), dest0, zero, BRW_CONDITIONAL_GE);
286 bld.CMP(bld.null_reg_f(), offset(dest, bld, 2), zero, BRW_CONDITIONAL_GE);
326 bld.CMP(bld.null_reg_f(), dest0, zero, BRW_CONDITIONAL_GE);
363 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE);
393 bld.CMP(des
[all...]
H A Dgen6_gs_visitor.cpp223 emit(CMP(dst_null_ud(), this->vertex_count,
225 vec4_instruction *inst = emit(CMP(dst_null_ud(),
327 emit(CMP(dst_null_ud(), this->first_vertex, brw_imm_ud(0u), BRW_CONDITIONAL_Z));
371 emit(CMP(dst_null_ud(), this->vertex_count, brw_imm_ud(0u), BRW_CONDITIONAL_G));
383 emit(CMP(dst_null_d(), vertex, this->vertex_count, BRW_CONDITIONAL_GE));
609 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE));
628 emit(CMP(dst_null_d(), sol_temp, this->vertex_count,
651 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE));
H A Dtest_vec4_dead_code_eliminate.cpp139 bld.CMP(dst_reg(r4), r2, r1, BRW_CONDITIONAL_L);
H A Dbrw_vec4_nir.cpp906 emit(CMP(dst_null_d(), op[0], op[1],
1349 emit(CMP(dst_null_f(), abs_src0, brw_imm_f(ldexpf(1.0, -14)),
1410 emit(CMP(dst, op[0], op[1], conditional_mod));
1418 emit(CMP(temp, op[0], op[1], conditional_mod));
1437 emit(CMP(dst_null_d(), swizzle(op[0], swiz), swizzle(op[1], swiz),
1456 emit(CMP(dst_null_d(), swizzle(op[0], swiz), swizzle(op[1], swiz),
1531 emit(CMP(dst, op[0], brw_imm_f(0.0f), BRW_CONDITIONAL_NZ));
1536 emit(CMP(dst, op[0], brw_imm_d(0), BRW_CONDITIONAL_NZ));
1676 bld.CMP(dst_null_d(), src, brw_imm_d(-1), BRW_CONDITIONAL_NZ);
1762 emit(CMP(dst_null_
[all...]
H A Dbrw_fs_nir.cpp880 bld.CMP(bld.null_reg_f(), op[0], zero, BRW_CONDITIONAL_NZ);
900 bld.CMP(bld.null_reg_f(), op[0], brw_imm_f(0.0f), BRW_CONDITIONAL_NZ);
924 bld.CMP(bld.null_reg_df(), op[0], zero, BRW_CONDITIONAL_NZ);
1297 bld.CMP(dest, op[0], op[1], cond);
1351 bld.CMP(dest, temp_op[0], temp_op[1], cond);
1520 bld.CMP(tmp, op[0], zero, BRW_CONDITIONAL_NZ);
1531 bld.CMP(result, op[0], zero, BRW_CONDITIONAL_NZ);
1575 bld.CMP(bld.null_reg_f(), abs_src0, brw_imm_f(ldexpf(1.0, -14)),
1685 bld.CMP(bld.null_reg_d(), result, brw_imm_d(-1), BRW_CONDITIONAL_NZ);
1767 bld.CMP(bl
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_vec4_cmod_propagation.cpp166 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE);
201 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE);
236 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L);
271 bld.CMP(bld.null_reg_ud(), src_reg(dest), zero, BRW_CONDITIONAL_GE);
306 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE);
307 bld.CMP(bld.null_reg_f(), src_reg(dest), zero, BRW_CONDITIONAL_GE);
347 bld.CMP(bld.null_reg_f(), src_reg(dest0), zero, BRW_CONDITIONAL_GE);
387 bld.CMP(bld.null_reg_f(), offset(src_reg(dest), 8, 2), zero, BRW_CONDITIONAL_GE);
431 bld.CMP(dest_null, src_reg(dest0), zero, BRW_CONDITIONAL_GE);
471 bld.CMP(dest_nul
[all...]
H A Dtest_fs_cmod_propagation.cpp131 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE);
163 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE)
197 bld.CMP(bld.null_reg_f(), dest, nonzero, BRW_CONDITIONAL_GE);
229 bld.CMP(bld.null_reg_ud(), dest, zero, BRW_CONDITIONAL_GE);
260 bld.CMP(bld.null_reg_d(), dest, zero, BRW_CONDITIONAL_Z)->exec_size = 32;
295 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE);
296 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE);
333 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE)
335 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE);
376 bld.CMP(bl
[all...]
H A Dgfx6_gs_visitor.cpp221 emit(CMP(dst_null_ud(), this->vertex_count,
223 vec4_instruction *inst = emit(CMP(dst_null_ud(),
325 emit(CMP(dst_null_ud(), this->first_vertex, brw_imm_ud(0u), BRW_CONDITIONAL_Z));
369 emit(CMP(dst_null_ud(), this->vertex_count, brw_imm_ud(0u), BRW_CONDITIONAL_G));
381 emit(CMP(dst_null_d(), vertex, this->vertex_count, BRW_CONDITIONAL_GE));
570 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE));
589 emit(CMP(dst_null_d(), sol_temp, this->vertex_count,
612 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE));
H A Dtest_vec4_dead_code_eliminate.cpp151 bld.CMP(dst_reg(r4), r2, r1, BRW_CONDITIONAL_L);
H A Dbrw_fs_builder.h480 CMP(null_reg_ud(), retype(left_low, BRW_REGISTER_TYPE_UD),
483 CMP(null_reg_ud(), left_high, right_high,
486 CMP(null_reg_ud(), left_high, right_high, mod));
656 * CMP: Sets the low bit of the destination channels with the result
661 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1,
666 * CMP null<d> src0<f> src1<f>
683 * CMPN: Behaves like CMP, but produces true if src1 is NaN.
691 * CMP null<d> src0<f> src1<f>
H A Dbrw_vec4_nir.cpp833 emit(CMP(dst_null_d(), op[0], op[1],
1418 emit(CMP(dst_null_f(), abs_src0, brw_imm_f(ldexpf(1.0, -14)),
1481 emit(CMP(dst, op[0], op[1], conditional_mod));
1489 emit(CMP(temp, op[0], op[1], conditional_mod));
1508 emit(CMP(dst_null_d(), swizzle(op[0], swiz), swizzle(op[1], swiz),
1527 emit(CMP(dst_null_d(), swizzle(op[0], swiz), swizzle(op[1], swiz),
1587 emit(CMP(dst, op[0], brw_imm_f(0.0f), BRW_CONDITIONAL_NZ));
1592 emit(CMP(dst, op[0], brw_imm_d(0), BRW_CONDITIONAL_NZ));
1714 bld.CMP(dst_null_d(), src, brw_imm_d(-1), BRW_CONDITIONAL_NZ);
1787 emit(CMP(dst_null_
[all...]
H A Dbrw_fs_nir.cpp852 bld.CMP(bld.null_reg_f(), op[0], zero, BRW_CONDITIONAL_NZ);
872 bld.CMP(bld.null_reg_f(), op[0], brw_imm_f(0.0f), BRW_CONDITIONAL_NZ);
896 bld.CMP(bld.null_reg_df(), op[0], zero, BRW_CONDITIONAL_NZ);
1427 bld.CMP(dest, op[0], op[1], brw_cmod_for_nir_comparison(instr->op));
1455 bld.CMP(dest, op[0], op[1],
1601 bld.CMP(tmp, op[0], zero, BRW_CONDITIONAL_NZ);
1612 bld.CMP(result, op[0], zero, BRW_CONDITIONAL_NZ);
1663 bld.CMP(bld.null_reg_f(), abs_src0, brw_imm_f(ldexpf(1.0, -14)),
1783 bld.CMP(bld.null_reg_d(), result, brw_imm_d(-1), BRW_CONDITIONAL_NZ);
1946 bld.CMP(bl
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.cpp599 #define CMP(ord, unord, ord_swap, unord_swap) \ macro
603 CMP(lt, /*n*/ge, gt, /*n*/le)
604 CMP(eq, /*n*/lg, eq, /*n*/lg)
605 CMP(le, /*n*/gt, ge, /*n*/lt)
606 CMP(gt, /*n*/le, lt, /*n*/le)
607 CMP(lg, /*n*/eq, lg, /*n*/eq)
608 CMP(ge, /*n*/lt, le, /*n*/gt)
609 #undef CMP
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h92 OP13(CMP)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D9.2.4.rst64 - freedreno/a3xx/compiler: fix CMP
H A D18.1.4.rst65 - i965/vec4: Don't cmod propagate from CMP to ADD if the writemask
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l192 CMP{sat} { return_opcode(require_ARB_fp, TRI_OP, CMP, 3); }
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l192 CMP{sat} { return_opcode(require_ARB_fp, TRI_OP, CMP, 3); }
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h97 OP13(CMP)
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di915_3d.h563 i915_fs_arith (CMP, dest_reg, operand0, operand1, operand2)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di915_3d.h563 i915_fs_arith (CMP, dest_reg, operand0, operand1, operand2)

Completed in 40 milliseconds

123