/external/mesa3d/src/intel/compiler/ |
D | test_vec4_cmod_propagation.cpp | 154 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 176 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 0)->conditional_mod); in TEST_F() 189 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 213 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod); in TEST_F() 259 bld.CMP(bld.null_reg_ud(), src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 282 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod); in TEST_F() 294 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE); in TEST_F() 295 bld.CMP(bld.null_reg_f(), src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 319 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod); in TEST_F() 321 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 2)->conditional_mod); in TEST_F() [all …]
|
D | test_fs_copy_propagation.cpp | 155 { BRW_CONDITIONAL_GE , 0.1f, true }, in TEST_F() 157 { BRW_CONDITIONAL_GE , 0.5f, true }, in TEST_F() 159 { BRW_CONDITIONAL_GE , 0.9f, true }, in TEST_F() 161 { BRW_CONDITIONAL_GE , -1.5f, false }, in TEST_F() 163 { BRW_CONDITIONAL_GE , 1.5f, false }, in TEST_F()
|
D | test_fs_cmod_propagation.cpp | 118 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE); in TEST_F() 139 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 0)->conditional_mod); in TEST_F() 150 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE) in TEST_F() 173 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 0)->conditional_mod); in TEST_F() 184 bld.CMP(bld.null_reg_f(), dest, nonzero, BRW_CONDITIONAL_GE); in TEST_F() 206 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod); in TEST_F() 216 bld.CMP(bld.null_reg_ud(), dest, zero, BRW_CONDITIONAL_GE); in TEST_F() 238 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod); in TEST_F() 250 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE); in TEST_F() 251 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE); in TEST_F() [all …]
|
D | brw_clip_unfilled.c | 101 conditional = BRW_CONDITIONAL_GE; in cull_direction() 138 conditional = BRW_CONDITIONAL_GE; in copy_bfc() 205 BRW_CONDITIONAL_GE, in compute_offset() 218 c->key.offset_clamp < 0 ? BRW_CONDITIONAL_GE : BRW_CONDITIONAL_L, in compute_offset() 434 BRW_CONDITIONAL_GE, in emit_unfilled_primitives()
|
D | brw_eu.cpp | 54 case BRW_CONDITIONAL_GE: in brw_negate_cmod() 57 return BRW_CONDITIONAL_GE; in brw_negate_cmod() 77 case BRW_CONDITIONAL_GE: in brw_swap_cmod() 82 return BRW_CONDITIONAL_GE; in brw_swap_cmod()
|
D | brw_shader.cpp | 90 return BRW_CONDITIONAL_GE; in brw_conditional_for_comparison() 859 if (conditional_mod == BRW_CONDITIONAL_GE || in is_commutative()
|
D | brw_clip_tri.c | 318 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_GE); in brw_clip_tri() 429 BRW_CONDITIONAL_GE, in brw_clip_tri()
|
D | brw_vec4_builder.h | 338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
|
D | brw_fs_copy_propagation.cpp | 596 if ((inst->conditional_mod != BRW_CONDITIONAL_GE && in try_copy_propagate() 830 inst->conditional_mod == BRW_CONDITIONAL_GE || in try_constant_propagate()
|
D | brw_vec4_visitor.cpp | 515 emit_minmax(BRW_CONDITIONAL_GE, max, src_reg(scaled), brw_imm_f(-1.0f)); in emit_unpack_snorm_4x8() 543 emit_minmax(BRW_CONDITIONAL_GE, max, src0, brw_imm_f(-1.0f)); in emit_pack_snorm_4x8() 1004 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z), in emit_texture()
|
D | gen6_gs_visitor.cpp | 383 emit(CMP(dst_null_d(), vertex, this->vertex_count, BRW_CONDITIONAL_GE)); in emit_thread_end()
|
D | brw_eu_defines.h | 128 BRW_CONDITIONAL_GE = 4, enumerator
|
D | brw_fs_builder.h | 392 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
|
D | brw_fs_visitor.cpp | 386 return BRW_CONDITIONAL_GE; in cond_for_alpha_func()
|
D | brw_fs_nir.cpp | 1663 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_GE); in nir_emit_alu() 3962 case nir_op_imax: return BRW_CONDITIONAL_GE; in brw_cond_mod_for_nir_reduction_op() 3963 case nir_op_umax: return BRW_CONDITIONAL_GE; in brw_cond_mod_for_nir_reduction_op() 3964 case nir_op_fmax: return BRW_CONDITIONAL_GE; in brw_cond_mod_for_nir_reduction_op() 5943 bld.emit_minmax(nir_dest[2], depth, brw_imm_d(1), BRW_CONDITIONAL_GE); in nir_emit_texture()
|
D | brw_nir.c | 1301 return BRW_CONDITIONAL_GE; in brw_cmod_for_nir_comparison()
|
D | brw_disasm.c | 107 [BRW_CONDITIONAL_GE] = ".ge",
|
D | brw_vec4_nir.cpp | 1417 inst = emit_minmax(BRW_CONDITIONAL_GE, dst, op[0], op[1]); in nir_emit_alu()
|
D | brw_fs.cpp | 2814 case BRW_CONDITIONAL_GE: in opt_algebraic()
|
/external/igt-gpu-tools/assembler/ |
D | brw_eu.c | 53 case BRW_CONDITIONAL_GE: in brw_swap_cmod() 58 return BRW_CONDITIONAL_GE; in brw_swap_cmod()
|
D | lex.l | 441 ".ge" { yylval.integer = BRW_CONDITIONAL_GE; return GREATER_EQUAL; }
|
D | brw_defines.h | 578 #define BRW_CONDITIONAL_GE 4 macro
|
D | brw_disasm.c | 96 [BRW_CONDITIONAL_GE] = ".ge",
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 358 ".ge" { yylval.integer = BRW_CONDITIONAL_GE; return GREATER_EQUAL; }
|