Searched refs:PVS (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/
H A Du_indices_gen.py35 PVS=(FIRST, LAST) variable
464 for inpv in PVS:
465 for outpv in PVS:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/
H A Du_indices_gen.py33 PVS=(FIRST, LAST) variable
432 for inpv in PVS:
433 for outpv in PVS:
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac437 PVS=`echo $PACKAGE_VERSION | cut -d . -f 4 | cut -d - -f 1`
438 if test "x$PVS" = "x"; then
439 PVS="0"
442 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"
H A Dconfigure27765 PVS=`echo $PACKAGE_VERSION | cut -d . -f 4 | cut -d - -f 1`
27766 if test "x$PVS" = "x"; then
27767 PVS="0"
27770 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"
[all...]

Completed in 57 milliseconds