Home
last modified time | relevance | path

Searched refs:maxDiffCuQpDeltaDepth (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/include/vulkan/
Dvulkan_beta.h760 uint8_t maxDiffCuQpDeltaDepth; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_beta.h786 uint8_t maxDiffCuQpDeltaDepth; member
Dvulkan_hash.hpp13407 VULKAN_HPP_HASH_COMBINE( seed, videoEncodeH265CapabilitiesEXT.maxDiffCuQpDeltaDepth ); in operator ()()
Dvulkan_structs.hpp99153 , maxDiffCuQpDeltaDepth( maxDiffCuQpDeltaDepth_ )
99233 maxDiffCuQpDeltaDepth, in reflect()
99258 …a == rhs.maxMaxTransformHierarchyDepthIntra ) && ( maxDiffCuQpDeltaDepth == rhs.maxDiffCuQpDeltaDe… in operator ==()
99289 …uint8_t maxDiffCuQpDeltaDepth member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoCapabilitiesTests.cpp1007 VALIDATE_FIELD_EQUAL(videoCapabilitiesKHR, videoCapabilitiesKHRSecond, maxDiffCuQpDeltaDepth); in validateVideoCapabilitiesExt()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoCapabilitiesTests.cpp1007 VALIDATE_FIELD_EQUAL(videoCapabilitiesKHR, videoCapabilitiesKHRSecond, maxDiffCuQpDeltaDepth); in validateVideoCapabilitiesExt()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_encode_h265_extensions.adoc115 * pname:maxDiffCuQpDeltaDepth reports the maximum value that may be set
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6717 uint8_t maxDiffCuQpDeltaDepth; member
DvkStrUtilImpl.inl14232 s << "\tmaxDiffCuQpDeltaDepth = " << value.maxDiffCuQpDeltaDepth << '\n';