Home
last modified time | relevance | path

Searched refs:chromaLocations (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1115 const ChromaLocationNamePair chromaLocations[] = in initTests() local
1198 …ePair, const ChromaLocationNamePair*>(DE_ARRAY_BEGIN(chromaLocations), DE_ARRAY_END(chromaLocation… in initTests()
1236 …ePair, const ChromaLocationNamePair*>(DE_ARRAY_BEGIN(chromaLocations), DE_ARRAY_END(chromaLocation… in initTests()
1270 …for (size_t xChromaOffsetNdx = 0; xChromaOffsetNdx < DE_LENGTH_OF_ARRAY(chromaLocations); xChromaO… in initTests()
1272 const char* const xChromaOffsetName (chromaLocations[xChromaOffsetNdx].name); in initTests()
1273 const vk::VkChromaLocation xChromaOffset (chromaLocations[xChromaOffsetNdx].value); in initTests()
1292 …ePair, const ChromaLocationNamePair*>(DE_ARRAY_BEGIN(chromaLocations), DE_ARRAY_END(chromaLocation… in initTests()
1321 …ePair, const ChromaLocationNamePair*>(DE_ARRAY_BEGIN(chromaLocations), DE_ARRAY_END(chromaLocation… in initTests()
1354 …for (size_t xChromaOffsetNdx = 0; xChromaOffsetNdx < DE_LENGTH_OF_ARRAY(chromaLocations); xChromaO… in initTests()
1356 const vk::VkChromaLocation xChromaOffset (chromaLocations[xChromaOffsetNdx].value); in initTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp1301 const ChromaLocationNamePair chromaLocations[] = in createYCbCrConversionTests() local
1430 …for (size_t chromaOffsetNdx = 0; chromaOffsetNdx < DE_LENGTH_OF_ARRAY(chromaLocations); chromaOffs… in createYCbCrConversionTests()
1432 const char* const chromaOffsetName (chromaLocations[chromaOffsetNdx].name); in createYCbCrConversionTests()
1433 const vk::VkChromaLocation chromaOffset (chromaLocations[chromaOffsetNdx].value); in createYCbCrConversionTests()