Home
last modified time | relevance | path

Searched refs:pNext (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc117 device.ext_driver_properties.driver_properties_khr.pNext = in VkJsonGetDevice()
118 properties.pNext; in VkJsonGetDevice()
119 properties.pNext = in VkJsonGetDevice()
134 device.ext_variable_pointer_features.variable_pointer_features_khr.pNext = in VkJsonGetDevice()
135 features.pNext; in VkJsonGetDevice()
136 features.pNext = in VkJsonGetDevice()
191 device.subgroup_properties.pNext = properties2.pNext; in VkJsonGetDevice()
192 properties2.pNext = &device.subgroup_properties; in VkJsonGetDevice()
196 device.point_clipping_properties.pNext = properties2.pNext; in VkJsonGetDevice()
197 properties2.pNext = &device.point_clipping_properties; in VkJsonGetDevice()
[all …]
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp45 void* pNext; in free_features_extensions_structs() member
48 void* pNext = features.pNext; in free_features_extensions_structs() local
49 while (pNext) { in free_features_extensions_structs()
50 void* current = pNext; in free_features_extensions_structs()
51 pNext = static_cast<CommonVulkanHeader*>(current)->pNext; in free_features_extensions_structs()
227 features.pNext = nullptr; in setupDevice()
230 void** tailPNext = &features.pNext; in setupDevice()
238 blend->pNext = nullptr; in setupDevice()
240 tailPNext = &blend->pNext; in setupDevice()
248 ycbcrFeature->pNext = nullptr; in setupDevice()
[all …]
DVulkanSurface.cpp170 surfaceCreateInfo.pNext = nullptr; in Create()
268 externalImageFormatInfo.pNext = nullptr; in Create()
274 imageFormatInfo.pNext = &externalImageFormatInfo; in Create()
283 hwbUsage.pNext = nullptr; in Create()
287 imgFormProps.pNext = &hwbUsage; in Create()
/frameworks/native/vulkan/include/vulkan/
Dvk_layer_interface.h40 struct VkLayerInstanceLink_* pNext; member
51 const void* pNext; member
60 struct VkLayerDeviceLink_* pNext; member
67 const void* pNext; member
Dvk_android_native_buffer.h66 const void* pNext; member
84 const void* pNext; member
91 const void* pNext; member
/frameworks/native/vulkan/api/
Dvulkan.api3689 const void* pNext /// Next structure in chain
3701 const void* pNext /// Next structure in chain
3720 …const void* pNext /// Pointer to next structure
3729 …const void* pNext /// Pointer to next structu…
3742 …const void* pNext /// Pointer to next structu…
3767 …const void* pNext /// Pointer to next structu…
3804 …const void* pNext /// Pointer to next structu…
3838 …const void* pNext /// Pointer to next structu…
3851 …const void* pNext /// Pointer to next structu…
3863 …const void* pNext /// Pointer to next structu…
[all …]
/frameworks/rs/rsov/driver/
DrsovContext.cpp34 .pNext = nullptr, in Initialize()
43 .pNext = nullptr, in Initialize()
80 .pNext = nullptr, in Initialize()
87 .pNext = nullptr, in Initialize()
136 .pNext = nullptr, in Initialize()
DrsovScript.cpp353 .pNext = nullptr, in InitDescriptorAndPipelineLayouts()
369 .pNext = nullptr, in InitDescriptorAndPipelineLayouts()
385 mShaderStage.pNext = nullptr; in InitShader()
403 .pNext = nullptr, in InitShader()
423 .pNext = nullptr, in InitDescriptorPool()
477 .pNext = NULL, in InitDescriptorSet()
543 .pNext = nullptr, in InitPipeline()
573 .pNext = nullptr, in runForEach()
584 .pNext = nullptr, in runForEach()
615 .pNext = nullptr, in runForEach()
DrsovAllocation.cpp243 .pNext = nullptr, in InitBuffer()
259 .pNext = nullptr, in InitBuffer()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c701 …VkFenceCreateInfo fence_ci = {.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO, .pNext = NULL, .flags … in demo_flush_init_cmd()
707 .pNext = NULL, in demo_flush_init_cmd()
733 .pNext = NULL, in demo_set_image_layout()
784 .pNext = NULL, in demo_draw_build_cmd()
794 .pNext = NULL, in demo_draw_build_cmd()
812 .pNext = NULL, in demo_draw_build_cmd()
820 label.pNext = NULL; in demo_draw_build_cmd()
834 label.pNext = NULL; in demo_draw_build_cmd()
864 label.pNext = NULL; in demo_draw_build_cmd()
892 .pNext = NULL, in demo_draw_build_cmd()
[all …]
/frameworks/native/vulkan/libvulkan/
Dapi.cpp683 layer.instance_link.pNext = nullptr; in SetupLayerLinks()
692 layer.instance_link.pNext = in SetupLayerLinks()
709 layer.device_link.pNext = nullptr; in SetupLayerLinks()
720 layer.device_link.pNext = in SetupLayerLinks()
739 link_info.pNext = info.pNext; in ModifyCreateInfo()
745 cb_info.pNext = &link_info; in ModifyCreateInfo()
749 info.pNext = &cb_info; in ModifyCreateInfo()
767 link_info.pNext = info.pNext; in ModifyCreateInfo()
773 cb_info.pNext = &link_info; in ModifyCreateInfo()
777 info.pNext = &cb_info; in ModifyCreateInfo()
Dswapchain.cpp792 while (caps->pNext) { in GetPhysicalDeviceSurfaceCapabilities2KHR()
793 caps = reinterpret_cast<VkSurfaceCapabilities2KHR*>(caps->pNext); in GetPhysicalDeviceSurfaceCapabilities2KHR()
1270 .pNext = nullptr, in CreateSwapchainKHR()
1278 .pNext = &swapchain_image_create, in CreateSwapchainKHR()
1282 .pNext = &image_native_buffer, in CreateSwapchainKHR()
1559 reinterpret_cast<const VkPresentRegionsKHR*>(present_info->pNext); in QueuePresentKHR()
1574 next = reinterpret_cast<const VkPresentRegionsKHR*>(next->pNext); in QueuePresentKHR()
1880 bind_infos[idx].pNext); in InterceptBindImageMemory2()
1885 info->pNext); in InterceptBindImageMemory2()
1905 .pNext = bind_infos[idx].pNext, in InterceptBindImageMemory2()
[all …]
Ddriver.cpp392 header = reinterpret_cast<const StructHeader*>(instance_info_.pNext); in SanitizePNext()
399 instance_info_.pNext = header; in SanitizePNext()
401 header = reinterpret_cast<const StructHeader*>(dev_info_.pNext); in SanitizePNext()
408 dev_info_.pNext = header; in SanitizePNext()
903 presentation_properties->pNext = nullptr; in QueryPresentationProperties()
Ddebug_report.h89 : instance_pnext_(info.pNext), callbacks_(nullptr) {} in DebugReportLogger()
Ddebug_report.cpp93 info->pNext); in Message()
/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp426 pPresentInfo->pNext, pPresentInfo->swapchainCount, in doQueuePresent()
568 .pNext = NULL, in initializeVkSyncObjects()
580 .pNext = NULL, in initializeVkSyncObjects()
588 {.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO, .pNext = NULL, .flags = 0}; in initializeVkSyncObjects()
597 {.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, .pNext = NULL, .flags = 0}; in initializeVkSyncObjects()
614 .pNext = NULL, in initializeVkSyncObjects()
627 .pNext = NULL, in initializeVkSyncObjects()
740 submit_info.pNext = NULL; in doQueuePresent()
756 pPresentInfo->pNext, pPresentInfo->swapchainCount, in doQueuePresent()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp529 while (properties->pNext) { in GetPhysicalDeviceProperties2KHR()
530 properties = reinterpret_cast<VkPhysicalDeviceProperties2KHR *>(properties->pNext); in GetPhysicalDeviceProperties2KHR()