Home
last modified time | relevance | path

Searched refs:smDesc (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc67 …lLaunch(const void *stubFunc, uint32_t blockDim, void *args, uint32_t argsSize, rtSmDesc_t *smDesc, in rtKernelLaunch() argument
189 … const void *args, uint32_t argsSize, rtSmDesc_t *smDesc, rtStream_t stream, in rtCpuKernelLaunchWithFlag() argument
203 rtSmDesc_t *smDesc, rtStream_t stream, uint32_t flags) { in rtKernelLaunchWithFlag() argument
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp960 wgpu::ShaderModuleDescriptor smDesc; in createShaderModule() local
961 smDesc.nextInChain = &desc; in createShaderModule()
963 return fDevice.CreateShaderModule(&smDesc); in createShaderModule()