| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| platform_surfaceless.c | 229 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; local 241 if (!(device->available_nodes & (1 << node_type))) 244 dri2_dpy->fd = loader_open_device(device->nodes[node_type]);
|
| platform_android.c | 1600 const unsigned node_type = DRM_NODE_RENDER; local 1602 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; local 1615 if (!(device->available_nodes & (1 << node_type))) 1618 dri2_dpy->fd = loader_open_device(device->nodes[node_type]); 1621 __func__, device->nodes[node_type]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| platform_surfaceless.c | 271 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; local 283 if (!(device->available_nodes & (1 << node_type))) 286 dri2_dpy->fd = loader_open_device(device->nodes[node_type]);
|
| platform_android.c | 1498 const unsigned node_type = DRM_NODE_RENDER; local 1500 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; local 1513 if (!(device->available_nodes & (1 << node_type))) 1516 dri2_dpy->fd = loader_open_device(device->nodes[node_type]); 1519 __func__, device->nodes[node_type]);
|
| /xsrc/external/mit/libdrm/dist/ |
| xf86drm.c | 4268 const char *node, int node_type, 4276 dev = drmDeviceAlloc(node_type, node, sizeof(drmPciBusInfo), 4426 int node_type, int maj, int min, 4433 dev = drmDeviceAlloc(node_type, node, sizeof(drmUsbBusInfo), 4560 const char *node, int node_type, 4568 dev = drmDeviceAlloc(node_type, node, sizeof(drmPlatformBusInfo), 4600 const char *node, int node_type, 4608 dev = drmDeviceAlloc(node_type, node, sizeof(drmHost1xBusInfo), 4666 const char *node, int node_type, 4674 dev = drmDeviceAlloc(node_type, node, sizeof(drmFauxBusInfo), 0, &ptr) 4702 int node_type, subsystem_type, written; local 4762 int node_type, i, j; local 4827 int node_type, subsystem_type; local 4940 int maj, min, node_type; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_shader.h | 355 node* create_node(node_type nt, node_subtype nst, 366 container_node* create_container(node_type nt = NT_LIST,
|
| sb_ir.h | 664 enum node_type { enum in namespace:r600_sb 770 node(node_type nt, node_subtype nst, node_flags flags = NF_EMPTY) 781 node_type type; 881 container_node(node_type nt = NT_LIST, node_subtype nst = NST_LIST,
|
| sb_shader.cpp | 257 node* shader::create_node(node_type nt, node_subtype nst, node_flags flags) { 320 container_node* shader::create_container(node_type nt, node_subtype nst,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_shader.h | 355 node* create_node(node_type nt, node_subtype nst, 366 container_node* create_container(node_type nt = NT_LIST,
|
| sb_ir.h | 664 enum node_type { enum in namespace:r600_sb 769 node(node_type nt, node_subtype nst, node_flags flags = NF_EMPTY) 780 node_type type; 880 container_node(node_type nt = NT_LIST, node_subtype nst = NST_LIST,
|
| sb_shader.cpp | 257 node* shader::create_node(node_type nt, node_subtype nst, node_flags flags) { 320 container_node* shader::create_container(node_type nt, node_subtype nst,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_acceleration_structure.c | 1194 nir_ssa_def *node_type = nir_iand(b, node_id, nir_imm_int(b, 7)); local 1199 nir_push_if(b, nir_ieq(b, node_type, nir_imm_int(b, 0))); 1215 nir_push_if(b, nir_ieq(b, node_type, nir_imm_int(b, 5))); 1233 nir_push_if(b, nir_ieq(b, node_type, nir_imm_int(b, 6)));
|