Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c453 unsigned minconst = index, maxconst = index; in ureg_DECL_constant() local
479 maxconst = MAX2(maxconst, decl->constant_range[i].last); in ureg_DECL_constant()
495 decl->constant_range[0].last = maxconst; in ureg_DECL_constant()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c555 unsigned minconst = index, maxconst = index; in ureg_DECL_constant() local
581 maxconst = MAX2(maxconst, decl->constant_range[i].last); in ureg_DECL_constant()
597 decl->constant_range[0].last = maxconst; in ureg_DECL_constant()