Searched refs:smDesc (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/tests/ut/cpp/stub/runtime/ |
D | runtime_stub.cc | 67 …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/ |
D | GrDawnGpu.cpp | 960 wgpu::ShaderModuleDescriptor smDesc; in createShaderModule() local 961 smDesc.nextInChain = &desc; in createShaderModule() 963 return fDevice.CreateShaderModule(&smDesc); in createShaderModule()
|