Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/venus-protocol/
H A 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/
H A Dvk_render_pass.c181 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 DvkSafetyCriticalUtil.cpp251 for (deUint32 i = 0; i < ptr->aspectReferenceCount; ++i) in hashPNextChain()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp186 for(uint32_t i = 0; i < inputAttachmentAspectCreateInfo->aspectReferenceCount; i++) in ValidateRenderPassPNextChain()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp16136 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 Dvulkan_json_parser.hpp8025 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 Dvulkan_structs.hpp66749 uint32_t aspectReferenceCount = {}; global() member
[all...]
H A Dvulkan_core.h4874 uint32_t aspectReferenceCount; member
/third_party/glfw/deps/glad/
H A Dvulkan.h3820 uint32_t aspectReferenceCount; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3815 uint32_t aspectReferenceCount; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4780 uint32_t aspectReferenceCount; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5138 uint32_t aspectReferenceCount; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4923 uint32_t aspectReferenceCount; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h5291 uint32_t aspectReferenceCount; member
H A Dvulkan_hash.hpp13747 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.aspectReferenceCount );

Completed in 489 milliseconds