Home
last modified time | relevance | path

Searched refs:topFieldShift (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp62 static const deUint32 topFieldShift = 0; member
63 static const deUint32 topFieldMask = (1 << topFieldShift);
319 used_for_reference = (bottomFieldIsReference << bottomFieldShift) | (topFieldIsReference << topFieldShift); in setReferenceAndTopBottomField()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp63 static const uint32_t topFieldShift = 0; member
64 static const uint32_t topFieldMask = (1 << topFieldShift);
572 used_for_reference = (unsigned char)(3 & ((bottomFieldIsReference << bottomFieldShift) | (topFieldIsReference << topFieldShift)));

Completed in 7 milliseconds