Home
last modified time | relevance | path

Searched refs:stdOperatingPointCount (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_structs.hpp127646 , stdOperatingPointCount{ stdOperatingPointCount_ }
127667 , stdOperatingPointCount( static_cast<uint32_t>( stdOperatingPoints_.size() ) ) in VideoEncodeAV1SessionParametersCreateInfoKHR()
127705 stdOperatingPointCount = stdOperatingPointCount_; in setStdOperatingPointCount()
127720 stdOperatingPointCount = static_cast<uint32_t>( stdOperatingPoints_.size() ); in setStdOperatingPoints()
127750 …td::tie( sType, pNext, pStdSequenceHeader, pStdDecoderModelInfo, stdOperatingPointCount, pStdOpera… in reflect()
127763 …coderModelInfo == rhs.pStdDecoderModelInfo ) && ( stdOperatingPointCount == rhs.stdOperatingPointC… in operator ==()
127779 uint32_t stdOperatingPointCount = {}; member
H A Dvulkan_core.h12384 uint32_t stdOperatingPointCount; member
H A Dvulkan_hash.hpp17027 …LKAN_HPP_HASH_COMBINE( seed, videoEncodeAV1SessionParametersCreateInfoKHR.stdOperatingPointCount ); in operator ()()