Searched refs:d_platform (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | platform.cpp | 49 clover::GetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in GetPlatformInfo() argument 53 obj(d_platform); in GetPlatformInfo() 95 clover::GetExtensionFunctionAddressForPlatform(cl_platform_id d_platform, in GetExtensionFunctionAddressForPlatform() argument 97 obj(d_platform); in GetExtensionFunctionAddressForPlatform() 121 clGetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in clGetPlatformInfo() argument 123 return GetPlatformInfo(d_platform, param, size, r_buf, r_size); in clGetPlatformInfo() 132 clGetExtensionFunctionAddressForPlatform(cl_platform_id d_platform, in clGetExtensionFunctionAddressForPlatform() argument 134 return GetExtensionFunctionAddressForPlatform(d_platform, p_name); in clGetExtensionFunctionAddressForPlatform()
|
D | context.cpp | 67 cl_platform_id d_platform; in clCreateContextFromType() local 73 ret = clGetPlatformIDs(1, &d_platform, &num_platforms); in clCreateContextFromType() 77 ret = clGetDeviceIDs(d_platform, type, 0, NULL, &num_devices); in clCreateContextFromType() 81 ret = clGetDeviceIDs(d_platform, type, num_devices, devs.data(), 0); in clCreateContextFromType()
|
D | device.cpp | 31 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, in clGetDeviceIDs() argument 34 auto &platform = obj(d_platform); in clGetDeviceIDs()
|
D | dispatch.hpp | 774 GetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, 781 GetExtensionFunctionAddressForPlatform(cl_platform_id d_platform,
|
D | program.cpp | 314 clUnloadPlatformCompiler(cl_platform_id d_platform) { in clUnloadPlatformCompiler() argument
|