HomeSort by relevance Sort by last modified time
    Searched refs:brw_gs_compile (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_gs.h 75 struct brw_gs_compile { struct
109 void brw_gs_quads( struct brw_gs_compile *c, struct brw_gs_prog_key *key );
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,
brw_gs_emit.c 55 static void brw_gs_alloc_regs( struct brw_gs_compile *c,
103 static void brw_gs_initialize_header(struct brw_gs_compile *c)
116 static void brw_gs_overwrite_header_dw2(struct brw_gs_compile *c,
131 static void brw_gs_overwrite_header_dw2_from_r0(struct brw_gs_compile *c)
146 static void brw_gs_offset_header_dw2(struct brw_gs_compile *c, int offset)
166 static void brw_gs_emit_vue(struct brw_gs_compile *c,
208 static void brw_gs_terminate(struct brw_gs_compile *c)
236 static void brw_gs_ff_sync(struct brw_gs_compile *c, int num_prim)
253 void brw_gs_quads( struct brw_gs_compile *c, struct brw_gs_prog_key *key )
291 void brw_gs_quad_strip( struct brw_gs_compile *c, struct brw_gs_prog_key *key
    [all...]
brw_gs.c 51 struct brw_gs_compile c;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs.h 75 struct brw_gs_compile { struct
109 void brw_gs_quads( struct brw_gs_compile *c, struct brw_gs_prog_key *key );
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,
brw_gs_emit.c 55 static void brw_gs_alloc_regs( struct brw_gs_compile *c,
103 static void brw_gs_initialize_header(struct brw_gs_compile *c)
116 static void brw_gs_overwrite_header_dw2(struct brw_gs_compile *c,
131 static void brw_gs_overwrite_header_dw2_from_r0(struct brw_gs_compile *c)
146 static void brw_gs_offset_header_dw2(struct brw_gs_compile *c, int offset)
166 static void brw_gs_emit_vue(struct brw_gs_compile *c,
208 static void brw_gs_terminate(struct brw_gs_compile *c)
236 static void brw_gs_ff_sync(struct brw_gs_compile *c, int num_prim)
253 void brw_gs_quads( struct brw_gs_compile *c, struct brw_gs_prog_key *key )
291 void brw_gs_quad_strip( struct brw_gs_compile *c, struct brw_gs_prog_key *key
    [all...]
brw_gs.c 51 struct brw_gs_compile c;

Completed in 111 milliseconds