Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h303 if (val->pAspectReferences) { in vn_sizeof_VkRenderPassInputAttachmentAspectCreateInfo_self()
306 size += vn_sizeof_VkInputAttachmentAspectReference(&val->pAspectReferences[i]); in vn_sizeof_VkRenderPassInputAttachmentAspectCreateInfo_self()
337 if (val->pAspectReferences) { in vn_encode_VkRenderPassInputAttachmentAspectCreateInfo_self()
340 vn_encode_VkInputAttachmentAspectReference(enc, &val->pAspectReferences[i]); in vn_encode_VkRenderPassInputAttachmentAspectCreateInfo_self()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp250 if (ptr->pAspectReferences != DE_NULL) in hashPNextChain()
252 hash_combine(seed, ptr->pAspectReferences[i].subpass, ptr->pAspectReferences[i].inputAttachmentIndex, ptr->pAspectReferences[i].aspectMask); in hashPNextChain()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c183 &aspect_info->pAspectReferences[i]; in vk_common_CreateRenderPass()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp188 const auto &aspectReference = inputAttachmentAspectCreateInfo->pAspectReferences[i]; in ValidateRenderPassPNextChain()
198 // VkRenderPassInputAttachmentAspectCreateInfo::pAspectReferences must only include aspects that are in ValidateRenderPassPNextChain()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp16139 _OUT << "\"pAspectReferences\": " << std::endl; in print_VkRenderPassInputAttachmentAspectCreateInfo()
16140 if (obj.pAspectReferences) { in print_VkRenderPassInputAttachmentAspectCreateInfo()
16145 print_VkInputAttachmentAspectReference(obj.pAspectReferences[i], "pAspectReferences", 0); in print_VkRenderPassInputAttachmentAspectCreateInfo()
16147 print_VkInputAttachmentAspectReference(obj.pAspectReferences[i], "pAspectReferences", 1); in print_VkRenderPassInputAttachmentAspectCreateInfo()
16181 _OUT << "\"pAspectReferences\": " << std::endl; in print_VkRenderPassInputAttachmentAspectCreateInfo()
16182 if (obj->pAspectReferences) { in print_VkRenderPassInputAttachmentAspectCreateInfo()
16187 print_VkInputAttachmentAspectReference(obj->pAspectReferences[i], "pAspectReferences", in print_VkRenderPassInputAttachmentAspectCreateInfo()
[all...]
H A Dvulkan_json_parser.hpp8027 (o.pAspectReferences) = (VkInputAttachmentAspectReference*)s_globalMem.allocate((o.aspectReferenceCount), sizeof(VkInputAttachmentAspectReference)); in parse_VkRenderPassInputAttachmentAspectCreateInfo()
8028 Json::Value& obj_pAspectReferences = obj["pAspectReferences"]; in parse_VkRenderPassInputAttachmentAspectCreateInfo()
8029 if (obj_pAspectReferences.size() == 0) (o.pAspectReferences) = nullptr; in parse_VkRenderPassInputAttachmentAspectCreateInfo()
8032 parse_VkInputAttachmentAspectReference("pAspectReferences", obj_pAspectReferences[i], const_cast<VkInputAttachmentAspectReference&>((o.pAspectReferences[i]))); in parse_VkRenderPassInputAttachmentAspectCreateInfo()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp66656 , pAspectReferences( pAspectReferences_ ) pAspectReferences() function
66673 , pAspectReferences( aspectReferences_.data() ) pAspectReferences() function
66750 const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference * pAspectReferences = {}; global() member
[all...]
H A Dvulkan_core.h4875 const VkInputAttachmentAspectReference* pAspectReferences; member
/third_party/glfw/deps/glad/
H A Dvulkan.h3821 const VkInputAttachmentAspectReference * pAspectReferences; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3816 const VkInputAttachmentAspectReference* pAspectReferences; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4781 const VkInputAttachmentAspectReference* pAspectReferences; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5139 const VkInputAttachmentAspectReference* pAspectReferences; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4924 const VkInputAttachmentAspectReference* pAspectReferences; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h5292 const VkInputAttachmentAspectReference* pAspectReferences; member
H A Dvulkan_hash.hpp13748 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.pAspectReferences );

Completed in 449 milliseconds