Home
last modified time | relevance | path

Searched refs:GetPlatformInfo (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/compute/common/cl/
Dfind_cl.c59 cl(GetPlatformInfo(platform_ids[ii], in clFindIdsByName()
67 cl(GetPlatformInfo(platform_ids[ii], in clFindIdsByName()
/external/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp53 clover::GetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in GetPlatformInfo() function in clover
217 return GetPlatformInfo(d_platform, param, size, r_buf, r_size); in clGetPlatformInfo()
Ddispatch.hpp36 GetPlatformInfo(cl_platform_id d_platform, cl_platform_info param,
Ddispatch.cpp28 GetPlatformInfo,
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc51 T GetPlatformInfo(cl_platform_id id, cl_platform_info info) { in GetPlatformInfo() function
60 std::string GetPlatformInfo(cl_platform_id id, cl_platform_info info) { in GetPlatformInfo() function
289 return GetPlatformInfo(platform_id_, CL_PLATFORM_VERSION); in GetPlatformVersion()
/external/angle/src/libGLESv2/
Dcl_stubs_autogen.h19 cl_int GetPlatformInfo(cl_platform_id platform,
Dentry_points_cl_autogen.cpp44 CL_EVENT(GetPlatformInfo, in clGetPlatformInfo()
53 ANGLE_CL_VALIDATE_ERROR(GetPlatformInfo, platform, param_namePacked, param_value_size, in clGetPlatformInfo()
56 return GetPlatformInfo(platform, param_namePacked, param_value_size, param_value, in clGetPlatformInfo()
Dcl_stubs.cpp48 cl_int GetPlatformInfo(cl_platform_id platform, in GetPlatformInfo() function