Home
last modified time | relevance | path

Searched refs:d_platform (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp53 clover::GetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in GetPlatformInfo() argument
57 auto &platform = obj(d_platform); in GetPlatformInfo()
98 clover::GetExtensionFunctionAddressForPlatform(cl_platform_id d_platform, in GetExtensionFunctionAddressForPlatform() argument
100 obj(d_platform); in GetExtensionFunctionAddressForPlatform()
215 clGetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in clGetPlatformInfo() argument
217 return GetPlatformInfo(d_platform, param, size, r_buf, r_size); in clGetPlatformInfo()
226 clGetExtensionFunctionAddressForPlatform(cl_platform_id d_platform, in clGetExtensionFunctionAddressForPlatform() argument
228 return GetExtensionFunctionAddressForPlatform(d_platform, p_name); in clGetExtensionFunctionAddressForPlatform()
Dcontext.cpp67 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()
Ddispatch.hpp36 GetPlatformInfo(cl_platform_id d_platform, cl_platform_info param,
43 GetExtensionFunctionAddressForPlatform(cl_platform_id d_platform,
Ddevice.cpp31 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, in clGetDeviceIDs() argument
34 auto &platform = obj(d_platform); in clGetDeviceIDs()
Dprogram.cpp402 clUnloadPlatformCompiler(cl_platform_id d_platform) { in clUnloadPlatformCompiler() argument