Searched refs:string_property (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | platform.cpp | 50 return string_property(buf, size, size_ret, "FULL_PROFILE"); in clGetPlatformInfo() 53 return string_property(buf, size, size_ret, in clGetPlatformInfo() 57 return string_property(buf, size, size_ret, "Default"); in clGetPlatformInfo() 60 return string_property(buf, size, size_ret, "Mesa"); in clGetPlatformInfo() 63 return string_property(buf, size, size_ret, ""); in clGetPlatformInfo()
|
D | device.cpp | 213 return string_property(buf, size, size_ret, dev->device_name()); in clGetDeviceInfo() 216 return string_property(buf, size, size_ret, dev->vendor_name()); in clGetDeviceInfo() 219 return string_property(buf, size, size_ret, MESA_VERSION); in clGetDeviceInfo() 222 return string_property(buf, size, size_ret, "FULL_PROFILE"); in clGetDeviceInfo() 225 return string_property(buf, size, size_ret, "OpenCL 1.1 MESA " MESA_VERSION); in clGetDeviceInfo() 228 return string_property(buf, size, size_ret, ""); in clGetDeviceInfo() 258 return string_property(buf, size, size_ret, "OpenCL C 1.1"); in clGetDeviceInfo()
|
D | program.cpp | 193 return string_property(buf, size, size_ret, prog->source()); in clGetProgramInfo() 238 return string_property(buf, size, size_ret, prog->build_opts(dev)); in clGetProgramBuildInfo() 241 return string_property(buf, size, size_ret, prog->build_log(dev)); in clGetProgramBuildInfo()
|
D | util.hpp | 92 string_property(void *buf, size_t size, size_t *size_ret, in string_property() function
|
D | kernel.cpp | 127 return string_property(buf, size, size_ret, kern->name()); in clGetKernelInfo()
|