Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp126 static VkPipelineLayout g_hPipelineLayout; variable
1049 if(g_hPipelineLayout != VK_NULL_HANDLE) in CreateSwapchain()
1051 vkDestroyPipelineLayout(g_hDevice, g_hPipelineLayout, g_Allocs); in CreateSwapchain()
1052 g_hPipelineLayout = VK_NULL_HANDLE; in CreateSwapchain()
1067 …ARD_VULKAN( vkCreatePipelineLayout(g_hDevice, &pipelineLayoutInfo, g_Allocs, &g_hPipelineLayout) ); in CreateSwapchain()
1264 pipelineInfo.layout = g_hPipelineLayout; in CreateSwapchain()
1360 if(g_hPipelineLayout != VK_NULL_HANDLE) in DestroySwapchain()
1362 vkDestroyPipelineLayout(g_hDevice, g_hPipelineLayout, g_Allocs); in DestroySwapchain()
1363 g_hPipelineLayout = VK_NULL_HANDLE; in DestroySwapchain()
2349 g_hPipelineLayout, in DrawFrame()
[all …]