Home
last modified time | relevance | path

Searched refs:pAttachmentImageInfos (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_framebuffer.h104 if (val->pAttachmentImageInfos) { in vn_sizeof_VkFramebufferAttachmentsCreateInfo_self()
107 size += vn_sizeof_VkFramebufferAttachmentImageInfo(&val->pAttachmentImageInfos[i]); in vn_sizeof_VkFramebufferAttachmentsCreateInfo_self()
138 if (val->pAttachmentImageInfos) { in vn_encode_VkFramebufferAttachmentsCreateInfo_self()
141 vn_encode_VkFramebufferAttachmentImageInfo(enc, &val->pAttachmentImageInfos[i]); in vn_encode_VkFramebufferAttachmentsCreateInfo_self()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_framebuffer.c88 attachments.pAttachmentImageInfos = fb->infos; in zink_init_framebuffer()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c2670 if (imageless->pAttachmentImageInfos[i].usage & in v3dv_CreateFramebuffer()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp21378 _OUT << "\"pAttachmentImageInfos\": " << std::endl; in print_VkFramebufferAttachmentsCreateInfo()
21379 if (obj.pAttachmentImageInfos) { in print_VkFramebufferAttachmentsCreateInfo()
21384 print_VkFramebufferAttachmentImageInfo(obj.pAttachmentImageInfos[i], "pAttachmentImageInfos", 0); in print_VkFramebufferAttachmentsCreateInfo()
21386 print_VkFramebufferAttachmentImageInfo(obj.pAttachmentImageInfos[i], "pAttachmentImageInfos", 1); in print_VkFramebufferAttachmentsCreateInfo()
21420 _OUT << "\"pAttachmentImageInfos\": " << std::endl; in print_VkFramebufferAttachmentsCreateInfo()
21421 if (obj->pAttachmentImageInfos) { in print_VkFramebufferAttachmentsCreateInfo()
21426 print_VkFramebufferAttachmentImageInfo(obj->pAttachmentImageInfos[i], "pAttachmentImageInfos", in print_VkFramebufferAttachmentsCreateInfo()
[all...]
H A Dvulkan_json_parser.hpp9494 (o.pAttachmentImageInfos) = (VkFramebufferAttachmentImageInfo*)s_globalMem.allocate((o.attachmentImageInfoCount), sizeof(VkFramebufferAttachmentImageInfo)); in parse_VkFramebufferAttachmentsCreateInfo()
9495 Json::Value& obj_pAttachmentImageInfos = obj["pAttachmentImageInfos"]; in parse_VkFramebufferAttachmentsCreateInfo()
9496 if (obj_pAttachmentImageInfos.size() == 0) (o.pAttachmentImageInfos) = nullptr; in parse_VkFramebufferAttachmentsCreateInfo()
9499 parse_VkFramebufferAttachmentImageInfo("pAttachmentImageInfos", obj_pAttachmentImageInfos[i], const_cast<VkFramebufferAttachmentImageInfo&>((o.pAttachmentImageInfos[i]))); in parse_VkFramebufferAttachmentsCreateInfo()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp26419 , pAttachmentImageInfos( pAttachmentImageInfos_ ) pAttachmentImageInfos() function
26434 , pAttachmentImageInfos( attachmentImageInfos_.data() ) pAttachmentImageInfos() function
26511 const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos = {}; global() member
[all...]
H A Dvulkan_core.h5853 const VkFramebufferAttachmentImageInfo* pAttachmentImageInfos; member
/third_party/glfw/deps/glad/
H A Dvulkan.h4859 const VkFramebufferAttachmentImageInfo * pAttachmentImageInfos; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4703 const VkFramebufferAttachmentImageInfo* pAttachmentImageInfos; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5754 const VkFramebufferAttachmentImageInfo* pAttachmentImageInfos; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h6120 const VkFramebufferAttachmentImageInfo* pAttachmentImageInfos; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5903 const VkFramebufferAttachmentImageInfo* pAttachmentImageInfos; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp38293 , pAttachmentImageInfos( pAttachmentImageInfos_ ) pAttachmentImageInfos() function
38310 , pAttachmentImageInfos( attachmentImageInfos_.data() ) pAttachmentImageInfos() function
38404 const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos = {}; global() member
[all...]
H A Dvulkan_core.h6279 const VkFramebufferAttachmentImageInfo* pAttachmentImageInfos; member
H A Dvulkan_hash.hpp5114 VULKAN_HPP_HASH_COMBINE( seed, framebufferAttachmentsCreateInfo.pAttachmentImageInfos );

Completed in 436 milliseconds