Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vdecl.c74 unsigned tmp_neg_bias = 0; in emit_hw_vs_vdecl() local
81 tmp_neg_bias = buffer->uploaded.start - offset; in emit_hw_vs_vdecl()
83 tmp_neg_bias = (tmp_neg_bias + vb->stride - 1) / vb->stride; in emit_hw_vs_vdecl()
84 neg_bias = MAX2(neg_bias, tmp_neg_bias); in emit_hw_vs_vdecl()