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.c441 unsigned minconst = index, maxconst = index; in ureg_DECL_constant() local
467 maxconst = MAX2(maxconst, decl->constant_range[i].last); in ureg_DECL_constant()
483 decl->constant_range[0].last = maxconst; in ureg_DECL_constant()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c544 unsigned minconst = index, maxconst = index; in ureg_DECL_constant() local
570 maxconst = MAX2(maxconst, decl->constant_range[i].last); in ureg_DECL_constant()
586 decl->constant_range[0].last = maxconst; in ureg_DECL_constant()