/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | vk_util_unittest.cpp | 251 const VkBaseInStructure* base = reinterpret_cast<VkBaseInStructure*>(&deviceCi); in TEST() 252 ASSERT_EQ(base, reinterpret_cast<VkBaseInStructure*>(&deviceCi)); in TEST() 254 ASSERT_EQ(base, reinterpret_cast<VkBaseInStructure*>(&ycbcrFeature)); in TEST() 256 ASSERT_EQ(base, reinterpret_cast<VkBaseInStructure*>(&indexingFeatures)); in TEST() 258 ASSERT_EQ(base, reinterpret_cast<VkBaseInStructure*>(&physicalDeviceFeature)); in TEST()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 154 …const VkBaseInStructure *extensionCreateInfo = reinterpret_cast<const VkBaseInStructure *>(pCreate… in ValidateRenderPassPNextChain() 614 …const VkBaseInStructure *createInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNe… in vkCreateInstance() 789 …const VkBaseInStructure *extensionCreateInfo = reinterpret_cast<const VkBaseInStructure *>(pCreate… in vkCreateDevice() 1246 const auto *extInfo = reinterpret_cast<const VkBaseInStructure *>(queueCreateInfo.pNext); in vkCreateDevice() 1655 auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreateFence() 1721 for(const auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreateSemaphore() 1863 const auto *extInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreateEvent() 1918 const auto *extInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreateQueryPool() 1949 auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreateBuffer() 2016 const auto *extInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreateBufferView() [all …]
|
H A D | VkFramebuffer.cpp | 30 const VkBaseInStructure *curInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); 208 const VkBaseInStructure *curInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in ComputeRequiredAllocationSize()
|
H A D | VkRenderPass.cpp | 153 const auto *extension = reinterpret_cast<const VkBaseInStructure *>(subpass.pNext); in RenderPass() 247 …const VkBaseInStructure *extensionCreateInfo = reinterpret_cast<const VkBaseInStructure *>(pCreate… in init() 396 const VkBaseInStructure *extension = reinterpret_cast<const VkBaseInStructure *>(subpass.pNext); in ComputeRequiredAllocationSize()
|
H A D | VkStructConversion.hpp | 376 for(const auto *extension = reinterpret_cast<const VkBaseInStructure *>(pSubmits[i].pNext); in Allocate() 377 … extension != nullptr; extension = reinterpret_cast<const VkBaseInStructure *>(extension->pNext)) in Allocate() 454 for(const auto *extension = reinterpret_cast<const VkBaseInStructure *>(pSubmits[i].pNext); in Allocate() 455 … extension != nullptr; extension = reinterpret_cast<const VkBaseInStructure *>(extension->pNext)) in Allocate() 513 for(const auto *extension = reinterpret_cast<const VkBaseInStructure *>(pSubmits[i].pNext); in Allocate() 514 … extension != nullptr; extension = reinterpret_cast<const VkBaseInStructure *>(extension->pNext)) in Allocate()
|
H A D | VkObject.hpp | 170 const VkBaseInStructure *extendedStruct = reinterpret_cast<const VkBaseInStructure *>(pNext); in GetExtendedStruct()
|
H A D | VkDeviceMemory.cpp | 174 …const VkBaseInStructure *allocationInfo = reinterpret_cast<const VkBaseInStructure *>(pAllocateInf… in ParseAllocationInfo()
|
H A D | VkDevice.cpp | 329 …const VkBaseInStructure *layoutInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNe… in getDescriptorSetLayoutSupport()
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | vk_platform_compat.h | 16 typedef struct VkBaseInStructure { struct 18 const struct VkBaseInStructure* pNext; argument 19 } VkBaseInStructure; typedef
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.hpp | 413 bool PopulateProfileExt(VkBaseInStructure const *pVideoProfileExt) in PopulateProfileExt() 540 return PopulateProfileExt((VkBaseInStructure const *)pVideoProfile->pNext); in InitFromProfile() 546 PopulateProfileExt((VkBaseInStructure const *)pVideoProfile->pNext); in VkVideoCoreProfile() 568 VkBaseInStructure *pVideoProfileExt = NULL; 578 pVideoProfileExt = (VkBaseInStructure *)&decodeH264ProfilesRequest; 586 pVideoProfileExt = (VkBaseInStructure *)&decodeH265ProfilesRequest; 594 … pVideoProfileExt = (VkBaseInStructure *)&decodeAV1ProfilesRequest; 602 pVideoProfileExt = (VkBaseInStructure *)&encodeH264ProfilesRequest; 610 pVideoProfileExt = (VkBaseInStructure *)&encodeH265ProfilesRequest; 742 PopulateProfileExt((VkBaseInStructure const *)src.m_profile.pNext); in copyProfile()
|
/aosp_15_r20/external/mesa3d/src/vulkan/util/ |
H A D | vk_util.h | 110 for (const VkBaseInStructure *__e = (VkBaseInStructure *)__iter.pos; \ 111 __e; __e = (VkBaseInStructure *)vk_pnext_iterator_next(&__iter))
|
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_pipeline.h | 136 const VkBaseInStructure *pnext = val; in vn_sizeof_VkPipelineShaderStageCreateInfo_pnext() 201 const VkBaseInStructure *pnext = val; in vn_encode_VkPipelineShaderStageCreateInfo_pnext() 388 const VkBaseInStructure *pnext = val; in vn_sizeof_VkPipelineVertexInputStateCreateInfo_pnext() 451 const VkBaseInStructure *pnext = val; in vn_encode_VkPipelineVertexInputStateCreateInfo_pnext() 620 const VkBaseInStructure *pnext = val; in vn_sizeof_VkPipelineTessellationStateCreateInfo_pnext() 666 const VkBaseInStructure *pnext = val; in vn_encode_VkPipelineTessellationStateCreateInfo_pnext() 761 const VkBaseInStructure *pnext = val; in vn_sizeof_VkPipelineViewportStateCreateInfo_pnext() 824 const VkBaseInStructure *pnext = val; in vn_encode_VkPipelineViewportStateCreateInfo_pnext() 1162 const VkBaseInStructure *pnext = val; in vn_sizeof_VkPipelineRasterizationStateCreateInfo_pnext() 1251 const VkBaseInStructure *pnext = val; in vn_encode_VkPipelineRasterizationStateCreateInfo_pnext() [all …]
|
H A D | vn_protocol_driver_descriptor_set_layout.h | 122 const VkBaseInStructure *pnext = val; in vn_sizeof_VkDescriptorSetLayoutCreateInfo_pnext() 183 const VkBaseInStructure *pnext = val; in vn_encode_VkDescriptorSetLayoutCreateInfo_pnext() 348 const VkBaseInStructure *pnext = val; in vn_sizeof_VkDescriptorSetLayoutSupport_pnext() 441 const VkBaseInStructure *pnext = val; in vn_sizeof_VkDescriptorSetLayoutSupport_pnext_partial() 486 const VkBaseInStructure *pnext = val; in vn_encode_VkDescriptorSetLayoutSupport_pnext_partial()
|
H A D | vn_protocol_driver_render_pass.h | 360 const VkBaseInStructure *pnext = val; in vn_sizeof_VkRenderPassCreateInfo_pnext() 435 const VkBaseInStructure *pnext = val; in vn_encode_VkRenderPassCreateInfo_pnext() 632 const VkBaseInStructure *pnext = val; in vn_sizeof_VkAttachmentDescription2_pnext() 685 const VkBaseInStructure *pnext = val; in vn_encode_VkAttachmentDescription2_pnext() 787 const VkBaseInStructure *pnext = val; in vn_sizeof_VkAttachmentReference2_pnext() 834 const VkBaseInStructure *pnext = val; in vn_encode_VkAttachmentReference2_pnext() 995 const VkBaseInStructure *pnext = val; in vn_sizeof_VkSubpassDescription2_pnext() 1083 const VkBaseInStructure *pnext = val; in vn_encode_VkSubpassDescription2_pnext() 1166 const VkBaseInStructure *pnext = val; in vn_sizeof_VkSubpassDependency2_pnext() 1220 const VkBaseInStructure *pnext = val; in vn_encode_VkSubpassDependency2_pnext()
|
H A D | vn_protocol_driver_structs.h | 1113 const VkBaseInStructure *pnext = val; in vn_sizeof_VkWriteDescriptorSet_pnext() 1185 const VkBaseInStructure *pnext = val; in vn_encode_VkWriteDescriptorSet_pnext() 1365 const VkBaseInStructure *pnext = val; in vn_sizeof_VkMemoryRequirements2_pnext() 1458 const VkBaseInStructure *pnext = val; in vn_sizeof_VkMemoryRequirements2_pnext_partial() 1503 const VkBaseInStructure *pnext = val; in vn_encode_VkMemoryRequirements2_pnext_partial()
|
H A D | vn_protocol_driver_buffer_view.h | 19 const VkBaseInStructure *pnext = val; in vn_sizeof_VkBufferViewCreateInfo_pnext() 70 const VkBaseInStructure *pnext = val; in vn_encode_VkBufferViewCreateInfo_pnext()
|
H A D | vn_protocol_driver_device_memory.h | 297 const VkBaseInStructure *pnext = val; in vn_sizeof_VkMemoryAllocateInfo_pnext() 368 const VkBaseInStructure *pnext = val; in vn_encode_VkMemoryAllocateInfo_pnext() 653 const VkBaseInStructure *pnext = val; in vn_sizeof_VkMemoryResourcePropertiesMESA_pnext() 746 const VkBaseInStructure *pnext = val; in vn_sizeof_VkMemoryResourcePropertiesMESA_pnext_partial() 791 const VkBaseInStructure *pnext = val; in vn_encode_VkMemoryResourcePropertiesMESA_pnext_partial()
|
H A D | vn_protocol_driver_image_view.h | 125 const VkBaseInStructure *pnext = val; in vn_sizeof_VkImageViewCreateInfo_pnext() 189 const VkBaseInStructure *pnext = val; in vn_encode_VkImageViewCreateInfo_pnext()
|
H A D | vn_protocol_driver_framebuffer.h | 161 const VkBaseInStructure *pnext = val; in vn_sizeof_VkFramebufferCreateInfo_pnext() 218 const VkBaseInStructure *pnext = val; in vn_encode_VkFramebufferCreateInfo_pnext()
|
H A D | vn_protocol_driver_descriptor_pool.h | 90 const VkBaseInStructure *pnext = val; in vn_sizeof_VkDescriptorPoolCreateInfo_pnext() 154 const VkBaseInStructure *pnext = val; in vn_encode_VkDescriptorPoolCreateInfo_pnext()
|
H A D | vn_protocol_driver_sampler.h | 182 const VkBaseInStructure *pnext = val; in vn_sizeof_VkSamplerCreateInfo_pnext() 264 const VkBaseInStructure *pnext = val; in vn_encode_VkSamplerCreateInfo_pnext()
|
H A D | vn_protocol_driver_queue.h | 244 const VkBaseInStructure *pnext = val; in vn_sizeof_VkSubmitInfo_pnext() 331 const VkBaseInStructure *pnext = val; in vn_encode_VkSubmitInfo_pnext() 615 const VkBaseInStructure *pnext = val; in vn_sizeof_VkBindSparseInfo_pnext() 705 const VkBaseInStructure *pnext = val; in vn_encode_VkBindSparseInfo_pnext()
|
H A D | vn_protocol_driver_buffer.h | 125 const VkBaseInStructure *pnext = val; in vn_sizeof_VkBufferCreateInfo_pnext() 194 const VkBaseInStructure *pnext = val; in vn_encode_VkBufferCreateInfo_pnext() 324 const VkBaseInStructure *pnext = val; in vn_sizeof_VkBindBufferMemoryInfo_pnext() 371 const VkBaseInStructure *pnext = val; in vn_encode_VkBindBufferMemoryInfo_pnext()
|
/aosp_15_r20/external/virglrenderer/src/venus/ |
H A D | vkr_device_memory.c | 134 VkBaseInStructure *prev_of_res_info = NULL; in vkr_dispatch_vkAllocateMemory() 160 prev_of_res_info->pNext = (const struct VkBaseInStructure *)&local_import_info; in vkr_dispatch_vkAllocateMemory() 204 VkBaseInStructure *prev_of_export_info = vkr_find_prev_struct( in vkr_dispatch_vkAllocateMemory()
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | Context.cpp | 664 …const VkBaseInStructure *extensionCreateInfo = reinterpret_cast<const VkBaseInStructure *>(rasteri… in initialize() 706 extensionCreateInfo = reinterpret_cast<const VkBaseInStructure *>(viewportState->pNext); in initialize() 1051 …const VkBaseInStructure *extensionColorBlendInfo = reinterpret_cast<const VkBaseInStructure *>(col… in setColorBlendState()
|