Home
last modified time | relevance | path

Searched defs:entryPointName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp399 Value entryPointName = createEntryPointNameConstant( in translateVulkanLaunchCall() local
/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp52 void VulkanRuntime::setEntryPoint(const char *entryPointName) { in setEntryPoint()