HomeSort by: relevance | last modified time | path
    Searched refs:id (Results 1 - 25 of 2044) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/tool/pps/
pps_counter.cc 19 Counter::Counter(int32_t id, const std::string &name, int32_t group)
20 : id {id}
24 assert(id >= 0 && "Invalid counter ID");
25 assert(group >= 0 && "Invalid group ID");
30 return id == other.id;
  /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
vn_protocol_driver_handles.h 24 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_INSTANCE); local
25 vn_encode_uint64_t(enc, &id);
31 uint64_t id; local
32 vn_decode_uint64_t(dec, &id);
33 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_INSTANCE);
47 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_PHYSICAL_DEVICE); local
48 vn_encode_uint64_t(enc, &id);
54 uint64_t id; local
55 vn_decode_uint64_t(dec, &id);
56 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_PHYSICAL_DEVICE)
70 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DEVICE); local
77 uint64_t id; local
93 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_QUEUE); local
100 uint64_t id; local
116 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_COMMAND_BUFFER); local
123 uint64_t id; local
139 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DEVICE_MEMORY); local
146 uint64_t id; local
162 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_COMMAND_POOL); local
169 uint64_t id; local
185 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_BUFFER); local
192 uint64_t id; local
208 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_BUFFER_VIEW); local
215 uint64_t id; local
231 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_IMAGE); local
238 uint64_t id; local
254 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_IMAGE_VIEW); local
261 uint64_t id; local
277 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_SHADER_MODULE); local
284 uint64_t id; local
300 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_PIPELINE); local
307 uint64_t id; local
323 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_PIPELINE_LAYOUT); local
330 uint64_t id; local
346 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_SAMPLER); local
353 uint64_t id; local
369 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DESCRIPTOR_SET); local
376 uint64_t id; local
392 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT); local
399 uint64_t id; local
415 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DESCRIPTOR_POOL); local
422 uint64_t id; local
438 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_FENCE); local
445 uint64_t id; local
461 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_SEMAPHORE); local
468 uint64_t id; local
484 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_EVENT); local
491 uint64_t id; local
507 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_QUERY_POOL); local
514 uint64_t id; local
530 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_FRAMEBUFFER); local
537 uint64_t id; local
553 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_RENDER_PASS); local
560 uint64_t id; local
576 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_PIPELINE_CACHE); local
583 uint64_t id; local
599 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE); local
606 uint64_t id; local
622 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION); local
629 uint64_t id; local
    [all...]
  /xsrc/external/mit/libXfont/dist/src/stubs/
delfntcid.c 11 DeleteFontClientID(Font id)
13 OVERRIDE_SYMBOL(DeleteFontClientID, id);
findoldfnt.c 11 find_old_font(FSID id)
13 OVERRIDE_SYMBOL(find_old_font, id);
stfntcfnt.c 11 StoreFontClientFont(FontPtr pfont, Font id)
13 OVERRIDE_SYMBOL(StoreFontClientFont, pfont, id);
  /xsrc/external/mit/MesaLib/dist/src/android_stub/
hardware_stub.cpp 5 int hw_get_module(const char *id, const struct hw_module_t **module)
  /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
util.h 34 char * afuc_control_reg_name(unsigned id);
37 char * afuc_pipe_reg_name(unsigned id);
38 bool afuc_pipe_reg_is_void(unsigned id);
41 char * afuc_gpu_reg_name(unsigned id);
46 const char * afuc_pm_id_name(unsigned id);
  /xsrc/external/mit/libX11/dist/src/xcms/
