Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu.h89 struct brw_codegen { struct
151 void brw_pop_insn_state( struct brw_codegen *p ); argument
152 void brw_push_insn_state( struct brw_codegen *p );
153 unsigned brw_get_default_exec_size(struct brw_codegen *p);
154 unsigned brw_get_default_group(struct brw_codegen *p);
155 unsigned brw_get_default_access_mode(struct brw_codegen *p);
156 struct tgl_swsb brw_get_default_swsb(struct brw_codegen *p);
157 void brw_set_default_exec_size(struct brw_codegen *p, unsigned value);
158 void brw_set_default_mask_control( struct brw_codegen *p, unsigned value );
159 void brw_set_default_saturate( struct brw_codegen *p, bool enable );
[all …]
Dtest_eu_compact.cpp32 test_compact_instruction(struct brw_codegen *p, brw_inst src) in test_compact_instruction()
145 test_fuzz_compact_instruction(struct brw_codegen *p, brw_inst src) in test_fuzz_compact_instruction()
177 gen_ADD_GRF_GRF_GRF(struct brw_codegen *p) in gen_ADD_GRF_GRF_GRF()
187 gen_ADD_GRF_GRF_IMM(struct brw_codegen *p) in gen_ADD_GRF_GRF_IMM()
196 gen_ADD_GRF_GRF_IMM_d(struct brw_codegen *p) in gen_ADD_GRF_GRF_IMM_d()
205 gen_MOV_GRF_GRF(struct brw_codegen *p) in gen_MOV_GRF_GRF()
214 gen_ADD_MRF_GRF_GRF(struct brw_codegen *p) in gen_ADD_MRF_GRF_GRF()
224 gen_ADD_vec1_GRF_GRF_GRF(struct brw_codegen *p) in gen_ADD_vec1_GRF_GRF_GRF()
234 gen_PLN_MRF_GRF_GRF(struct brw_codegen *p) in gen_PLN_MRF_GRF_GRF()
244 gen_f0_0_MOV_GRF_GRF(struct brw_codegen *p) in gen_f0_0_MOV_GRF_GRF()
[all …]
Dbrw_eu.cpp133 brw_get_default_exec_size(struct brw_codegen *p) in brw_get_default_exec_size()
139 brw_get_default_group(struct brw_codegen *p) in brw_get_default_group()
145 brw_get_default_access_mode(struct brw_codegen *p) in brw_get_default_access_mode()
151 brw_get_default_swsb(struct brw_codegen *p) in brw_get_default_swsb()
157 brw_set_default_exec_size(struct brw_codegen *p, unsigned value) in brw_set_default_exec_size()
162 void brw_set_default_predicate_control(struct brw_codegen *p, enum brw_predicate pc) in brw_set_default_predicate_control()
167 void brw_set_default_predicate_inverse(struct brw_codegen *p, bool predicate_inverse) in brw_set_default_predicate_inverse()
172 void brw_set_default_flag_reg(struct brw_codegen *p, int reg, int subreg) in brw_set_default_flag_reg()
178 void brw_set_default_access_mode( struct brw_codegen *p, unsigned access_mode ) in brw_set_default_access_mode()
184 brw_set_default_compression_control(struct brw_codegen *p, in brw_set_default_compression_control()
[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_emit.c46 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()
89 brw_set_dest(struct brw_codegen *p, brw_inst *inst, struct brw_reg dest) in brw_set_dest()
209 brw_set_src0(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg) in brw_set_src0()
345 brw_set_src1(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg) in brw_set_src1()
455 brw_set_desc_ex(struct brw_codegen *p, brw_inst *inst, in brw_set_desc_ex()
469 static void brw_set_math_message( struct brw_codegen *p, in brw_set_math_message()
517 static void brw_set_ff_sync_message(struct brw_codegen *p, in brw_set_ff_sync_message()
539 static void brw_set_urb_message( struct brw_codegen *p, in brw_set_urb_message()
583 gen7_set_dp_scratch_message(struct brw_codegen *p, in gen7_set_dp_scratch_message()
[all …]
Dbrw_vec4_generator.cpp32 generate_math1_gen4(struct brw_codegen *p, in generate_math1_gen4()
55 generate_math_gen6(struct brw_codegen *p, in generate_math_gen6()
74 generate_math2_gen4(struct brw_codegen *p, in generate_math2_gen4()
108 generate_tex(struct brw_codegen *p, in generate_tex()
345 generate_vs_urb_write(struct brw_codegen *p, vec4_instruction *inst) in generate_vs_urb_write()
359 generate_gs_urb_write(struct brw_codegen *p, vec4_instruction *inst) in generate_gs_urb_write()
374 generate_gs_urb_write_allocate(struct brw_codegen *p, vec4_instruction *inst) in generate_gs_urb_write_allocate()
399 generate_gs_thread_end(struct brw_codegen *p, vec4_instruction *inst) in generate_gs_thread_end()
414 generate_gs_set_write_offset(struct brw_codegen *p, in generate_gs_set_write_offset()
458 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;
Dbrw_clip_line.c123 struct brw_codegen *p = &c->func; in clip_and_emit_line()
Dbrw_fs.h569 struct brw_codegen *p;
Dtest_eu_validate.cpp60 struct brw_codegen *p;
66 p = rzalloc(NULL, struct brw_codegen); in validation_test()
98 validate(struct brw_codegen *p) in validate()
126 clear_instructions(struct brw_codegen *p) in clear_instructions()
Dbrw_eu_compact.c2269 brw_compact_instructions(struct brw_codegen *p, int start_offset, in brw_compact_instructions()
Dbrw_fs_generator.cpp198 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;
/external/mesa3d/src/intel/tools/
Di965_asm.h48 extern struct brw_codegen *p;
Di965_asm.c36 struct brw_codegen *p;
312 p = rzalloc(NULL, struct brw_codegen); in main()
Di965_gram.y100 i965_asm_unary_instruction(int opcode, struct brw_codegen *p, in i965_asm_unary_instruction()
156 struct brw_codegen *p, in i965_asm_binary_instruction()
250 struct brw_codegen *p, in i965_asm_ternary_instruction()
278 i965_asm_set_instruction_options(struct brw_codegen *p, in i965_asm_set_instruction_options()
301 i965_asm_set_dst_nr(struct brw_codegen *p, in i965_asm_set_dst_nr()
314 add_label(struct brw_codegen *p, const char* label_name, enum instr_label_type type) in add_label()
342 struct brw_codegen *program;
/external/mesa3d/docs/relnotes/
D19.3.0.rst1556 brw_codegen instruction.