Home
last modified time | relevance | path

Searched refs:pReferenceModifications (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_beta.h672 const StdVideoEncodeH265ReferenceModifications* pReferenceModifications; member
Dvulkan_structs.hpp77638 , pReferenceModifications( pReferenceModifications_ )
77659 , pReferenceModifications( pReferenceModifications_ )
77733 pReferenceModifications = pReferenceModifications_; in setPReferenceModifications()
77758 ( pReferenceModifications == rhs.pReferenceModifications ); in operator ==()
77774 const StdVideoEncodeH265ReferenceModifications * pReferenceModifications = {}; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_beta.h717 const StdVideoEncodeH265ReferenceModifications* pReferenceModifications; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_beta.h717 const StdVideoEncodeH265ReferenceModifications* pReferenceModifications; member
/third_party/mesa3d/include/vulkan/
Dvulkan_beta.h799 const StdVideoEncodeH265ReferenceModifications* pReferenceModifications; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_beta.h825 const StdVideoEncodeH265ReferenceModifications* pReferenceModifications; member
Dvulkan_structs.hpp99706 , pReferenceModifications( pReferenceModifications_ )
99728 , pReferenceModifications( pReferenceModifications_ )
99800 pReferenceModifications = pReferenceModifications_; in setPReferenceModifications()
99830 …ReferenceList0Entries, referenceList1EntryCount, pReferenceList1Entries, pReferenceModifications ); in reflect()
99844 …ist1Entries == rhs.pReferenceList1Entries ) && ( pReferenceModifications == rhs.pReferenceModifica… in operator ==()
99861 const StdVideoEncodeH265ReferenceModifications * pReferenceModifications = {}; member
Dvulkan_hash.hpp13480 VULKAN_HPP_HASH_COMBINE( seed, videoEncodeH265ReferenceListsInfoEXT.pReferenceModifications ); in operator ()()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_encode_h265_extensions.txt466 * pname:pReferenceModifications is a pointer to a
Dvideo_encode_h265_extensions.adoc625 * pname:pReferenceModifications is a pointer to a
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl9151 const StdVideoEncodeH265ReferenceModifications* pReferenceModifications; member
DvkStrUtilImpl.inl14389 s << "\tpReferenceModifications = " << value.pReferenceModifications << '\n';