/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_eu.h | 111 struct brw_compile { struct 797 static INLINE struct brw_instruction *current_insn( struct brw_compile *p) in current_insn() 802 void brw_pop_insn_state( struct brw_compile *p ); 803 void brw_push_insn_state( struct brw_compile *p ); 804 void brw_set_mask_control( struct brw_compile *p, GLuint value ); 805 void brw_set_saturate( struct brw_compile *p, bool enable ); 806 void brw_set_access_mode( struct brw_compile *p, GLuint access_mode ); 807 void brw_set_compression_control(struct brw_compile *p, enum brw_compression c); 808 void brw_set_predicate_control_flag_value( struct brw_compile *p, GLuint value ); 809 void brw_set_predicate_control( struct brw_compile *p, GLuint pc ); [all …]
|
D | brw_eu.c | 66 void brw_set_predicate_control_flag_value( struct brw_compile *p, GLuint value ) in brw_set_predicate_control_flag_value() 82 void brw_set_predicate_control( struct brw_compile *p, GLuint pc ) in brw_set_predicate_control() 87 void brw_set_predicate_inverse(struct brw_compile *p, bool predicate_inverse) in brw_set_predicate_inverse() 92 void brw_set_conditionalmod( struct brw_compile *p, GLuint conditional ) in brw_set_conditionalmod() 97 void brw_set_access_mode( struct brw_compile *p, GLuint access_mode ) in brw_set_access_mode() 103 brw_set_compression_control(struct brw_compile *p, in brw_set_compression_control() 139 void brw_set_mask_control( struct brw_compile *p, GLuint value ) in brw_set_mask_control() 144 void brw_set_saturate( struct brw_compile *p, bool enable ) in brw_set_saturate() 149 void brw_set_acc_write_control(struct brw_compile *p, GLuint value) in brw_set_acc_write_control() 155 void brw_push_insn_state( struct brw_compile *p ) in brw_push_insn_state() [all …]
|
D | brw_wm.h | 188 struct brw_compile func; 319 void emit_alu1(struct brw_compile *p, 320 struct brw_instruction *(*func)(struct brw_compile *, 326 void emit_alu2(struct brw_compile *p, 327 struct brw_instruction *(*func)(struct brw_compile *, 335 void emit_cinterp(struct brw_compile *p, 339 void emit_cmp(struct brw_compile *p, 345 void emit_ddxy(struct brw_compile *p, 351 void emit_delta_xy(struct brw_compile *p, 355 void emit_dp2(struct brw_compile *p, [all …]
|
D | brw_wm_emit.c | 119 struct brw_compile *p = &c->func; in emit_pixel_xy() 162 void emit_delta_xy(struct brw_compile *p, in emit_delta_xy() 211 struct brw_compile *p = &c->func; in emit_wpos_xy() 263 struct brw_compile *p = &c->func; in emit_pixel_w() 312 void emit_linterp(struct brw_compile *p, in emit_linterp() 343 void emit_pinterp(struct brw_compile *p, in emit_pinterp() 383 void emit_cinterp(struct brw_compile *p, in emit_cinterp() 405 void emit_frontfacing(struct brw_compile *p, in emit_frontfacing() 462 void emit_ddxy(struct brw_compile *p, in emit_ddxy() 513 void emit_alu1(struct brw_compile *p, in emit_alu1() [all …]
|
D | brw_eu_util.c | 38 void brw_math_invert( struct brw_compile *p, in brw_math_invert() 53 void brw_copy4(struct brw_compile *p, in brw_copy4() 72 void brw_copy8(struct brw_compile *p, in brw_copy8() 90 void brw_copy_indirect_to_indirect(struct brw_compile *p, in brw_copy_indirect_to_indirect() 106 void brw_copy_from_indirect(struct brw_compile *p, in brw_copy_from_indirect()
|
D | brw_clip_util.c | 73 struct brw_compile *p = &c->func; in brw_clip_init_planes() 93 struct brw_compile *p = &c->func; in brw_clip_project_position() 110 struct brw_compile *p = &c->func; in brw_clip_project_vertex() 140 struct brw_compile *p = &c->func; in brw_clip_interp_vertex() 214 struct brw_compile *p = &c->func; in brw_clip_emit_vue() 254 struct brw_compile *p = &c->func; in brw_clip_kill_thread() 300 struct brw_compile *p = &c->func; in brw_clip_copy_colors() 343 struct brw_compile *p = &c->func; in brw_clip_init_clipmask() 369 struct brw_compile *p = &c->func; in brw_clip_ff_sync() 394 struct brw_compile *p = &c->func; in brw_clip_init_ff_sync()
|
D | brw_eu_emit.c | 43 static void guess_execution_size(struct brw_compile *p, in guess_execution_size() 62 gen6_resolve_implied_move(struct brw_compile *p, in gen6_resolve_implied_move() 85 gen7_convert_mrf_to_grf(struct brw_compile *p, struct brw_reg *reg) in gen7_convert_mrf_to_grf() 104 brw_set_dest(struct brw_compile *p, struct brw_instruction *insn, in brw_set_dest() 236 brw_set_src0(struct brw_compile *p, struct brw_instruction *insn, in brw_set_src0() 314 void brw_set_src1(struct brw_compile *p, in brw_set_src1() 393 brw_set_message_descriptor(struct brw_compile *p, in brw_set_message_descriptor() 427 static void brw_set_math_message( struct brw_compile *p, in brw_set_math_message() 484 static void brw_set_ff_sync_message(struct brw_compile *p, in brw_set_ff_sync_message() 500 static void brw_set_urb_message( struct brw_compile *p, in brw_set_urb_message() [all …]
|
D | brw_clip_unfilled.c | 52 struct brw_compile *p = &c->func; in compute_tri_direction() 100 struct brw_compile *p = &c->func; in cull_direction() 128 struct brw_compile *p = &c->func; in copy_bfc() 196 struct brw_compile *p = &c->func; in compute_offset() 219 struct brw_compile *p = &c->func; in merge_edgeflags() 258 struct brw_compile *p = &c->func; in apply_one_offset() 275 struct brw_compile *p = &c->func; in emit_lines() 343 struct brw_compile *p = &c->func; in emit_points() 413 struct brw_compile *p = &c->func; in emit_unfilled_primitives() 450 struct brw_compile *p = &c->func; in check_nr_verts() [all …]
|
D | brw_gs_emit.c | 105 struct brw_compile *p = &c->func; in brw_gs_initialize_header() 119 struct brw_compile *p = &c->func; in brw_gs_overwrite_header_dw2() 133 struct brw_compile *p = &c->func; in brw_gs_overwrite_header_dw2_from_r0() 148 struct brw_compile *p = &c->func; in brw_gs_offset_header_dw2() 170 struct brw_compile *p = &c->func; in brw_gs_emit_vue() 210 struct brw_compile *p = &c->func; in brw_gs_terminate() 238 struct brw_compile *p = &c->func; in brw_gs_ff_sync() 354 struct brw_compile *p = &c->func; in gen6_sol_program()
|
D | brw_vs_emit.c | 437 struct brw_compile *p = &c->func; in unalias1() 463 struct brw_compile *p = &c->func; in unalias2() 492 struct brw_compile *p = &c->func; in unalias3() 509 struct brw_compile *p = &c->func; in emit_sop() 564 static void emit_cmp( struct brw_compile *p, in emit_cmp() 579 struct brw_compile *p = &c->func; in emit_sign() 592 static void emit_max( struct brw_compile *p, in emit_max() 611 static void emit_min( struct brw_compile *p, in emit_min() 630 static void emit_arl(struct brw_compile *p, in emit_arl() 659 struct brw_compile *p = &c->func; in emit_math1_gen4() [all …]
|
D | brw_sf_emit.c | 85 struct brw_compile *p = &c->func; in copy_bfc() 100 struct brw_compile *p = &c->func; in do_twoside_color() 148 struct brw_compile *p = &c->func; in copy_colors() 167 struct brw_compile *p = &c->func; in do_flatshade_triangle() 206 struct brw_compile *p = &c->func; in do_flatshade_line() 295 struct brw_compile *p = &c->func; in copy_z_inv_w() 407 struct brw_compile *p = &c->func; in brw_emit_tri_setup() 495 struct brw_compile *p = &c->func; in brw_emit_line_setup() 567 struct brw_compile *p = &c->func; in brw_emit_point_sprite_setup() 659 struct brw_compile *p = &c->func; in brw_emit_point_setup() [all …]
|
D | brw_clip_tri.c | 138 struct brw_compile *p = &c->func; in brw_clip_tri_init_vertices() 178 struct brw_compile *p = &c->func; in brw_clip_tri_flat_shade() 227 struct brw_compile *p = &c->func; in brw_clip_tri() 404 struct brw_compile *p = &c->func; in brw_clip_tri_emit_polygon() 459 struct brw_compile *p = &c->func; in maybe_do_clip_tri() 484 struct brw_compile *p = &c->func; in brw_clip_test() 586 struct brw_compile *p = &c->func; in brw_emit_tri_clip()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_eu.h | 111 struct brw_compile { struct 797 static INLINE struct brw_instruction *current_insn( struct brw_compile *p) in current_insn() 802 void brw_pop_insn_state( struct brw_compile *p ); 803 void brw_push_insn_state( struct brw_compile *p ); 804 void brw_set_mask_control( struct brw_compile *p, GLuint value ); 805 void brw_set_saturate( struct brw_compile *p, bool enable ); 806 void brw_set_access_mode( struct brw_compile *p, GLuint access_mode ); 807 void brw_set_compression_control(struct brw_compile *p, enum brw_compression c); 808 void brw_set_predicate_control_flag_value( struct brw_compile *p, GLuint value ); 809 void brw_set_predicate_control( struct brw_compile *p, GLuint pc ); [all …]
|
D | brw_eu.c | 66 void brw_set_predicate_control_flag_value( struct brw_compile *p, GLuint value ) in brw_set_predicate_control_flag_value() 82 void brw_set_predicate_control( struct brw_compile *p, GLuint pc ) in brw_set_predicate_control() 87 void brw_set_predicate_inverse(struct brw_compile *p, bool predicate_inverse) in brw_set_predicate_inverse() 92 void brw_set_conditionalmod( struct brw_compile *p, GLuint conditional ) in brw_set_conditionalmod() 97 void brw_set_access_mode( struct brw_compile *p, GLuint access_mode ) in brw_set_access_mode() 103 brw_set_compression_control(struct brw_compile *p, in brw_set_compression_control() 139 void brw_set_mask_control( struct brw_compile *p, GLuint value ) in brw_set_mask_control() 144 void brw_set_saturate( struct brw_compile *p, bool enable ) in brw_set_saturate() 149 void brw_set_acc_write_control(struct brw_compile *p, GLuint value) in brw_set_acc_write_control() 155 void brw_push_insn_state( struct brw_compile *p ) in brw_push_insn_state() [all …]
|
D | brw_wm.h | 188 struct brw_compile func; 319 void emit_alu1(struct brw_compile *p, 320 struct brw_instruction *(*func)(struct brw_compile *, 326 void emit_alu2(struct brw_compile *p, 327 struct brw_instruction *(*func)(struct brw_compile *, 335 void emit_cinterp(struct brw_compile *p, 339 void emit_cmp(struct brw_compile *p, 345 void emit_ddxy(struct brw_compile *p, 351 void emit_delta_xy(struct brw_compile *p, 355 void emit_dp2(struct brw_compile *p, [all …]
|
D | brw_wm_emit.c | 119 struct brw_compile *p = &c->func; in emit_pixel_xy() 162 void emit_delta_xy(struct brw_compile *p, in emit_delta_xy() 211 struct brw_compile *p = &c->func; in emit_wpos_xy() 263 struct brw_compile *p = &c->func; in emit_pixel_w() 312 void emit_linterp(struct brw_compile *p, in emit_linterp() 343 void emit_pinterp(struct brw_compile *p, in emit_pinterp() 383 void emit_cinterp(struct brw_compile *p, in emit_cinterp() 405 void emit_frontfacing(struct brw_compile *p, in emit_frontfacing() 462 void emit_ddxy(struct brw_compile *p, in emit_ddxy() 513 void emit_alu1(struct brw_compile *p, in emit_alu1() [all …]
|
D | brw_eu_util.c | 38 void brw_math_invert( struct brw_compile *p, in brw_math_invert() 53 void brw_copy4(struct brw_compile *p, in brw_copy4() 72 void brw_copy8(struct brw_compile *p, in brw_copy8() 90 void brw_copy_indirect_to_indirect(struct brw_compile *p, in brw_copy_indirect_to_indirect() 106 void brw_copy_from_indirect(struct brw_compile *p, in brw_copy_from_indirect()
|
D | brw_clip_util.c | 73 struct brw_compile *p = &c->func; in brw_clip_init_planes() 93 struct brw_compile *p = &c->func; in brw_clip_project_position() 110 struct brw_compile *p = &c->func; in brw_clip_project_vertex() 140 struct brw_compile *p = &c->func; in brw_clip_interp_vertex() 214 struct brw_compile *p = &c->func; in brw_clip_emit_vue() 254 struct brw_compile *p = &c->func; in brw_clip_kill_thread() 300 struct brw_compile *p = &c->func; in brw_clip_copy_colors() 343 struct brw_compile *p = &c->func; in brw_clip_init_clipmask() 369 struct brw_compile *p = &c->func; in brw_clip_ff_sync() 394 struct brw_compile *p = &c->func; in brw_clip_init_ff_sync()
|
D | brw_eu_emit.c | 43 static void guess_execution_size(struct brw_compile *p, in guess_execution_size() 62 gen6_resolve_implied_move(struct brw_compile *p, in gen6_resolve_implied_move() 85 gen7_convert_mrf_to_grf(struct brw_compile *p, struct brw_reg *reg) in gen7_convert_mrf_to_grf() 104 brw_set_dest(struct brw_compile *p, struct brw_instruction *insn, in brw_set_dest() 236 brw_set_src0(struct brw_compile *p, struct brw_instruction *insn, in brw_set_src0() 314 void brw_set_src1(struct brw_compile *p, in brw_set_src1() 393 brw_set_message_descriptor(struct brw_compile *p, in brw_set_message_descriptor() 427 static void brw_set_math_message( struct brw_compile *p, in brw_set_math_message() 484 static void brw_set_ff_sync_message(struct brw_compile *p, in brw_set_ff_sync_message() 500 static void brw_set_urb_message( struct brw_compile *p, in brw_set_urb_message() [all …]
|
D | brw_clip_unfilled.c | 52 struct brw_compile *p = &c->func; in compute_tri_direction() 100 struct brw_compile *p = &c->func; in cull_direction() 128 struct brw_compile *p = &c->func; in copy_bfc() 196 struct brw_compile *p = &c->func; in compute_offset() 219 struct brw_compile *p = &c->func; in merge_edgeflags() 258 struct brw_compile *p = &c->func; in apply_one_offset() 275 struct brw_compile *p = &c->func; in emit_lines() 343 struct brw_compile *p = &c->func; in emit_points() 413 struct brw_compile *p = &c->func; in emit_unfilled_primitives() 450 struct brw_compile *p = &c->func; in check_nr_verts() [all …]
|
D | brw_gs_emit.c | 105 struct brw_compile *p = &c->func; in brw_gs_initialize_header() 119 struct brw_compile *p = &c->func; in brw_gs_overwrite_header_dw2() 133 struct brw_compile *p = &c->func; in brw_gs_overwrite_header_dw2_from_r0() 148 struct brw_compile *p = &c->func; in brw_gs_offset_header_dw2() 170 struct brw_compile *p = &c->func; in brw_gs_emit_vue() 210 struct brw_compile *p = &c->func; in brw_gs_terminate() 238 struct brw_compile *p = &c->func; in brw_gs_ff_sync() 354 struct brw_compile *p = &c->func; in gen6_sol_program()
|
D | brw_vs_emit.c | 437 struct brw_compile *p = &c->func; in unalias1() 463 struct brw_compile *p = &c->func; in unalias2() 492 struct brw_compile *p = &c->func; in unalias3() 509 struct brw_compile *p = &c->func; in emit_sop() 564 static void emit_cmp( struct brw_compile *p, in emit_cmp() 579 struct brw_compile *p = &c->func; in emit_sign() 592 static void emit_max( struct brw_compile *p, in emit_max() 611 static void emit_min( struct brw_compile *p, in emit_min() 630 static void emit_arl(struct brw_compile *p, in emit_arl() 659 struct brw_compile *p = &c->func; in emit_math1_gen4() [all …]
|
D | brw_sf_emit.c | 85 struct brw_compile *p = &c->func; in copy_bfc() 100 struct brw_compile *p = &c->func; in do_twoside_color() 148 struct brw_compile *p = &c->func; in copy_colors() 167 struct brw_compile *p = &c->func; in do_flatshade_triangle() 206 struct brw_compile *p = &c->func; in do_flatshade_line() 295 struct brw_compile *p = &c->func; in copy_z_inv_w() 407 struct brw_compile *p = &c->func; in brw_emit_tri_setup() 495 struct brw_compile *p = &c->func; in brw_emit_line_setup() 567 struct brw_compile *p = &c->func; in brw_emit_point_sprite_setup() 659 struct brw_compile *p = &c->func; in brw_emit_point_setup() [all …]
|
D | brw_clip_tri.c | 138 struct brw_compile *p = &c->func; in brw_clip_tri_init_vertices() 178 struct brw_compile *p = &c->func; in brw_clip_tri_flat_shade() 227 struct brw_compile *p = &c->func; in brw_clip_tri() 404 struct brw_compile *p = &c->func; in brw_clip_tri_emit_polygon() 459 struct brw_compile *p = &c->func; in maybe_do_clip_tri() 484 struct brw_compile *p = &c->func; in brw_clip_test() 586 struct brw_compile *p = &c->func; in brw_emit_tri_clip()
|
D | brw_gs.h | 76 struct brw_compile func;
|