Searched refs:s_compressedFormatSets (Results 1 – 1 of 1) sorted by relevance
2234 } s_compressedFormatSets[] = in testCompressedFormatsSupported() local2247 for (int setNdx = 0; setNdx < DE_LENGTH_OF_ARRAY(s_compressedFormatSets); ++setNdx) in testCompressedFormatsSupported()2249 const char* const setName = s_compressedFormatSets[setNdx].setName; in testCompressedFormatsSupported()2250 const char* const featureName = s_compressedFormatSets[setNdx].featureName; in testCompressedFormatsSupported()2251 const bool featureBitSet = features.*s_compressedFormatSets[setNdx].feature == VK_TRUE; in testCompressedFormatsSupported()2253 s_compressedFormatSets[setNdx].formatsBegin, in testCompressedFormatsSupported()2254 s_compressedFormatSets[setNdx].formatsEnd, in testCompressedFormatsSupported()