PrOfId.c 52 XcmsColorFormat id)
56 * space ID if the color space is found in the Color
77 if ((*papColorSpaces)->id == id) {
90 if ((*papColorSpaces)->id == id) {
  /xsrc/external/mit/MesaLib/dist/src/freedreno/common/
freedreno_dev_info.h 140 * Note that gpu-id should be considered deprecated. For newer a6xx, if
141 * there is no gpu-id, this attempts to generate one from the chip-id.
146 fd_dev_gpu_id(const struct fd_dev_id *id)
148 assert(id->gpu_id || id->chip_id);
149 if (!id->gpu_id) {
150 return ((id->chip_id >> 24) & 0xff) * 100 +
151 ((id->chip_id >> 16) & 0xff) * 10 +
152 ((id->chip_id >> 8) & 0xff)
    [all...]
freedreno_uuid.h 30 void fd_get_device_uuid(void *uuid, const struct fd_dev_id *id);
freedreno_dev_info.c 32 struct fd_dev_id id; member in struct:fd_dev_rec
59 fd_dev_info(const struct fd_dev_id *id)
62 if (dev_id_compare(&fd_dev_recs[i].id, id)) {
70 fd_dev_name(const struct fd_dev_id *id)
73 if (dev_id_compare(&fd_dev_recs[i].id, id)) {
  /xsrc/external/mit/xorg-server.old/dist/dix/
deprecated.c 65 SecurityLookupWindow(XID id, ClientPtr client, Mask access_mode)
69 dixLookupWindow(&pWin, id, client, access_mode);
79 LookupWindow(XID id, ClientPtr client)
81 return SecurityLookupWindow(id, client, DixUnknownAccess);
86 SecurityLookupDrawable(XID id, ClientPtr client, Mask access_mode)
90 dixLookupDrawable(&pDraw, id, client, M_DRAWABLE, access_mode);
100 LookupDrawable(XID id, ClientPtr client)
102 return SecurityLookupDrawable(id, client, DixUnknownAccess);
107 LookupClient(XID id, ClientPtr client)
111 dixLookupClient(&pClient, id, client, DixUnknownAccess)
    [all...]
  /xsrc/external/mit/xfs/dist/difs/
resource.c 50 * a resource is a 32 bit quantity. the upper 12 bits are client id.
51 * client provides a 19 bit resource id. this is "hashed" by me by
54 * It is sometimes necessary for the server to create an ID that looks
55 * like it belongs to a client. This ID, however, must not be one
57 * The 20th bit of the ID is resevered for the server's use for this
58 * purpose. By setting CLIENT_ID(id) to the client, the SERVER_BIT to
59 * 1, and an otherwise unused ID in the low 19 bits, we can create a
85 FSID id; member in struct:_Resource
119 NoneDeleteFunc (void *ptr, FSID id)
159 hash(int client, FSID id)
213 register FSID id, maxid; local
    [all...]
  /xsrc/external/mit/xfs/dist/include/
fsresource.h 68 #define CLIENT_BITS(id) ((id) & 0x1fc00000)
69 #define CLIENT_ID(id) ((int)(CLIENT_BITS(id) >> CLIENTOFFSET))
77 extern Bool AddResource(int cid, FSID id, RESTYPE type, pointer value);
80 extern pointer LookupIDByType(int cid, FSID id, RESTYPE rtype);
83 extern void FreeResource(int cid, FSID id, RESTYPE skipDeleteFuncType);
84 int NoneDeleteFunc (void *ptr, FSID id);
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/
chown-bundle.sh 5 if [[ $(id -u) == 0 ]] ; then
  /xsrc/external/mit/xinput/dist/src/
setcp.c 34 char* id; local
43 id = argv[0];
45 while(*id == '0') id++;
47 window = strtol(argv[0], &dummy, (*id == 'x') ? 16 : 10);
  /xsrc/external/mit/fontconfig/dist/src/
fcobjs.c 38 FcObject id; member in struct:FcObjectOtherTypeInfo
64 _FcObjectLookupOtherTypeByName (const char *str, FcObject *id)
83 ot->id = fc_atomic_int_add (next_id, +1);
84 if (ot->id < (FC_MAX_BASE_OBJECT + FC_EXT_OBJ_INDEX))
86 fprintf (stderr, "Fontconfig error: No object ID to assign\n");
99 if (id)
100 *id = ot->id;
111 return o->id;
120 FcObject id; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/util/
u_idalloc.h 65 util_idalloc_free(struct util_idalloc *buf, unsigned id);
68 util_idalloc_reserve(struct util_idalloc *buf, unsigned id);
71 util_idalloc_exists(struct util_idalloc *buf, unsigned id)
73 return id / 32 < buf->num_elements &&
74 buf->data[id / 32] & BITFIELD_BIT(id % 32);
77 #define util_idalloc_foreach(buf, id) \
78 for (uint32_t i = 0, mask = (buf)->num_elements ? (buf)->data[0] : 0, id, \
82 if ((id = i * 32 + u_bit_scan(&mask)), true)
106 util_idalloc_mt_free(struct util_idalloc_mt *buf, unsigned id);
    [all...]
  /xsrc/external/mit/libXTrap/dist/src/
XEStrMap.c 120 static struct _pf_tbl {CARD32 id; char *str;} pf_tbl[] = member in struct:_pf_tbl
155 register INT16 id = nstrings; local
158 { while ((--id >= 0L) && (strcmp(match,strings[id]) != 0L)); }
160 { id = -1L; }
162 return(id);
203 while(ptr->id != PF_Other)
207 return(ptr->id);
211 return((!strncmp(ptr->str,string,strlen(ptr->str))) ? ptr->id : -1L);
214 char *XEEventIDToString(register CARD8 id, XETC *tc
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
guid.h 38 REFGUID id );
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
guid.h 38 REFGUID id );
  /xsrc/external/mit/xcb-proto/dist/xcbgen/
matcher.py 36 id = node.get('newname')
37 name = namespace.prefix + (id,)
39 module.add_type(id, namespace.ns, name, type)
42 id = node.get('name')
43 name = namespace.prefix + (id,)
45 module.add_type(id, namespace.ns, name, type)
48 id = node.get('name')
49 name = namespace.prefix + (id,)
51 module.add_type(id, namespace.ns, name, type)
54 id = node.get('name'
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/
freedreno_perfcntr.c 41 fd_perfcntrs(const struct fd_dev_id *id, unsigned *count)
43 switch (fd_dev_gen(id)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_stateobj_tex.h 8 int id; member in struct:nv50_tsc_entry
21 int id; member in struct:nv50_tic_entry
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_chipset.h 11 #define CHIPSET(id, name, family) PCI_CHIP_##name = id,

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 91011>>