Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs_emit.c180 int max_constant; in brw_vs_alloc_regs() local
242 max_constant = 32 * 2 - c->key.nr_userclip_plane_consts; in brw_vs_alloc_regs()
244 max_constant = BRW_MAX_GRF - 20 - c->vp->program.Base.NumTemporaries; in brw_vs_alloc_regs()
253 i < c->vp->program.Base.NumInstructions && constant < max_constant; in brw_vs_alloc_regs()
258 for (arg = 0; arg < 3 && constant < max_constant; arg++) { in brw_vs_alloc_regs()
283 if (constant == max_constant) in brw_vs_alloc_regs()