Lines Matching refs:orderNdx
772 deUint32 orderNdx; in getGlslAttributeConditions() local
793 orderNdx = ABGROrder[rowNdx]; in getGlslAttributeConditions()
795 orderNdx = ARGBOrder[rowNdx]; in getGlslAttributeConditions()
797 orderNdx = BGROrder[rowNdx]; in getGlslAttributeConditions()
822 …maxIntValue = (1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx) - 1)) - 1; in getGlslAttributeConditions()
834 …nt32 maxUintValue = (1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx)) - 1; in getGlslAttributeConditions()
856 …alue = float((1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx) - 1)) - 1); in getGlslAttributeConditions()
859 …x << ".0, " << minScaledValue << ", " << maxScaledValue << ")) < " << threshold[orderNdx] << ")\n"; in getGlslAttributeConditions()
868 …caledValue = float((1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx)) - 1); in getGlslAttributeConditions()
870 …") + " << componentIndex << ".0, 0, " << maxScaledValue << ")) < " << threshold[orderNdx] << ")\n"; in getGlslAttributeConditions()
877 …o.vkType) ? getRepresentableDifferenceSnormPacked(attributeInfo.vkType, orderNdx) : getRepresentab… in getGlslAttributeConditions()
880 …" << indexId << ") + " << componentIndex << ".0)), -1.0, 1.0)) < " << threshold[orderNdx] << ")\n"; in getGlslAttributeConditions()
886 …o.vkType) ? getRepresentableDifferenceUnormPacked(attributeInfo.vkType, orderNdx) : getRepresentab… in getGlslAttributeConditions()
889 …(" << indexId << ") + " << componentIndex << ".0)), 0.0, 1.0)) < " << threshold[orderNdx] << ")\n"; in getGlslAttributeConditions()