Home
last modified time | relevance | path

Searched refs:referenceSlotCount (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_beta.h215 uint32_t referenceSlotCount; member
330 uint32_t referenceSlotCount; member
410 uint32_t referenceSlotCount; member
Dvulkan_structs.hpp73532 , referenceSlotCount( referenceSlotCount_ )
73554 , referenceSlotCount( static_cast<uint32_t>( referenceSlots_.size() ) ) in VideoBeginCodingInfoKHR()
73603 referenceSlotCount = referenceSlotCount_; in setReferenceSlotCount()
73619 referenceSlotCount = static_cast<uint32_t>( referenceSlots_.size() ); in setReferenceSlots()
73644 … ( referenceSlotCount == rhs.referenceSlotCount ) && ( pReferenceSlots == rhs.pReferenceSlots ); in operator ==()
73660 uint32_t referenceSlotCount = {}; member
75637 , referenceSlotCount( referenceSlotCount_ )
75667 , referenceSlotCount( static_cast<uint32_t>( referenceSlots_.size() ) ) in VideoDecodeInfoKHR()
75740 referenceSlotCount = referenceSlotCount_; in setReferenceSlotCount()
75756 referenceSlotCount = static_cast<uint32_t>( referenceSlots_.size() ); in setReferenceSlots()
[all …]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_beta.h215 uint32_t referenceSlotCount; member
330 uint32_t referenceSlotCount; member
410 uint32_t referenceSlotCount; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_beta.h215 uint32_t referenceSlotCount; member
330 uint32_t referenceSlotCount; member
410 uint32_t referenceSlotCount; member
/third_party/mesa3d/include/vulkan/
Dvulkan_beta.h227 uint32_t referenceSlotCount; member
354 uint32_t referenceSlotCount; member
440 uint32_t referenceSlotCount; member
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_decode_extensions.txt145 * The value of the slink:VkVideoDecodeInfoKHR::pname:referenceSlotCount
176 * The value of the slink:VkVideoDecodeInfoKHR::pname:referenceSlotCount
315 * pname:referenceSlotCount is the number of the DPB Reference Pictures
Dvideo_encode_extensions.txt168 * pname:referenceSlotCount is the number of Reconstructed Reference
Dvideo_extensions.txt1469 * pname:referenceSlotCount is the number of reference slot entries
1484 * [[VUID-VkVideoBeginCodingInfoKHR-referenceSlotCount-04856]]
1485 slink:VkVideoBeginCodingInfoKHR::pname:referenceSlotCount must: not
/third_party/vulkan-headers/include/vulkan/
Dvulkan_beta.h118 uint32_t referenceSlotCount; member
Dvulkan_structs.hpp101644 , referenceSlotCount( referenceSlotCount_ )
101666 , referenceSlotCount( static_cast<uint32_t>( referenceSlots_.size() ) ) in VideoBeginCodingInfoKHR()
101709 referenceSlotCount = referenceSlotCount_; in setReferenceSlotCount()
101724 referenceSlotCount = static_cast<uint32_t>( referenceSlots_.size() ); in setReferenceSlots()
101755 …d::tie( sType, pNext, flags, videoSession, videoSessionParameters, referenceSlotCount, pReferenceS… in reflect()
101768 …essionParameters == rhs.videoSessionParameters ) && ( referenceSlotCount == rhs.referenceSlotCount in operator ==()
101785 uint32_t referenceSlotCount = {}; member
103626 , referenceSlotCount( referenceSlotCount_ )
103651 , referenceSlotCount( static_cast<uint32_t>( referenceSlots_.size() ) ) in VideoDecodeInfoKHR()
103713 referenceSlotCount = referenceSlotCount_; in setReferenceSlotCount()
[all …]
Dvulkan_hash.hpp13665 VULKAN_HPP_HASH_COMBINE( seed, videoBeginCodingInfoKHR.referenceSlotCount ); in operator ()()
13911 VULKAN_HPP_HASH_COMBINE( seed, videoDecodeInfoKHR.referenceSlotCount ); in operator ()()
14375 VULKAN_HPP_HASH_COMBINE( seed, videoEncodeInfoKHR.referenceSlotCount ); in operator ()()
Dvulkan_core.h8077 uint32_t referenceSlotCount; member
8212 uint32_t referenceSlotCount; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6148 uint32_t referenceSlotCount; member
6178 uint32_t referenceSlotCount; member
6222 uint32_t referenceSlotCount; member
DvkStrUtilImpl.inl12785 s << "\treferenceSlotCount = " << value.referenceSlotCount << '\n';
12824 s << "\treferenceSlotCount = " << value.referenceSlotCount << '\n';
12877 s << "\treferenceSlotCount = " << value.referenceSlotCount << '\n';