Searched refs:device_type (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/
H A Dxf86-input-inputtest.c95 uint32_t device_type; member in struct:__anonb99834750108
494 switch (driver_data->device_type) {
927 switch (driver_data->device_type) {
936 driver_data->device_type);
1062 driver_data->device_type = DEVICE_KEYBOARD;
1064 driver_data->device_type = DEVICE_POINTER;
1066 driver_data->device_type = DEVICE_POINTER_GESTURE;
1068 driver_data->device_type = DEVICE_POINTER_ABS;
1070 driver_data->device_type = DEVICE_POINTER_ABS_PROXIMITY;
1072 driver_data->device_type
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Ddevice.cpp31 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, argument
43 if (((device_type & CL_DEVICE_TYPE_DEFAULT) &&
45 (device_type & dev.type()))
H A Ddispatch.hpp61 cl_device_type device_type,
83 cl_device_type device_type,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Ddevice.cpp48 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, argument
60 if (((device_type & CL_DEVICE_TYPE_DEFAULT) &&
62 (device_type & dev.type()))
/xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
H A Dbios_reader.c228 if (!child->device_type) {
263 if (!child->device_type)
266 printf("\t\tType: 0x%04x\n", child->device_type);
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/
H A Dlava_job_submitter.py66 'device_type': args.device_type,
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_bios.c277 if (!child->device_type) {
H A Di830_bios.h190 uint16_t device_type; /* See DEVICE_TYPE_* above */ member in struct:child_device_config
/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl.h863 cl_device_type device_type,
924 cl_device_type device_type,
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl.h959 cl_device_type device_type,
1020 cl_device_type device_type,
H A Dcl_icd.h55 cl_platform_id platform, cl_device_type device_type, cl_uint num_entries,
91 const cl_context_properties *properties, cl_device_type device_type,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c1799 VkPhysicalDeviceType device_type; local in function:radv_GetPhysicalDeviceProperties
1802 device_type = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU;
1804 device_type = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU;
1812 .deviceType = device_type,

Completed in 29 milliseconds