/external/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 89 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 …]
|
D | test_eu_compact.cpp | 32 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 …]
|
D | brw_eu.cpp | 133 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 …]
|
D | brw_eu_util.c | 37 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()
|
D | brw_eu_emit.c | 46 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 …]
|
D | brw_vec4_generator.cpp | 32 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 …]
|
D | brw_clip_util.c | 65 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()
|
D | brw_clip_unfilled.c | 45 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 …]
|
D | brw_compile_sf.c | 30 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 …]
|
D | brw_clip_tri.c | 136 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()
|
D | brw_clip.h | 47 struct brw_codegen func;
|
D | brw_clip_line.c | 123 struct brw_codegen *p = &c->func; in clip_and_emit_line()
|
D | brw_fs.h | 569 struct brw_codegen *p;
|
D | test_eu_validate.cpp | 60 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()
|
D | brw_eu_compact.c | 2269 brw_compact_instructions(struct brw_codegen *p, int start_offset, in brw_compact_instructions()
|
D | brw_fs_generator.cpp | 198 p = rzalloc(mem_ctx, struct brw_codegen); in fs_generator()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_ff_gs_emit.c | 103 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()
|
D | brw_ff_gs.h | 74 struct brw_codegen func;
|
/external/mesa3d/src/intel/tools/ |
D | i965_asm.h | 48 extern struct brw_codegen *p;
|
D | i965_asm.c | 36 struct brw_codegen *p; 312 p = rzalloc(NULL, struct brw_codegen); in main()
|
D | i965_gram.y | 100 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/ |
D | 19.3.0.rst | 1556 brw_codegen instruction.
|