Home
last modified time | relevance | path

Searched refs:aspectReferenceCount (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_render_pass.h302 size += vn_sizeof_uint32_t(&val->aspectReferenceCount); in vn_sizeof_VkRenderPassInputAttachmentAspectCreateInfo_self()
304 size += vn_sizeof_array_size(val->aspectReferenceCount); in vn_sizeof_VkRenderPassInputAttachmentAspectCreateInfo_self()
305 for (uint32_t i = 0; i < val->aspectReferenceCount; i++) in vn_sizeof_VkRenderPassInputAttachmentAspectCreateInfo_self()
336 vn_encode_uint32_t(enc, &val->aspectReferenceCount); in vn_encode_VkRenderPassInputAttachmentAspectCreateInfo_self()
338 vn_encode_array_size(enc, val->aspectReferenceCount); in vn_encode_VkRenderPassInputAttachmentAspectCreateInfo_self()
339 for (uint32_t i = 0; i < val->aspectReferenceCount; i++) in vn_encode_VkRenderPassInputAttachmentAspectCreateInfo_self()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_render_pass.c181 for (uint32_t i = 0; i < aspect_info->aspectReferenceCount; i++) { in vk_common_CreateRenderPass()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DlibVulkan.cpp186 for(uint32_t i = 0; i < inputAttachmentAspectCreateInfo->aspectReferenceCount; i++) in ValidateRenderPassPNextChain()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1464 uint32_t aspectReferenceCount; member
DvkVulkan_c.inl5885 deUint32 aspectReferenceCount; member
DvkStrUtilImpl.inl6545 s << "\taspectReferenceCount = " << value.aspectReferenceCount << '\n';
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4111 uint32_t aspectReferenceCount; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp66655 : aspectReferenceCount( aspectReferenceCount_ )
66672 : aspectReferenceCount( static_cast<uint32_t>( aspectReferences_.size() ) ) in RenderPassInputAttachmentAspectCreateInfo()
66698 aspectReferenceCount = aspectReferenceCount_; in setAspectReferenceCount()
66714 aspectReferenceCount = static_cast<uint32_t>( aspectReferences_.size() ); in setAspectReferences()
66736 …sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( aspectReferenceCount == rhs.aspectReferenceCou… in operator ==()
66749 uint32_t aspectReferenceCount = {}; member
Dvulkan_core.h4874 uint32_t aspectReferenceCount; member
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h4312 uint32_t aspectReferenceCount; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp85608 , aspectReferenceCount( aspectReferenceCount_ )
85624 …: pNext( pNext_ ), aspectReferenceCount( static_cast<uint32_t>( aspectReferences_.size() ) ), pAsp… in RenderPassInputAttachmentAspectCreateInfo()
85647 aspectReferenceCount = aspectReferenceCount_; in setAspectReferenceCount()
85662 aspectReferenceCount = static_cast<uint32_t>( aspectReferences_.size() ); in setAspectReferences()
85690 return std::tie( sType, pNext, aspectReferenceCount, pAspectReferences ); in reflect()
85702 …sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( aspectReferenceCount == rhs.aspectReferenceCou… in operator ==()
85716 uint32_t aspectReferenceCount = {}; member
Dvulkan_core.h5248 uint32_t aspectReferenceCount; member
Dvulkan_hash.hpp11654 … VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.aspectReferenceCount ); in operator ()()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4780 uint32_t aspectReferenceCount; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h4923 uint32_t aspectReferenceCount; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h5138 uint32_t aspectReferenceCount; member