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

/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_surfaceless.c229 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; local in function:surfaceless_probe_device
241 if (!(device->available_nodes & (1 << node_type)))
244 dri2_dpy->fd = loader_open_device(device->nodes[node_type]);
H A Dplatform_android.c1600 const unsigned node_type = DRM_NODE_RENDER; local in function:droid_open_device
1602 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; local in function:droid_open_device
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/
H A Dplatform_surfaceless.c271 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; local in function:surfaceless_probe_device
283 if (!(device->available_nodes & (1 << node_type)))
286 dri2_dpy->fd = loader_open_device(device->nodes[node_type]);
H A Dplatform_android.c1498 const unsigned node_type = DRM_NODE_RENDER; local in function:droid_open_device
1500 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; local in function:droid_open_device
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/
H A Dxf86drm.c4255 const char *node, int node_type,
4263 dev = drmDeviceAlloc(node_type, node, sizeof(drmPciBusInfo),
4413 int node_type, int maj, int min,
4420 dev = drmDeviceAlloc(node_type, node, sizeof(drmUsbBusInfo),
4547 const char *node, int node_type,
4555 dev = drmDeviceAlloc(node_type, node, sizeof(drmPlatformBusInfo),
4587 const char *node, int node_type,
4595 dev = drmDeviceAlloc(node_type, node, sizeof(drmHost1xBusInfo),
4633 int node_type, subsystem_type, written; local in function:process_device
4637 node_type
4254 drmProcessPciDevice(drmDevicePtr * device,const char * node,int node_type,int maj,int min,bool fetch_deviceinfo,uint32_t flags) argument
4412 drmProcessUsbDevice(drmDevicePtr * device,const char * node,int node_type,int maj,int min,bool fetch_deviceinfo,uint32_t flags) argument
4546 drmProcessPlatformDevice(drmDevicePtr * device,const char * node,int node_type,int maj,int min,bool fetch_deviceinfo,uint32_t flags) argument
4586 drmProcessHost1xDevice(drmDevicePtr * device,const char * node,int node_type,int maj,int min,bool fetch_deviceinfo,uint32_t flags) argument
4690 int node_type, i, j; local in function:drmFoldDuplicatedDevices
4755 int node_type, subsystem_type; local in function:drmGetDeviceFromDevId
4868 int maj, min, node_type; local in function:drmGetNodeTypeFromDevId
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.h355 node* create_node(node_type nt, node_subtype nst,
366 container_node* create_container(node_type nt = NT_LIST,
H A Dsb_ir.h664 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,
H A Dsb_shader.cpp257 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/gallium/drivers/r600/sb/
H A Dsb_shader.h355 node* create_node(node_type nt, node_subtype nst,
366 container_node* create_container(node_type nt = NT_LIST,
H A Dsb_ir.h664 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,
H A Dsb_shader.cpp257 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/
H A Dradv_acceleration_structure.c1194 nir_ssa_def *node_type = nir_iand(b, node_id, nir_imm_int(b, 7)); local in function:determine_bounds
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)));

Completed in 24 milliseconds