Searched refs:chromaLocations (Results 1 – 4 of 4) sorted by relevance
1269 const std::vector<ChromaLocationNamePair> chromaLocations = member1362 … chromaLocation(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).… in buildTests()1405 …ation chromaLocation(rng.choose<ChromaLocationNamePair>(chromaLocations.begin(), chromaLocations.e… in buildTests()1447 for (size_t xChromaOffsetNdx = 0; xChromaOffsetNdx < chromaLocations.size(); xChromaOffsetNdx++) in buildTests()1449 const char* const xChromaOffsetName(chromaLocations[xChromaOffsetNdx].name); in buildTests()1450 const vk::VkChromaLocation xChromaOffset(chromaLocations[xChromaOffsetNdx].value); in buildTests()1469 …n yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).… in buildTests()1503 …on yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).… in buildTests()1545 … for (size_t xChromaOffsetNdx = 0; xChromaOffsetNdx < chromaLocations.size(); xChromaOffsetNdx++) in buildTests()1547 const vk::VkChromaLocation xChromaOffset(chromaLocations[xChromaOffsetNdx].value); in buildTests()[all …]
1333 const ChromaLocationNamePair chromaLocations[] = in createYCbCrConversionTests() local1468 …for (size_t chromaOffsetNdx = 0; chromaOffsetNdx < DE_LENGTH_OF_ARRAY(chromaLocations); chromaOffs… in createYCbCrConversionTests()1470 const char* const chromaOffsetName (chromaLocations[chromaOffsetNdx].name); in createYCbCrConversionTests()1471 const vk::VkChromaLocation chromaOffset (chromaLocations[chromaOffsetNdx].value); in createYCbCrConversionTests()