Home
last modified time | relevance | path

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

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h102 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAll…
Dnull_driver.cpp1323 void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCall… in DestroyPipelineLayout() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp464 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAll…
1206 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAll… in DestroyPipelineLayout() argument
1207 GetData(device).dispatch.DestroyPipelineLayout(device, pipelineLayout, pAllocator); in DestroyPipelineLayout()
2216 VKAPI_ATTR void vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkA… in vkDestroyPipelineLayout() argument
2217 vulkan::api::DestroyPipelineLayout(device, pipelineLayout, pAllocator); in vkDestroyPipelineLayout()