Home | History | Annotate | Download | only in i965

Lines Matching refs:brw_vs_compile

80 static struct brw_reg get_tmp( struct brw_vs_compile *c )
90 static void release_tmp( struct brw_vs_compile *c, struct brw_reg tmp )
96 static void release_tmps( struct brw_vs_compile *c )
124 clear_current_const(struct brw_vs_compile *c)
174 static void brw_vs_alloc_regs( struct brw_vs_compile *c )
429 static void unalias1( struct brw_vs_compile *c,
432 void (*func)( struct brw_vs_compile *,
452 static void unalias2( struct brw_vs_compile *c,
456 void (*func)( struct brw_vs_compile *,
478 static void unalias3( struct brw_vs_compile *c,
483 void (*func)( struct brw_vs_compile *,
503 static void emit_sop( struct brw_vs_compile *c,
517 brw_vs_compile *c,
525 static void emit_sne( struct brw_vs_compile *c,
532 static void emit_slt( struct brw_vs_compile *c,
540 static void emit_sle( struct brw_vs_compile *c,
548 static void emit_sgt( struct brw_vs_compile *c,
556 static void emit_sge( struct brw_vs_compile *c,
575 static void emit_sign(struct brw_vs_compile *c,
646 static void emit_math1_gen4(struct brw_vs_compile *c,
685 emit_math1_gen6(struct brw_vs_compile *c,
720 emit_math1(struct brw_vs_compile *c,
735 static void emit_math2_gen4( struct brw_vs_compile *c,
769 static void emit_math2_gen6( struct brw_vs_compile *c,
801 static void emit_math2( struct brw_vs_compile *c,
817 static void emit_exp_noalias( struct brw_vs_compile *c,
874 static void emit_log_noalias( struct brw_vs_compile *c,
967 static void emit_dst_noalias( struct brw_vs_compile *c,
997 static void emit_lit_noalias( struct brw_vs_compile *c,
1037 static void emit_lrp_noalias(struct brw_vs_compile *c,
1051 get_constant(struct brw_vs_compile *c,
1085 get_reladdr_constant(struct brw_vs_compile *c,
1130 static struct brw_reg get_reg( struct brw_vs_compile *c,
1165 static struct brw_reg deref( struct brw_vs_compile *c,
1203 move_to_reladdr_dst(struct brw_vs_compile *c,
1242 get_src_reg( struct brw_vs_compile *c,
1349 static struct brw_reg get_arg( struct brw_vs_compile *c,
1380 static struct brw_reg get_dst( struct brw_vs_compile *c,
1420 static void emit_swz( struct brw_vs_compile *c,
1513 static void emit_vertex_write( struct brw_vs_compile *c)
1735 accumulator_contains(struct brw_vs_compile *c, struct brw_reg val)
1807 brw_vs_rescale_gl_fixed(struct brw_vs_compile *c)
1828 void brw_old_vs_emit(struct brw_vs_compile *c )