Searched refs:VkPipelineLayoutCreateInfo (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h99 VKAPI_ATTR VkResult CreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
H A Dnull_driver.cpp1057 const VkPipelineLayoutCreateInfo*,
1056 CreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo*, const VkAllocationCallbacks* , VkPipelineLayout* layout) argument
/frameworks/rs/rsov/driver/
H A DrsovScript.cpp300 VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = {
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2020 typedef struct VkPipelineLayoutCreateInfo { struct
2028 } VkPipelineLayoutCreateInfo; typedef in typeref:struct:VkPipelineLayoutCreateInfo
2428 typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineLayout)(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
2871 const VkPipelineLayoutCreateInfo* pCreateInfo,
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp350 VKAPI_ATTR VkResult CreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
899 VKAPI_ATTR VkResult CreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) {
1570 VKAPI_ATTR VkResult vkCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) {

Completed in 155 milliseconds