Searched refs:orderNdx (Results 1 – 3 of 3) sorted by relevance
868 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTestsCommon() local870 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTestsCommon()871 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon()918 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTestsCommon() local920 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTestsCommon()921 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon()
772 deUint32 orderNdx; in getGlslAttributeConditions() local793 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()[all …]
4847 for (int orderNdx = 0; orderNdx < 2; ++orderNdx) in iterate() local4849 if ((orderNdx == 0 && m_callOrder == VIEWPORT_FIRST) || in iterate()4850 (orderNdx == 1 && m_callOrder == BBOX_FIRST)) in iterate()