Searched defs:VkPipelineLayoutCreateInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1007 const VkPipelineLayoutCreateInfo*,
1006 CreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo*, const VkAllocationCallbacks* , VkPipelineLayout* layout) argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1893 typedef struct VkPipelineLayoutCreateInfo { struct
1901 } VkPipelineLayoutCreateInfo; typedef in typeref:struct:VkPipelineLayoutCreateInfo
2301 typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineLayout)(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
2744 const VkPipelineLayoutCreateInfo* pCreateInfo,

Completed in 23 milliseconds