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

/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp4947 // Used by CreatePipelineLayout and CmdPushConstants.
4948 // Note that the index argument is optional and only used by CreatePipelineLayout.
5395 VKAPI_ATTR VkResult VKAPI_CALL CreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo *pCreateInfo, function in namespace:core_validation
5402 VkResult result = dev_data->dispatch_table.CreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout);
11907 {"vkCreatePipelineLayout", (void *)CreatePipelineLayout},

Completed in 291 milliseconds