Home
last modified time | relevance | path

Searched refs:BRW_CONDITIONAL_GE (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_vec4_cmod_propagation.cpp154 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 …]
Dtest_fs_copy_propagation.cpp155 { 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()
Dtest_fs_cmod_propagation.cpp118 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 …]
Dbrw_clip_unfilled.c101 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()
Dbrw_eu.cpp54 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()
Dbrw_shader.cpp90 return BRW_CONDITIONAL_GE; in brw_conditional_for_comparison()
859 if (conditional_mod == BRW_CONDITIONAL_GE || in is_commutative()
Dbrw_clip_tri.c318 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()
Dbrw_fs_copy_propagation.cpp596 if ((inst->conditional_mod != BRW_CONDITIONAL_GE && in try_copy_propagate()
830 inst->conditional_mod == BRW_CONDITIONAL_GE || in try_constant_propagate()
Dbrw_vec4_builder.h338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
Dbrw_vec4_visitor.cpp515 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()
Dgen6_gs_visitor.cpp383 emit(CMP(dst_null_d(), vertex, this->vertex_count, BRW_CONDITIONAL_GE)); in emit_thread_end()
Dbrw_eu_defines.h128 BRW_CONDITIONAL_GE = 4, enumerator
Dbrw_fs_builder.h392 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L); in emit_minmax()
Dbrw_fs_visitor.cpp386 return BRW_CONDITIONAL_GE; in cond_for_alpha_func()
Dbrw_fs_nir.cpp1663 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()
Dbrw_nir.c1301 return BRW_CONDITIONAL_GE; in brw_cmod_for_nir_comparison()
Dbrw_disasm.c107 [BRW_CONDITIONAL_GE] = ".ge",
Dbrw_vec4_nir.cpp1417 inst = emit_minmax(BRW_CONDITIONAL_GE, dst, op[0], op[1]); in nir_emit_alu()
Dbrw_fs.cpp2814 case BRW_CONDITIONAL_GE: in opt_algebraic()
/external/igt-gpu-tools/assembler/
Dbrw_eu.c53 case BRW_CONDITIONAL_GE: in brw_swap_cmod()
58 return BRW_CONDITIONAL_GE; in brw_swap_cmod()
Dlex.l441 ".ge" { yylval.integer = BRW_CONDITIONAL_GE; return GREATER_EQUAL; }
Dbrw_defines.h578 #define BRW_CONDITIONAL_GE 4 macro
Dbrw_disasm.c96 [BRW_CONDITIONAL_GE] = ".ge",
/external/mesa3d/src/intel/tools/
Di965_lex.l358 ".ge" { yylval.integer = BRW_CONDITIONAL_GE; return GREATER_EQUAL; }