Home
last modified time | relevance | path

Searched defs:device_version (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_extensions.py28 device_version = (1,0,0) variable in Version
/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp516 device::device_version() const { in device_version() function in device
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.cc108 const std::string device_version = device_->getInfo<CL_DEVICE_VERSION>(); in InitGPUDevice() local
473 GpuInfo OpenCLRuntime::ParseGpuInfo(std::string device_name, std::string device_version) { in ParseGpuInfo()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp186 const cl_version device_version) { in get_language_version()