Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.h92 struct brw_codegen { struct
155 void brw_pop_insn_state( struct brw_codegen *p ); argument
156 void brw_push_insn_state( struct brw_codegen *p );
157 unsigned brw_get_default_exec_size(struct brw_codegen *p);
158 unsigned brw_get_default_group(struct brw_codegen *p);
159 unsigned brw_get_default_access_mode(struct brw_codegen *p);
160 struct tgl_swsb brw_get_default_swsb(struct brw_codegen *p);
161 void brw_set_default_exec_size(struct brw_codegen *p, unsigned value);
162 void brw_set_default_mask_control( struct brw_codegen *p, unsigned value );
163 void brw_set_default_saturate( struct brw_codegen *p, bool enable );
[all …]
Dbrw_eu.c133 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_emit.c46 gfx6_resolve_implied_move(struct brw_codegen *p, in gfx6_resolve_implied_move()
71 gfx7_convert_mrf_to_grf(struct brw_codegen *p, struct brw_reg *reg) in gfx7_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 gfx7_set_dp_scratch_message(struct brw_codegen *p, in gfx7_set_dp_scratch_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_vec4_generator.cpp32 generate_math1_gfx4(struct brw_codegen *p, in generate_math1_gfx4()
55 generate_math_gfx6(struct brw_codegen *p, in generate_math_gfx6()
74 generate_math2_gfx4(struct brw_codegen *p, in generate_math2_gfx4()
108 generate_tex(struct brw_codegen *p, in generate_tex()
338 generate_vs_urb_write(struct brw_codegen *p, vec4_instruction *inst) in generate_vs_urb_write()
352 generate_gs_urb_write(struct brw_codegen *p, vec4_instruction *inst) in generate_gs_urb_write()
367 generate_gs_urb_write_allocate(struct brw_codegen *p, vec4_instruction *inst) in generate_gs_urb_write_allocate()
392 generate_gs_thread_end(struct brw_codegen *p, vec4_instruction *inst) in generate_gs_thread_end()
407 generate_gs_set_write_offset(struct brw_codegen *p, in generate_gs_set_write_offset()
451 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.c46 struct brw_codegen *p = &c->func; in compute_tri_direction()
95 struct brw_codegen *p = &c->func; in cull_direction()
123 struct brw_codegen *p = &c->func; in copy_bfc()
197 struct brw_codegen *p = &c->func; in compute_offset()
229 struct brw_codegen *p = &c->func; in merge_edgeflags()
268 struct brw_codegen *p = &c->func; in apply_one_offset()
285 struct brw_codegen *p = &c->func; in emit_lines()
355 struct brw_codegen *p = &c->func; in emit_points()
425 struct brw_codegen *p = &c->func; in emit_unfilled_primitives()
462 struct brw_codegen *p = &c->func; in check_nr_verts()
[all …]
Dbrw_compile_sf.c31 struct brw_codegen func;
131 struct brw_codegen *p = &c->func; in copy_bfc()
146 struct brw_codegen *p = &c->func; in do_twoside_color()
189 struct brw_codegen *p = &c->func; in copy_flatshaded_attributes()
221 struct brw_codegen *p = &c->func; in do_flatshade_triangle()
253 struct brw_codegen *p = &c->func; in do_flatshade_line()
334 struct brw_codegen *p = &c->func; in copy_z_inv_w()
426 set_predicate_control_flag_value(struct brw_codegen *p, in set_predicate_control_flag_value()
444 struct brw_codegen *p = &c->func; in brw_emit_tri_setup()
533 struct brw_codegen *p = &c->func; in brw_emit_line_setup()
[all …]
Dbrw_compile_ff_gs.c41 struct brw_codegen func;
132 struct brw_codegen *p = &c->func; in brw_ff_gs_initialize_header()
146 struct brw_codegen *p = &c->func; in brw_ff_gs_overwrite_header_dw2()
160 struct brw_codegen *p = &c->func; in brw_ff_gs_overwrite_header_dw2_from_r0()
176 struct brw_codegen *p = &c->func; in brw_ff_gs_offset_header_dw2()
198 struct brw_codegen *p = &c->func; in brw_ff_gs_emit_vue()
256 struct brw_codegen *p = &c->func; in brw_ff_gs_ff_sync()
370 struct brw_codegen *p = &c->func; in gfx6_sol_program()
Dtest_eu_compact.cpp57 test_compact_instruction(struct brw_codegen *p, brw_inst src) in test_compact_instruction()
174 test_fuzz_compact_instruction(struct brw_codegen *p, brw_inst src) in test_fuzz_compact_instruction()
211 p = rzalloc(mem_ctx, brw_codegen); in SetUp()
233 brw_codegen *p;
Dbrw_clip_tri.c137 struct brw_codegen *p = &c->func; in brw_clip_tri_init_vertices()
177 struct brw_codegen *p = &c->func; in brw_clip_tri_flat_shade()
232 struct brw_codegen *p = &c->func; in load_clip_distance()
258 struct brw_codegen *p = &c->func; in brw_clip_tri()
450 struct brw_codegen *p = &c->func; in brw_clip_tri_emit_polygon()
506 struct brw_codegen *p = &c->func; in maybe_do_clip_tri()
531 struct brw_codegen *p = &c->func; in brw_clip_test()
627 struct brw_codegen *p = &c->func; in brw_emit_tri_clip()
Dbrw_clip.h47 struct brw_codegen func;
Dbrw_clip_line.c124 struct brw_codegen *p = &c->func; in clip_and_emit_line()
Dbrw_fs.h571 struct brw_codegen *p;
Dtest_eu_validate.cpp61 struct brw_codegen *p;
67 p = rzalloc(NULL, struct brw_codegen); in validation_test()
101 validate(struct brw_codegen *p) in validate()
129 clear_instructions(struct brw_codegen *p) in clear_instructions()
Dbrw_eu_compact.c2480 brw_compact_instructions(struct brw_codegen *p, int start_offset, in brw_compact_instructions()
Dbrw_fs_generator.cpp199 p = rzalloc(mem_ctx, struct brw_codegen); in fs_generator()
/third_party/mesa3d/src/intel/tools/
Di965_asm.h47 extern struct brw_codegen *p;
Di965_asm.c36 struct brw_codegen *p;
315 p = rzalloc(NULL, struct brw_codegen); in main()
Di965_gram.y110 i965_asm_unary_instruction(int opcode, struct brw_codegen *p, in i965_asm_unary_instruction()
166 struct brw_codegen *p, in i965_asm_binary_instruction()
260 struct brw_codegen *p, in i965_asm_ternary_instruction()
288 i965_asm_set_instruction_options(struct brw_codegen *p, in i965_asm_set_instruction_options()
311 i965_asm_set_dst_nr(struct brw_codegen *p, in i965_asm_set_dst_nr()
324 add_label(struct brw_codegen *p, const char* label_name, enum instr_label_type type) in add_label()
352 struct brw_codegen *program;
/third_party/mesa3d/src/gallium/drivers/crocus/ci/
Dcrocus-hsw-fails.txt226 # "glcts: ../src/intel/compiler/brw_vec4_generator.cpp:2254: void generate_code(brw_codegen*, const…
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst1556 brw_codegen instruction.