Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu.h54 struct brw_codegen { struct
107 void brw_pop_insn_state( struct brw_codegen *p ); argument
108 void brw_push_insn_state( struct brw_codegen *p );
109 void brw_set_default_exec_size(struct brw_codegen *p, unsigned value);
110 void brw_set_default_mask_control( struct brw_codegen *p, unsigned value );
111 void brw_set_default_saturate( struct brw_codegen *p, bool enable );
112 void brw_set_default_access_mode( struct brw_codegen *p, unsigned access_mode );
115 void brw_set_default_compression(struct brw_codegen *p, bool on);
118 void brw_set_default_group(struct brw_codegen *p, unsigned group);
119 void brw_set_default_compression_control(struct brw_codegen *p, enum brw_compression c);
[all …]
Dtest_eu_compact.cpp31 test_compact_instruction(struct brw_codegen *p, brw_inst src) in test_compact_instruction()
144 test_fuzz_compact_instruction(struct brw_codegen *p, brw_inst src) in test_fuzz_compact_instruction()
173 gen_ADD_GRF_GRF_GRF(struct brw_codegen *p) in gen_ADD_GRF_GRF_GRF()
183 gen_ADD_GRF_GRF_IMM(struct brw_codegen *p) in gen_ADD_GRF_GRF_IMM()
192 gen_ADD_GRF_GRF_IMM_d(struct brw_codegen *p) in gen_ADD_GRF_GRF_IMM_d()
201 gen_MOV_GRF_GRF(struct brw_codegen *p) in gen_MOV_GRF_GRF()
210 gen_ADD_MRF_GRF_GRF(struct brw_codegen *p) in gen_ADD_MRF_GRF_GRF()
220 gen_ADD_vec1_GRF_GRF_GRF(struct brw_codegen *p) in gen_ADD_vec1_GRF_GRF_GRF()
230 gen_PLN_MRF_GRF_GRF(struct brw_codegen *p) in gen_PLN_MRF_GRF_GRF()
240 gen_f0_0_MOV_GRF_GRF(struct brw_codegen *p) in gen_f0_0_MOV_GRF_GRF()
[all …]
Dbrw_eu_emit.c46 gen6_resolve_implied_move(struct brw_codegen *p, in gen6_resolve_implied_move()
70 gen7_convert_mrf_to_grf(struct brw_codegen *p, struct brw_reg *reg) in gen7_convert_mrf_to_grf()
88 brw_set_dest(struct brw_codegen *p, brw_inst *inst, struct brw_reg dest) in brw_set_dest()
167 brw_set_src0(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg) in brw_set_src0()
274 brw_set_src1(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg) in brw_set_src1()
371 brw_set_message_descriptor(struct brw_codegen *p, in brw_set_message_descriptor()
404 static void brw_set_math_message( struct brw_codegen *p, in brw_set_math_message()
451 static void brw_set_ff_sync_message(struct brw_codegen *p, in brw_set_ff_sync_message()
470 static void brw_set_urb_message( struct brw_codegen *p, in brw_set_urb_message()
512 brw_set_dp_write_message(struct brw_codegen *p, in brw_set_dp_write_message()
[all …]
Dbrw_eu_util.c37 void brw_math_invert( struct brw_codegen *p, in brw_math_invert()
51 void brw_copy4(struct brw_codegen *p, in brw_copy4()
70 void brw_copy8(struct brw_codegen *p, in brw_copy8()
88 void brw_copy_indirect_to_indirect(struct brw_codegen *p, in brw_copy_indirect_to_indirect()
104 void brw_copy_from_indirect(struct brw_codegen *p, in brw_copy_from_indirect()
Dbrw_eu.c130 brw_set_default_exec_size(struct brw_codegen *p, unsigned value) in brw_set_default_exec_size()
135 void brw_set_default_predicate_control( struct brw_codegen *p, unsigned pc ) in brw_set_default_predicate_control()
140 void brw_set_default_predicate_inverse(struct brw_codegen *p, bool predicate_inverse) in brw_set_default_predicate_inverse()
145 void brw_set_default_flag_reg(struct brw_codegen *p, int reg, int subreg) in brw_set_default_flag_reg()
153 void brw_set_default_access_mode( struct brw_codegen *p, unsigned access_mode ) in brw_set_default_access_mode()
159 brw_set_default_compression_control(struct brw_codegen *p, in brw_set_default_compression_control()
218 brw_set_default_compression(struct brw_codegen *p, bool on) in brw_set_default_compression()
255 brw_set_default_group(struct brw_codegen *p, unsigned group) in brw_set_default_group()
260 void brw_set_default_mask_control( struct brw_codegen *p, unsigned value ) in brw_set_default_mask_control()
265 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.c65 struct brw_codegen *p = &c->func; in brw_clip_init_planes()
85 struct brw_codegen *p = &c->func; in brw_clip_project_position()
103 struct brw_codegen *p = &c->func; in brw_clip_project_vertex()
134 struct brw_codegen *p = &c->func; in brw_clip_interp_vertex()
315 struct brw_codegen *p = &c->func; in brw_clip_emit_vue()
356 struct brw_codegen *p = &c->func; in brw_clip_kill_thread()
399 struct brw_codegen *p = &c->func; in brw_clip_copy_flatshaded_attributes()
414 struct brw_codegen *p = &c->func; in brw_clip_init_clipmask()
441 struct brw_codegen *p = &c->func; in brw_clip_ff_sync()
464 struct brw_codegen *p = &c->func; in brw_clip_init_ff_sync()
Dbrw_clip_unfilled.c45 struct brw_codegen *p = &c->func; in compute_tri_direction()
94 struct brw_codegen *p = &c->func; in cull_direction()
122 struct brw_codegen *p = &c->func; in copy_bfc()
196 struct brw_codegen *p = &c->func; in compute_offset()
228 struct brw_codegen *p = &c->func; in merge_edgeflags()
267 struct brw_codegen *p = &c->func; in apply_one_offset()
284 struct brw_codegen *p = &c->func; in emit_lines()
354 struct brw_codegen *p = &c->func; in emit_points()
424 struct brw_codegen *p = &c->func; in emit_unfilled_primitives()
461 struct brw_codegen *p = &c->func; in check_nr_verts()
[all …]
Dbrw_compile_sf.c30 struct brw_codegen func;
130 struct brw_codegen *p = &c->func; in copy_bfc()
145 struct brw_codegen *p = &c->func; in do_twoside_color()
188 struct brw_codegen *p = &c->func; in copy_flatshaded_attributes()
220 struct brw_codegen *p = &c->func; in do_flatshade_triangle()
252 struct brw_codegen *p = &c->func; in do_flatshade_line()
333 struct brw_codegen *p = &c->func; in copy_z_inv_w()
425 set_predicate_control_flag_value(struct brw_codegen *p, in set_predicate_control_flag_value()
443 struct brw_codegen *p = &c->func; in brw_emit_tri_setup()
532 struct brw_codegen *p = &c->func; in brw_emit_line_setup()
[all …]
Dbrw_clip_tri.c136 struct brw_codegen *p = &c->func; in brw_clip_tri_init_vertices()
176 struct brw_codegen *p = &c->func; in brw_clip_tri_flat_shade()
231 struct brw_codegen *p = &c->func; in load_clip_distance()
257 struct brw_codegen *p = &c->func; in brw_clip_tri()
449 struct brw_codegen *p = &c->func; in brw_clip_tri_emit_polygon()
505 struct brw_codegen *p = &c->func; in maybe_do_clip_tri()
530 struct brw_codegen *p = &c->func; in brw_clip_test()
626 struct brw_codegen *p = &c->func; in brw_emit_tri_clip()
Dbrw_clip.h47 struct brw_codegen func;
Dtest_eu_validate.cpp68 struct brw_codegen *p;
74 p = rzalloc(NULL, struct brw_codegen); in validation_test()
113 validate(struct brw_codegen *p) in validate()
141 clear_instructions(struct brw_codegen *p) in clear_instructions()
Dbrw_clip_line.c123 struct brw_codegen *p = &c->func; in clip_and_emit_line()
Dbrw_fs.h479 struct brw_codegen *p;
Dbrw_eu_compact.c1488 brw_compact_instructions(struct brw_codegen *p, int start_offset, in brw_compact_instructions()
Dbrw_fs_generator.cpp191 p = rzalloc(mem_ctx, struct brw_codegen); in fs_generator()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs_emit.c103 struct brw_codegen *p = &c->func; in brw_ff_gs_initialize_header()
117 struct brw_codegen *p = &c->func; in brw_ff_gs_overwrite_header_dw2()
131 struct brw_codegen *p = &c->func; in brw_ff_gs_overwrite_header_dw2_from_r0()
147 struct brw_codegen *p = &c->func; in brw_ff_gs_offset_header_dw2()
169 struct brw_codegen *p = &c->func; in brw_ff_gs_emit_vue()
227 struct brw_codegen *p = &c->func; in brw_ff_gs_ff_sync()
340 struct brw_codegen *p = &c->func; in gen6_sol_program()
Dbrw_ff_gs.h74 struct brw_codegen func;