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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c49 unsigned neg_bias = 0; local in function:emit_hw_vs_vdecl
84 neg_bias = MAX2(neg_bias, tmp_neg_bias);
113 + neg_bias * vb->stride
133 svga_hwtnl_set_index_bias( svga->hwtnl, -(int) neg_bias );
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c49 unsigned neg_bias = 0; local in function:emit_hw_vs_vdecl
84 neg_bias = MAX2(neg_bias, tmp_neg_bias);
113 + neg_bias * vb->stride
133 svga_hwtnl_set_index_bias( svga->hwtnl, -(int) neg_bias );

Completed in 8 milliseconds