/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_render_pass.h | 303 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 D | vkSafetyCriticalUtil.cpp | 250 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 D | vk_render_pass.c | 183 &aspect_info->pAspectReferences[i]; in vk_common_CreateRenderPass()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 188 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 D | vulkan_json_data.hpp | 16139 _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 D | vulkan_json_parser.hpp | 8027 (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 D | vulkan_structs.hpp | 66656 , pAspectReferences( pAspectReferences_ ) pAspectReferences() function 66673 , pAspectReferences( aspectReferences_.data() ) pAspectReferences() function 66750 const VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference * pAspectReferences = {}; global() member [all...] |
H A D | vulkan_core.h | 4875 const VkInputAttachmentAspectReference* pAspectReferences; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3821 const VkInputAttachmentAspectReference * pAspectReferences; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3816 const VkInputAttachmentAspectReference* pAspectReferences; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4781 const VkInputAttachmentAspectReference* pAspectReferences; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5139 const VkInputAttachmentAspectReference* pAspectReferences; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4924 const VkInputAttachmentAspectReference* pAspectReferences; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 5292 const VkInputAttachmentAspectReference* pAspectReferences; member
|
H A D | vulkan_hash.hpp | 13748 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.pAspectReferences );
|