Searched refs:num_prim (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs_emit.c220 * This function modifies c->reg.header: in DWORD 1, it stores num_prim (which
225 static void brw_ff_gs_ff_sync(struct brw_ff_gs_compile *c, int num_prim) argument
229 brw_MOV(p, get_element_ud(c->reg.header, 1), brw_imm_ud(num_prim));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compile_ff_gs.c248 * This function modifies c->reg.header: in DWORD 1, it stores num_prim (which
253 static void brw_ff_gs_ff_sync(struct brw_ff_gs_compile *c, int num_prim) argument
257 brw_MOV(p, get_element_ud(c->reg.header, 1), brw_imm_ud(num_prim));

Completed in 6 milliseconds