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

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1069 const VkPipelineLayoutCreateInfo*,
1068 CreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo*, const VkAllocationCallbacks* , VkPipelineLayout* layout) argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan_core.h2368 typedef struct VkPipelineLayoutCreateInfo { struct
2376 } VkPipelineLayoutCreateInfo; typedef in typeref:struct:VkPipelineLayoutCreateInfo
2776 typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineLayout)(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
3219 const VkPipelineLayoutCreateInfo* pCreateInfo,

Completed in 391 milliseconds