Searched defs:pipelineLayout (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp414 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator);
1039 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) { argument
1040 GetData(device).dispatch.DestroyPipelineLayout(device, pipelineLayout, pAllocator);
1843 VKAPI_ATTR void vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) { argument
1844 vulkan::api::DestroyPipelineLayout(device, pipelineLayout, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1292 void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* allocator) { argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan_core.h2777 typedef void (VKAPI_PTR *PFN_vkDestroyPipelineLayout)(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator);
3225 VkPipelineLayout pipelineLayout,
4220 VkPipelineLayout pipelineLayout; member in struct:VkDescriptorUpdateTemplateCreateInfo
6309 VkPipelineLayout pipelineLayout; member in struct:VkObjectTableDescriptorSetEntryNVX
6329 VkPipelineLayout pipelineLayout; member in struct:VkObjectTablePushConstantEntryNVX

Completed in 155 milliseconds