Home | History | Annotate | Download | only in layers

Lines Matching refs:CreateComputePipelines

6646 CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t count,
6676 dev_data->dispatch_table.CreateComputePipelines(device, pipelineCache, count, pCreateInfos, pAllocator, pPipelines);
11969 {"vkCreateComputePipelines", reinterpret_cast<PFN_vkVoidFunction>(CreateComputePipelines)},