Home
last modified time | relevance | path

Searched refs:brw_codegen (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.h54 struct brw_codegen { struct
97 void brw_pop_insn_state( struct brw_codegen *p ); argument
98 void brw_push_insn_state( struct brw_codegen *p );
99 void brw_set_default_exec_size(struct brw_codegen *p, unsigned value);
100 void brw_set_default_mask_control( struct brw_codegen *p, unsigned value );
101 void brw_set_default_saturate( struct brw_codegen *p, bool enable );
102 void brw_set_default_access_mode( struct brw_codegen *p, unsigned access_mode );
105 void brw_set_default_compression(struct brw_codegen *p, bool on);
108 void brw_set_default_group(struct brw_codegen *p, unsigned group);
109 void brw_set_default_compression_control(struct brw_codegen *p, enum brw_compression c);
[all …]
Dtest_eu_compact.c32 test_compact_instruction(struct brw_codegen *p, brw_inst src) in test_compact_instruction()
114 test_fuzz_compact_instruction(struct brw_codegen *p, brw_inst src) in test_fuzz_compact_instruction()
143 gen_ADD_GRF_GRF_GRF(struct brw_codegen *p) in gen_ADD_GRF_GRF_GRF()
153 gen_ADD_GRF_GRF_IMM(struct brw_codegen *p) in gen_ADD_GRF_GRF_IMM()
162 gen_ADD_GRF_GRF_IMM_d(struct brw_codegen *p) in gen_ADD_GRF_GRF_IMM_d()
171 gen_MOV_GRF_GRF(struct brw_codegen *p) in gen_MOV_GRF_GRF()
180 gen_ADD_MRF_GRF_GRF(struct brw_codegen *p) in gen_ADD_MRF_GRF_GRF()
190 gen_ADD_vec1_GRF_GRF_GRF(struct brw_codegen *p) in gen_ADD_vec1_GRF_GRF_GRF()
200 gen_PLN_MRF_GRF_GRF(struct brw_codegen *p) in gen_PLN_MRF_GRF_GRF()
210 gen_f0_0_MOV_GRF_GRF(struct brw_codegen *p) in gen_f0_0_MOV_GRF_GRF()
[all …]
Dbrw_eu_emit.c47 gen6_resolve_implied_move(struct brw_codegen *p, in gen6_resolve_implied_move()
71 gen7_convert_mrf_to_grf(struct brw_codegen *p, struct brw_reg *reg) in gen7_convert_mrf_to_grf()
145 brw_set_dest(struct brw_codegen *p, brw_inst *inst, struct brw_reg dest) in brw_set_dest()
321 brw_set_src0(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg) in brw_set_src0()
474 brw_set_src1(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg) in brw_set_src1()
563 brw_set_message_descriptor(struct brw_codegen *p, in brw_set_message_descriptor()
596 static void brw_set_math_message( struct brw_codegen *p, in brw_set_math_message()
643 static void brw_set_ff_sync_message(struct brw_codegen *p, in brw_set_ff_sync_message()
662 static void brw_set_urb_message( struct brw_codegen *p, in brw_set_urb_message()
704 brw_set_dp_write_message(struct brw_codegen *p, in brw_set_dp_write_message()
[all …]
Dbrw_eu_util.c38 void brw_math_invert( struct brw_codegen *p, in brw_math_invert()
52 void brw_copy4(struct brw_codegen *p, in brw_copy4()
71 void brw_copy8(struct brw_codegen *p, in brw_copy8()
89 void brw_copy_indirect_to_indirect(struct brw_codegen *p, in brw_copy_indirect_to_indirect()
105 void brw_copy_from_indirect(struct brw_codegen *p, in brw_copy_from_indirect()
Dbrw_eu.c158 brw_set_default_exec_size(struct brw_codegen *p, unsigned value) in brw_set_default_exec_size()
163 void brw_set_default_predicate_control( struct brw_codegen *p, unsigned pc ) in brw_set_default_predicate_control()
168 void brw_set_default_predicate_inverse(struct brw_codegen *p, bool predicate_inverse) in brw_set_default_predicate_inverse()
173 void brw_set_default_flag_reg(struct brw_codegen *p, int reg, int subreg) in brw_set_default_flag_reg()
181 void brw_set_default_access_mode( struct brw_codegen *p, unsigned access_mode ) in brw_set_default_access_mode()
187 brw_set_default_compression_control(struct brw_codegen *p, in brw_set_default_compression_control()
246 brw_set_default_compression(struct brw_codegen *p, bool on) in brw_set_default_compression()
283 brw_set_default_group(struct brw_codegen *p, unsigned group) in brw_set_default_group()
288 void brw_set_default_mask_control( struct brw_codegen *p, unsigned value ) in brw_set_default_mask_control()
293 void brw_set_default_saturate( struct brw_codegen *p, bool enable ) in brw_set_default_saturate()
[all …]
Dbrw_vec4_generator.cpp31 generate_math1_gen4(struct brw_codegen *p, in generate_math1_gen4()
54 generate_math_gen6(struct brw_codegen *p, in generate_math_gen6()
73 generate_math2_gen4(struct brw_codegen *p, in generate_math2_gen4()
107 generate_tex(struct brw_codegen *p, in generate_tex()
346 generate_vs_urb_write(struct brw_codegen *p, vec4_instruction *inst) in generate_vs_urb_write()
360 generate_gs_urb_write(struct brw_codegen *p, vec4_instruction *inst) in generate_gs_urb_write()
375 generate_gs_urb_write_allocate(struct brw_codegen *p, vec4_instruction *inst) in generate_gs_urb_write_allocate()
400 generate_gs_thread_end(struct brw_codegen *p, vec4_instruction *inst) in generate_gs_thread_end()
415 generate_gs_set_write_offset(struct brw_codegen *p, in generate_gs_set_write_offset()
456 generate_gs_set_vertex_count(struct brw_codegen *p, in generate_gs_set_vertex_count()
[all …]
Dbrw_clip_util.c72 struct brw_codegen *p = &c->func; in brw_clip_init_planes()
92 struct brw_codegen *p = &c->func; in brw_clip_project_position()
110 struct brw_codegen *p = &c->func; in brw_clip_project_vertex()
141 struct brw_codegen *p = &c->func; in brw_clip_interp_vertex()
322 struct brw_codegen *p = &c->func; in brw_clip_emit_vue()
363 struct brw_codegen *p = &c->func; in brw_clip_kill_thread()
406 struct brw_codegen *p = &c->func; in brw_clip_copy_flatshaded_attributes()
421 struct brw_codegen *p = &c->func; in brw_clip_init_clipmask()
448 struct brw_codegen *p = &c->func; in brw_clip_ff_sync()
471 struct brw_codegen *p = &c->func; in brw_clip_init_ff_sync()
Dbrw_clip_unfilled.c51 struct brw_codegen *p = &c->func; in compute_tri_direction()
100 struct brw_codegen *p = &c->func; in cull_direction()
128 struct brw_codegen *p = &c->func; in copy_bfc()
202 struct brw_codegen *p = &c->func; in compute_offset()
234 struct brw_codegen *p = &c->func; in merge_edgeflags()
273 struct brw_codegen *p = &c->func; in apply_one_offset()
290 struct brw_codegen *p = &c->func; in emit_lines()
360 struct brw_codegen *p = &c->func; in emit_points()
430 struct brw_codegen *p = &c->func; in emit_unfilled_primitives()
467 struct brw_codegen *p = &c->func; in check_nr_verts()
[all …]
Dbrw_sf_emit.c103 struct brw_codegen *p = &c->func; in copy_bfc()
118 struct brw_codegen *p = &c->func; in do_twoside_color()
161 struct brw_codegen *p = &c->func; in copy_flatshaded_attributes()
193 struct brw_codegen *p = &c->func; in do_flatshade_triangle()
225 struct brw_codegen *p = &c->func; in do_flatshade_line()
306 struct brw_codegen *p = &c->func; in copy_z_inv_w()
398 set_predicate_control_flag_value(struct brw_codegen *p, in set_predicate_control_flag_value()
416 struct brw_codegen *p = &c->func; in brw_emit_tri_setup()
505 struct brw_codegen *p = &c->func; in brw_emit_line_setup()
577 struct brw_codegen *p = &c->func; in brw_emit_point_sprite_setup()
[all …]
Dbrw_ff_gs_emit.c104 struct brw_codegen *p = &c->func; in brw_ff_gs_initialize_header()
118 struct brw_codegen *p = &c->func; in brw_ff_gs_overwrite_header_dw2()
132 struct brw_codegen *p = &c->func; in brw_ff_gs_overwrite_header_dw2_from_r0()
148 struct brw_codegen *p = &c->func; in brw_ff_gs_offset_header_dw2()
170 struct brw_codegen *p = &c->func; in brw_ff_gs_emit_vue()
228 struct brw_codegen *p = &c->func; in brw_ff_gs_ff_sync()
341 struct brw_codegen *p = &c->func; in gen6_sol_program()
Dbrw_clip_tri.c141 struct brw_codegen *p = &c->func; in brw_clip_tri_init_vertices()
181 struct brw_codegen *p = &c->func; in brw_clip_tri_flat_shade()
236 struct brw_codegen *p = &c->func; in load_clip_distance()
262 struct brw_codegen *p = &c->func; in brw_clip_tri()
454 struct brw_codegen *p = &c->func; in brw_clip_tri_emit_polygon()
510 struct brw_codegen *p = &c->func; in maybe_do_clip_tri()
535 struct brw_codegen *p = &c->func; in brw_clip_test()
631 struct brw_codegen *p = &c->func; in brw_emit_tri_clip()
Dbrw_ff_gs.h74 struct brw_codegen func;
Dbrw_sf.h62 struct brw_codegen func;
Dbrw_clip.h80 struct brw_codegen func;
Dbrw_eu_validate.c134 brw_validate_instructions(const struct brw_codegen *p, int start_offset, in brw_validate_instructions()
Dbrw_clip_line.c130 struct brw_codegen *p = &c->func; in clip_and_emit_line()
Dbrw_fs.h472 struct brw_codegen *p;
Dbrw_eu_compact.c1401 brw_compact_instructions(struct brw_codegen *p, int start_offset, in brw_compact_instructions()
Dbrw_fs_generator.cpp136 p = rzalloc(mem_ctx, struct brw_codegen); in fs_generator()