Searched refs:brw_compile (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu.c66 void brw_set_predicate_control_flag_value( struct brw_compile *p, GLuint value )
82 void brw_set_predicate_control( struct brw_compile *p, GLuint pc )
87 void brw_set_predicate_inverse(struct brw_compile *p, bool predicate_inverse)
92 void brw_set_conditionalmod( struct brw_compile *p, GLuint conditional )
97 void brw_set_access_mode( struct brw_compile *p, GLuint access_mode )
103 brw_set_compression_control(struct brw_compile *p,
139 void brw_set_mask_control( struct brw_compile *p, GLuint value )
144 void brw_set_saturate( struct brw_compile *p, bool enable )
149 void brw_set_acc_write_control(struct brw_compile *p, GLuint value)
155 void brw_push_insn_state( struct brw_compile *
[all...]
H A Dbrw_eu.h111 struct brw_compile { struct
797 static INLINE struct brw_instruction *current_insn( struct brw_compile *p)
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 *
[all...]
H A Dbrw_eu_util.c38 void brw_math_invert( struct brw_compile *p,
53 void brw_copy4(struct brw_compile *p,
72 void brw_copy8(struct brw_compile *p,
90 void brw_copy_indirect_to_indirect(struct brw_compile *p,
106 void brw_copy_from_indirect(struct brw_compile *p,
H A Dbrw_wm.h188 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 *
[all...]
H A Dbrw_clip_util.c73 struct brw_compile *p = &c->func;
93 struct brw_compile *p = &c->func;
110 struct brw_compile *p = &c->func;
140 struct brw_compile *p = &c->func;
214 struct brw_compile *p = &c->func;
254 struct brw_compile *p = &c->func;
300 struct brw_compile *p = &c->func;
343 struct brw_compile *p = &c->func;
369 struct brw_compile *p = &c->func;
394 struct brw_compile *
[all...]
H A Dbrw_gs.h76 struct brw_compile func;
H A Dbrw_eu_emit.c43 static void guess_execution_size(struct brw_compile *p,
62 gen6_resolve_implied_move(struct brw_compile *p,
85 gen7_convert_mrf_to_grf(struct brw_compile *p, struct brw_reg *reg)
104 brw_set_dest(struct brw_compile *p, struct brw_instruction *insn,
236 brw_set_src0(struct brw_compile *p, struct brw_instruction *insn,
314 void brw_set_src1(struct brw_compile *p,
393 brw_set_message_descriptor(struct brw_compile *p,
427 static void brw_set_math_message( struct brw_compile *p,
484 static void brw_set_ff_sync_message(struct brw_compile *p,
500 static void brw_set_urb_message( struct brw_compile *
[all...]
H A Dbrw_wm_emit.c119 struct brw_compile *p = &c->func;
162 void emit_delta_xy(struct brw_compile *p,
211 struct brw_compile *p = &c->func;
263 struct brw_compile *p = &c->func;
312 void emit_linterp(struct brw_compile *p,
343 void emit_pinterp(struct brw_compile *p,
383 void emit_cinterp(struct brw_compile *p,
405 void emit_frontfacing(struct brw_compile *p,
462 void emit_ddxy(struct brw_compile *p,
513 void emit_alu1(struct brw_compile *
[all...]
H A Dbrw_gs_emit.c105 struct brw_compile *p = &c->func;
119 struct brw_compile *p = &c->func;
133 struct brw_compile *p = &c->func;
148 struct brw_compile *p = &c->func;
170 struct brw_compile *p = &c->func;
210 struct brw_compile *p = &c->func;
238 struct brw_compile *p = &c->func;
354 struct brw_compile *p = &c->func;
H A Dbrw_clip_unfilled.c52 struct brw_compile *p = &c->func;
100 struct brw_compile *p = &c->func;
128 struct brw_compile *p = &c->func;
196 struct brw_compile *p = &c->func;
219 struct brw_compile *p = &c->func;
258 struct brw_compile *p = &c->func;
275 struct brw_compile *p = &c->func;
343 struct brw_compile *p = &c->func;
413 struct brw_compile *p = &c->func;
450 struct brw_compile *
[all...]
H A Dbrw_sf.h61 struct brw_compile func;
H A Dbrw_vs.h86 struct brw_compile func;
H A Dbrw_vs_emit.c437 struct brw_compile *p = &c->func;
463 struct brw_compile *p = &c->func;
492 struct brw_compile *p = &c->func;
509 struct brw_compile *p = &c->func;
564 static void emit_cmp( struct brw_compile *p,
579 struct brw_compile *p = &c->func;
592 static void emit_max( struct brw_compile *p,
611 static void emit_min( struct brw_compile *p,
630 static void emit_arl(struct brw_compile *p,
659 struct brw_compile *
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu.c66 void brw_set_predicate_control_flag_value( struct brw_compile *p, GLuint value )
82 void brw_set_predicate_control( struct brw_compile *p, GLuint pc )
87 void brw_set_predicate_inverse(struct brw_compile *p, bool predicate_inverse)
92 void brw_set_conditionalmod( struct brw_compile *p, GLuint conditional )
97 void brw_set_access_mode( struct brw_compile *p, GLuint access_mode )
103 brw_set_compression_control(struct brw_compile *p,
139 void brw_set_mask_control( struct brw_compile *p, GLuint value )
144 void brw_set_saturate( struct brw_compile *p, bool enable )
149 void brw_set_acc_write_control(struct brw_compile *p, GLuint value)
155 void brw_push_insn_state( struct brw_compile *
[all...]
H A Dbrw_eu.h111 struct brw_compile { struct
797 static INLINE struct brw_instruction *current_insn( struct brw_compile *p)
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 *
[all...]
H A Dbrw_eu_util.c38 void brw_math_invert( struct brw_compile *p,
53 void brw_copy4(struct brw_compile *p,
72 void brw_copy8(struct brw_compile *p,
90 void brw_copy_indirect_to_indirect(struct brw_compile *p,
106 void brw_copy_from_indirect(struct brw_compile *p,
H A Dbrw_wm.h188 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 *
[all...]
H A Dbrw_clip_util.c73 struct brw_compile *p = &c->func;
93 struct brw_compile *p = &c->func;
110 struct brw_compile *p = &c->func;
140 struct brw_compile *p = &c->func;
214 struct brw_compile *p = &c->func;
254 struct brw_compile *p = &c->func;
300 struct brw_compile *p = &c->func;
343 struct brw_compile *p = &c->func;
369 struct brw_compile *p = &c->func;
394 struct brw_compile *
[all...]
H A Dbrw_gs.h76 struct brw_compile func;
H A Dbrw_eu_emit.c43 static void guess_execution_size(struct brw_compile *p,
62 gen6_resolve_implied_move(struct brw_compile *p,
85 gen7_convert_mrf_to_grf(struct brw_compile *p, struct brw_reg *reg)
104 brw_set_dest(struct brw_compile *p, struct brw_instruction *insn,
236 brw_set_src0(struct brw_compile *p, struct brw_instruction *insn,
314 void brw_set_src1(struct brw_compile *p,
393 brw_set_message_descriptor(struct brw_compile *p,
427 static void brw_set_math_message( struct brw_compile *p,
484 static void brw_set_ff_sync_message(struct brw_compile *p,
500 static void brw_set_urb_message( struct brw_compile *
[all...]
H A Dbrw_wm_emit.c119 struct brw_compile *p = &c->func;
162 void emit_delta_xy(struct brw_compile *p,
211 struct brw_compile *p = &c->func;
263 struct brw_compile *p = &c->func;
312 void emit_linterp(struct brw_compile *p,
343 void emit_pinterp(struct brw_compile *p,
383 void emit_cinterp(struct brw_compile *p,
405 void emit_frontfacing(struct brw_compile *p,
462 void emit_ddxy(struct brw_compile *p,
513 void emit_alu1(struct brw_compile *
[all...]
H A Dbrw_gs_emit.c105 struct brw_compile *p = &c->func;
119 struct brw_compile *p = &c->func;
133 struct brw_compile *p = &c->func;
148 struct brw_compile *p = &c->func;
170 struct brw_compile *p = &c->func;
210 struct brw_compile *p = &c->func;
238 struct brw_compile *p = &c->func;
354 struct brw_compile *p = &c->func;
H A Dbrw_clip_unfilled.c52 struct brw_compile *p = &c->func;
100 struct brw_compile *p = &c->func;
128 struct brw_compile *p = &c->func;
196 struct brw_compile *p = &c->func;
219 struct brw_compile *p = &c->func;
258 struct brw_compile *p = &c->func;
275 struct brw_compile *p = &c->func;
343 struct brw_compile *p = &c->func;
413 struct brw_compile *p = &c->func;
450 struct brw_compile *
[all...]
H A Dbrw_sf.h61 struct brw_compile func;
H A Dbrw_vs.h86 struct brw_compile func;

Completed in 5749 milliseconds

12