Searched refs:pipelineLayout (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp351 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator);
904 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) { argument
905 GetData(device).dispatch.DestroyPipelineLayout(device, pipelineLayout, pAllocator);
1576 VKAPI_ATTR void vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) { argument
1577 vulkan::api::DestroyPipelineLayout(device, pipelineLayout, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h100 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator);
H A Dnull_driver.cpp1280 void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* allocator) { argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2545 typedef void (VKAPI_PTR *PFN_vkDestroyPipelineLayout)(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator);
2993 VkPipelineLayout pipelineLayout,
4577 VkPipelineLayout pipelineLayout; member in struct:VkDescriptorUpdateTemplateCreateInfoKHR
5779 VkPipelineLayout pipelineLayout; member in struct:VkObjectTableDescriptorSetEntryNVX
5799 VkPipelineLayout pipelineLayout; member in struct:VkObjectTablePushConstantEntryNVX

Completed in 87 milliseconds