Searched refs:device_type (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/ |
| H A D | xf86-input-inputtest.c | 95 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 D | device.cpp | 31 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 D | dispatch.hpp | 61 cl_device_type device_type, 83 cl_device_type device_type,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/ |
| H A D | device.cpp | 48 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 D | bios_reader.c | 228 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 D | lava_job_submitter.py | 66 'device_type': args.device_type,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_bios.c | 277 if (!child->device_type) {
|
| H A D | i830_bios.h | 190 uint16_t device_type; /* See DEVICE_TYPE_* above */ member in struct:child_device_config
|
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl.h | 863 cl_device_type device_type, 924 cl_device_type device_type,
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl.h | 959 cl_device_type device_type, 1020 cl_device_type device_type,
|
| H A D | cl_icd.h | 55 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 D | radv_device.c | 1799 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