Searched refs:setNdx (Results 1 – 3 of 3) sorted by relevance
1122 for (int setNdx = 0; setNdx < 2; ++setNdx) in testComplementarity() local1124 const float sign = (setNdx == 0 ? 1.0f : -1.0f); in testComplementarity()
1900 for (int setNdx = 0; setNdx < DE_LENGTH_OF_ARRAY(s_compressedFormatSets); ++setNdx) in testCompressedFormatsSupported() local1902 const char* const setName = s_compressedFormatSets[setNdx].setName; in testCompressedFormatsSupported()1903 const char* const featureName = s_compressedFormatSets[setNdx].featureName; in testCompressedFormatsSupported()1904 const bool featureBitSet = features.*s_compressedFormatSets[setNdx].feature == VK_TRUE; in testCompressedFormatsSupported()1906 s_compressedFormatSets[setNdx].formatsBegin, in testCompressedFormatsSupported()1907 s_compressedFormatSets[setNdx].formatsEnd, in testCompressedFormatsSupported()
102 …ingstream& out, const string& blockName, const string& instanceName, int setNdx, int bindingNdx, c… in genUniformBlock() argument106 if (setNdx != 0) in genUniformBlock()107 out << "set = " << setNdx << ", "; in genUniformBlock()