Searched refs:brw_vs_compile (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vs_emit.c | 80 static struct brw_reg get_tmp( struct brw_vs_compile *c ) in get_tmp() 90 static void release_tmp( struct brw_vs_compile *c, struct brw_reg tmp ) in release_tmp() 96 static void release_tmps( struct brw_vs_compile *c ) in release_tmps() 124 clear_current_const(struct brw_vs_compile *c) in clear_current_const() 174 static void brw_vs_alloc_regs( struct brw_vs_compile *c ) in brw_vs_alloc_regs() 429 static void unalias1( struct brw_vs_compile *c, in unalias1() argument 432 void (*func)( struct brw_vs_compile *, in unalias1() 452 static void unalias2( struct brw_vs_compile *c, in unalias2() argument 456 void (*func)( struct brw_vs_compile *, in unalias2() 478 static void unalias3( struct brw_vs_compile *c, in unalias3() argument [all …]
|
D | brw_vs.h | 85 struct brw_vs_compile { struct 120 bool brw_vs_emit(struct gl_shader_program *prog, struct brw_vs_compile *c); argument 121 void brw_old_vs_emit(struct brw_vs_compile *c);
|
D | brw_vs.c | 61 brw_compute_vue_map(struct brw_vs_compile *c) in brw_compute_vue_map() 200 struct brw_vs_compile c; in do_vs_prog()
|
D | brw_vec4.h | 204 vec4_visitor(struct brw_vs_compile *c, 222 struct brw_vs_compile *c;
|
D | brw_vec4_emit.cpp | 1046 brw_vs_emit(struct gl_shader_program *prog, struct brw_vs_compile *c) in brw_vs_emit()
|
D | brw_vec4_visitor.cpp | 2675 vec4_visitor::vec4_visitor(struct brw_vs_compile *c, in vec4_visitor()
|