Home
last modified time | relevance | path

Searched defs:num_devices (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/tool/pps/
Dpps_device.cc25 int num_devices = drmGetDevices2(0, devices, MAX_DRM_DEVICES); in device_count() local
70 int num_devices = drmGetDevices2(0, devices, MAX_DRM_DEVICES); in create_all() local
100 int num_devices = drmGetDevices2(0, devices, MAX_DRM_DEVICES); in create() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstgldisplay_egl_device.c102 EGLint num_devices = 0; in gst_gl_display_egl_device_new() local
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dcontext.cpp71 cl_uint num_devices; in clCreateContextFromType() local
/third_party/mesa3d/src/egl/main/
Degldevice.c323 EGLint *num_devices) in _eglQueryDevicesEXT()
Deglapi.c2671 EGLint *num_devices) in eglQueryDevicesEXT()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs.cpp62 cl_uint *num_devices) in GetDeviceIDs()
80 cl_uint num_devices, in CreateSubDevices()
131 cl_uint num_devices, in CreateContext()
407 cl_uint num_devices, in CreateProgramWithBinary()
419 cl_uint num_devices, in CreateProgramWithBuiltInKernels()
450 cl_uint num_devices, in BuildProgram()
460 cl_uint num_devices, in CompileProgram()
475 cl_uint num_devices, in LinkProgram()
Dentry_points_cl_autogen.cpp64 cl_uint *num_devices) in clGetDeviceIDs()
106 cl_uint num_devices, in clCreateContext()
433 cl_uint num_devices, in clCreateProgramWithBinary()
481 cl_uint num_devices, in clBuildProgram()
1563 cl_uint num_devices, in clCreateSubDevices()
1630 cl_uint num_devices, in clCreateProgramWithBuiltInKernels()
1657 cl_uint num_devices, in clCompileProgram()
1685 cl_uint num_devices, in clLinkProgram()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.cpp36 cl_uint *num_devices) in clGetDeviceIDs()
53 cl_uint num_devices, in clCreateContext()
201 cl_uint num_devices, in clCreateProgramWithBinary()
223 cl_uint num_devices, in clBuildProgram()
753 cl_uint num_devices, in clCreateSubDevices()
783 cl_uint num_devices, in clCreateProgramWithBuiltInKernels()
793 cl_uint num_devices, in clCompileProgram()
809 cl_uint num_devices, in clLinkProgram()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_surfaceless.c241 int i, num_devices; in surfaceless_probe_device() local
Dplatform_ohos.c1160 int num_devices; in ohos_open_device() local
Dplatform_android.c1601 int num_devices; in droid_open_device() local
/third_party/mesa3d/src/loader/
Dloader.c173 int i, num_devices, fd = -1; in loader_open_render_node() local
360 int i, num_devices, fd = -1; in loader_get_user_preferred_fd() local
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-detect.c120 UInt32 i, size, num_devices; in ca_update_device_list() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationCL.cpp550 const cl_uint *num_devices) in ValidateGetDeviceIDs()
682 cl_uint num_devices, in ValidateCreateContext()
1043 cl_uint num_devices, in ValidateCreateProgramWithBinary()
1094 cl_uint num_devices, in ValidateBuildProgram()
2643 cl_uint num_devices, in ValidateCreateSubDevices()
2864 cl_uint num_devices, in ValidateCreateProgramWithBuiltInKernels()
2913 cl_uint num_devices, in ValidateCompileProgram()
2982 cl_uint num_devices, in ValidateLinkProgram()
/third_party/libinput/test/
Dtest-keyboard.c35 const int num_devices = ARRAY_LENGTH(devices); in START_TEST() local
Dtest-udev.c387 int num_devices = 0; in START_TEST() local
Dtest-pointer.c971 const int num_devices = ARRAY_LENGTH(devices); in START_TEST() local
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp263 cl_uint *num_devices) in clGetDeviceIDs()
282 cl_context clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_d… in clCreateContext()
342 cl_program clCreateProgramWithBinary(cl_context context, cl_uint num_devices, const cl_device_id *d… in clCreateProgramWithBinary()
391 cl_int clBuildProgram(cl_program program, cl_uint num_devices, const cl_device_id *device_list, con… in clBuildProgram()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdevice.c145 int num_devices = 1; variable
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmftransform.cpp458 UINT32 num_devices, i; in gst_mf_transform_thread_func() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_private.h165 int num_devices; member