Searched refs:aspectReferenceCount (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_render_pass.h | 302 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/ |
H A D | vk_render_pass.c | 181 for (uint32_t i = 0; i < aspect_info->aspectReferenceCount; i++) { in vk_common_CreateRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.cpp | 251 for (deUint32 i = 0; i < ptr->aspectReferenceCount; ++i) in hashPNextChain()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 186 for(uint32_t i = 0; i < inputAttachmentAspectCreateInfo->aspectReferenceCount; i++) in ValidateRenderPassPNextChain()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 16136 print_uint32_t(obj.aspectReferenceCount, "aspectReferenceCount", 1); in print_VkRenderPassInputAttachmentAspectCreateInfo() 16143 for (unsigned int i = 0; i < obj.aspectReferenceCount; i++) { in print_VkRenderPassInputAttachmentAspectCreateInfo() 16144 if (i+1 == obj.aspectReferenceCount) in print_VkRenderPassInputAttachmentAspectCreateInfo() 16178 print_uint32_t(obj->aspectReferenceCount, "aspectReferenceCount", 1); in print_VkRenderPassInputAttachmentAspectCreateInfo() 16185 for (unsigned int i = 0; i < obj->aspectReferenceCount; i++) { in print_VkRenderPassInputAttachmentAspectCreateInfo() 16186 if (i+1 == obj->aspectReferenceCount) in print_VkRenderPassInputAttachmentAspectCreateInfo() [all...] |
H A D | vulkan_json_parser.hpp | 8025 parse_uint32_t("aspectReferenceCount", obj["aspectReferenceCount"], (o.aspectReferenceCount)); in parse_VkRenderPassInputAttachmentAspectCreateInfo() 8027 (o.pAspectReferences) = (VkInputAttachmentAspectReference*)s_globalMem.allocate((o.aspectReferenceCount), sizeof(VkInputAttachmentAspectReference)); in parse_VkRenderPassInputAttachmentAspectCreateInfo() 8031 for (unsigned int i = 0; i < (o.aspectReferenceCount); i++) { in parse_VkRenderPassInputAttachmentAspectCreateInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 66749 uint32_t aspectReferenceCount = {}; global() member [all...] |
H A D | vulkan_core.h | 4874 uint32_t aspectReferenceCount; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3820 uint32_t aspectReferenceCount; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3815 uint32_t aspectReferenceCount; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4780 uint32_t aspectReferenceCount; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5138 uint32_t aspectReferenceCount; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4923 uint32_t aspectReferenceCount; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 5291 uint32_t aspectReferenceCount; member
|
H A D | vulkan_hash.hpp | 13747 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.aspectReferenceCount );
|
Completed in 489 milliseconds