Home
last modified time | relevance | path

Searched refs:brw_gs_compile (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_gs.h75 struct brw_gs_compile { struct
109 void brw_gs_quads( struct brw_gs_compile *c, struct brw_gs_prog_key *key ); argument
110 void brw_gs_quad_strip( struct brw_gs_compile *c, struct brw_gs_prog_key *key );
111 void brw_gs_lines( struct brw_gs_compile *c );
112 void gen6_sol_program(struct brw_gs_compile *c, struct brw_gs_prog_key *key,
Dbrw_gs_emit.c55 static void brw_gs_alloc_regs( struct brw_gs_compile *c, in brw_gs_alloc_regs()
103 static void brw_gs_initialize_header(struct brw_gs_compile *c) in brw_gs_initialize_header()
116 static void brw_gs_overwrite_header_dw2(struct brw_gs_compile *c, in brw_gs_overwrite_header_dw2()
131 static void brw_gs_overwrite_header_dw2_from_r0(struct brw_gs_compile *c) in brw_gs_overwrite_header_dw2_from_r0()
146 static void brw_gs_offset_header_dw2(struct brw_gs_compile *c, int offset) in brw_gs_offset_header_dw2()
166 static void brw_gs_emit_vue(struct brw_gs_compile *c, in brw_gs_emit_vue()
208 static void brw_gs_terminate(struct brw_gs_compile *c) in brw_gs_terminate()
236 static void brw_gs_ff_sync(struct brw_gs_compile *c, int num_prim) in brw_gs_ff_sync()
253 void brw_gs_quads( struct brw_gs_compile *c, struct brw_gs_prog_key *key ) in brw_gs_quads()
291 void brw_gs_quad_strip( struct brw_gs_compile *c, struct brw_gs_prog_key *key ) in brw_gs_quad_strip()
[all …]
Dbrw_gs.c51 struct brw_gs_compile c; in compile_gs_prog()