Searched refs:BRW_CONDITIONAL_EQ (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_clip_tri.c | 144 BRW_CONDITIONAL_EQ, in brw_clip_tri_init_vertices() 182 BRW_CONDITIONAL_EQ, in brw_clip_tri_flat_shade() 196 BRW_CONDITIONAL_EQ, in brw_clip_tri_flat_shade() 332 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, get_addr_reg(vtxOut), brw_imm_uw(0) ); in brw_clip_tri() 374 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, get_addr_reg(vtxOut), brw_imm_uw(0) ); in brw_clip_tri()
|
D | brw_clip_unfilled.c | 234 BRW_CONDITIONAL_EQ, in merge_edgeflags() 244 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_EQ); in merge_edgeflags() 252 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_EQ); in merge_edgeflags()
|
D | brw_clip_util.c | 216 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, in brw_clip_interp_vertex()
|
D | brw_compile_ff_gs.c | 425 brw_CMP(p, vec8(brw_null_reg()), BRW_CONDITIONAL_EQ, in gfx6_sol_program()
|
D | test_fs_cmod_propagation.cpp | 1001 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod); in TEST_F() 1177 set_condmod(BRW_CONDITIONAL_EQ, bld.ADD(dest1, src0, src1)); in TEST_F() 1200 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod); in TEST_F() 3071 bld.CMP(bld.null_reg_f(), src0, pos10, BRW_CONDITIONAL_EQ); in TEST_F() 3090 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod); in TEST_F()
|
D | brw_eu_defines.h | 126 BRW_CONDITIONAL_EQ = 1, /* Z */ enumerator
|
D | brw_fs_builder.h | 484 BRW_CONDITIONAL_EQ)); in emit_scan_step()
|
D | brw_fs_visitor.cpp | 570 return BRW_CONDITIONAL_EQ; in cond_for_alpha_func()
|
D | test_vec4_cmod_propagation.cpp | 261 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod); in TEST_F()
|
D | brw_fs_nir.cpp | 3700 BRW_CONDITIONAL_EQ); in nir_emit_fs_intrinsic() 6238 bld.CMP(dst, tmp, brw_imm_ud(0u), BRW_CONDITIONAL_EQ); in nir_emit_texture() 6241 BRW_CONDITIONAL_EQ); in nir_emit_texture()
|