Searched refs:colorRanges (Results 1 – 2 of 2) sorted by relevance
1110 const RangeNamePair colorRanges[] = in initTests() local1197 …oose<RangeNamePair, const RangeNamePair*>(DE_ARRAY_BEGIN(colorRanges), DE_ARRAY_END(colorRanges)).… in initTests()1210 for (size_t rangeNdx = 0; rangeNdx < DE_LENGTH_OF_ARRAY(colorRanges); rangeNdx++) in initTests()1212 const char* const colorRangeName (colorRanges[rangeNdx].name); in initTests()1213 const vk::VkSamplerYcbcrRange colorRange (colorRanges[rangeNdx].value); in initTests()1290 …oose<RangeNamePair, const RangeNamePair*>(DE_ARRAY_BEGIN(colorRanges), DE_ARRAY_END(colorRanges)).… in initTests()1302 for (size_t rangeNdx = 0; rangeNdx < DE_LENGTH_OF_ARRAY(colorRanges); rangeNdx++) in initTests()1304 const char* const colorRangeName (colorRanges[rangeNdx].name); in initTests()1305 const vk::VkSamplerYcbcrRange colorRange (colorRanges[rangeNdx].value); in initTests()1482 …oose<RangeNamePair, const RangeNamePair*>(DE_ARRAY_BEGIN(colorRanges), DE_ARRAY_END(colorRanges)).… in initTests()[all …]
1295 const RangeNamePair colorRanges[] = in createYCbCrConversionTests() local1415 for (size_t rangeNdx = 0; rangeNdx < DE_LENGTH_OF_ARRAY(colorRanges); rangeNdx++) in createYCbCrConversionTests()1417 const char* const colorRangeName (colorRanges[rangeNdx].name); in createYCbCrConversionTests()1418 const vk::VkSamplerYcbcrRange colorRange (colorRanges[rangeNdx].value); in createYCbCrConversionTests()