| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/python/tests/regress/fragment-shader/ |
| H A D | frag-cmp.sh | 10 CMP OUT[0], IMM[2], IMM[0], IMM[1]
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/python/tests/regress/fragment-shader/ |
| H A D | frag-cmp.sh | 10 CMP OUT[0], IMM[2], IMM[0], IMM[1]
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir_emit.c | 85 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 D | test_vec4_cmod_propagation.cpp | 154 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 D | test_fs_cmod_propagation.cpp | 109 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 D | gen6_gs_visitor.cpp | 223 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 D | test_vec4_dead_code_eliminate.cpp | 139 bld.CMP(dst_reg(r4), r2, r1, BRW_CONDITIONAL_L);
|
| H A D | brw_vec4_nir.cpp | 906 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 D | brw_fs_nir.cpp | 880 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 D | test_vec4_cmod_propagation.cpp | 166 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 D | test_fs_cmod_propagation.cpp | 131 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 D | gfx6_gs_visitor.cpp | 221 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 D | test_vec4_dead_code_eliminate.cpp | 151 bld.CMP(dst_reg(r4), r2, r1, BRW_CONDITIONAL_L);
|
| H A D | brw_fs_builder.h | 480 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 D | brw_vec4_nir.cpp | 833 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 D | brw_fs_nir.cpp | 852 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 D | aco_ir.cpp | 599 #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 D | tgsi_opcode_tmp.h | 92 OP13(CMP)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 9.2.4.rst | 64 - freedreno/a3xx/compiler: fix CMP
|
| H A D | 18.1.4.rst | 65 - i965/vec4: Don't cmod propagate from CMP to ADD if the writemask
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_lexer.l | 192 CMP{sat} { return_opcode(require_ARB_fp, TRI_OP, CMP, 3); }
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_lexer.l | 192 CMP{sat} { return_opcode(require_ARB_fp, TRI_OP, CMP, 3); }
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_opcode_tmp.h | 97 OP13(CMP)
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | i915_3d.h | 563 i915_fs_arith (CMP, dest_reg, operand0, operand1, operand2)
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | i915_3d.h | 563 i915_fs_arith (CMP, dest_reg, operand0, operand1, operand2)
|