• Home
  • Raw
  • Download

Lines Matching refs:chromaLocations

1269 	const std::vector<ChromaLocationNamePair> chromaLocations =  member
1362 … 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()
1548 const char* const xChromaOffsetName(chromaLocations[xChromaOffsetNdx].name); in buildTests()
1557 …n yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).… in buildTests()
1567 …n yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).… in buildTests()
1579 …n yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).… in buildTests()
1589 …n yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).… in buildTests()
1608 … chromaLocation(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).… in buildTests()
1618 … chromaLocation(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).… in buildTests()
1654 for (size_t chromaOffsetNdx = 0; chromaOffsetNdx < chromaLocations.size(); chromaOffsetNdx++) in buildTests()
1656 const char* const chromaOffsetName(chromaLocations[chromaOffsetNdx].name); in buildTests()
1657 const vk::VkChromaLocation chromaOffset(chromaLocations[chromaOffsetNdx].value); in buildTests()
1749 … for (size_t xChromaOffsetNdx = 0; xChromaOffsetNdx < chromaLocations.size(); xChromaOffsetNdx++) in buildTests()
1750 … for (size_t yChromaOffsetNdx = 0; yChromaOffsetNdx < chromaLocations.size(); yChromaOffsetNdx++) in buildTests()
1752 const vk::VkChromaLocation xChromaOffset(chromaLocations[xChromaOffsetNdx].value); in buildTests()
1753 const char* const xChromaOffsetName(chromaLocations[xChromaOffsetNdx].name); in buildTests()
1755 const vk::VkChromaLocation yChromaOffset(chromaLocations[yChromaOffsetNdx].value); in buildTests()
1756 const char* const yChromaOffsetName(chromaLocations[yChromaOffsetNdx].name); in buildTests()
1811 … chromaLocation(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).… in buildTests()
1821 … chromaLocation(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).… in buildTests()
1858 for (size_t xChromaOffsetNdx = 0; xChromaOffsetNdx < chromaLocations.size(); xChromaOffsetNdx++) in buildTests()
1860 const vk::VkChromaLocation xChromaOffset(chromaLocations[xChromaOffsetNdx].value); in buildTests()
1861 const char* const xChromaOffsetName(chromaLocations[xChromaOffsetNdx].name); in buildTests()
1863 … for (size_t yChromaOffsetNdx = 0; yChromaOffsetNdx < chromaLocations.size(); yChromaOffsetNdx++) in buildTests()
1865 const vk::VkChromaLocation yChromaOffset(chromaLocations[yChromaOffsetNdx].value); in buildTests()
1866 const char* const yChromaOffsetName(chromaLocations[yChromaOffsetNdx].name); in buildTests()
1906 …tion chromaLocation(rng.choose<ChromaLocationNamePair>(chromaLocations.begin(), chromaLocations.e… in buildArrayOfSamplersTests()