Searched refs:id (Results 1 - 25 of 2497) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_counter.cc19 Counter::Counter(int32_t id, const std::string &name, int32_t group) argument
20 : id {id}
24 assert(id >= 0 && "Invalid counter ID");
30 return id == other.id;
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_handles.h24 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_INSTANCE); local in function:vn_encode_VkInstance
25 vn_encode_uint64_t(enc, &id);
31 uint64_t id; local in function:vn_decode_VkInstance
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 in function:vn_encode_VkPhysicalDevice
48 vn_encode_uint64_t(enc, &id);
54 uint64_t id; local in function:vn_decode_VkPhysicalDevice
55 vn_decode_uint64_t(dec, &id);
56 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_PHYSICAL_DEVIC
70 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DEVICE); local in function:vn_encode_VkDevice
77 uint64_t id; local in function:vn_decode_VkDevice
93 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_QUEUE); local in function:vn_encode_VkQueue
100 uint64_t id; local in function:vn_decode_VkQueue
116 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_COMMAND_BUFFER); local in function:vn_encode_VkCommandBuffer
123 uint64_t id; local in function:vn_decode_VkCommandBuffer
139 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DEVICE_MEMORY); local in function:vn_encode_VkDeviceMemory
146 uint64_t id; local in function:vn_decode_VkDeviceMemory
162 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_COMMAND_POOL); local in function:vn_encode_VkCommandPool
169 uint64_t id; local in function:vn_decode_VkCommandPool
185 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_BUFFER); local in function:vn_encode_VkBuffer
192 uint64_t id; local in function:vn_decode_VkBuffer
208 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_BUFFER_VIEW); local in function:vn_encode_VkBufferView
215 uint64_t id; local in function:vn_decode_VkBufferView
231 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_IMAGE); local in function:vn_encode_VkImage
238 uint64_t id; local in function:vn_decode_VkImage
254 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_IMAGE_VIEW); local in function:vn_encode_VkImageView
261 uint64_t id; local in function:vn_decode_VkImageView
277 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_SHADER_MODULE); local in function:vn_encode_VkShaderModule
284 uint64_t id; local in function:vn_decode_VkShaderModule
300 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_PIPELINE); local in function:vn_encode_VkPipeline
307 uint64_t id; local in function:vn_decode_VkPipeline
323 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_PIPELINE_LAYOUT local in function:vn_encode_VkPipelineLayout
330 uint64_t id; local in function:vn_decode_VkPipelineLayout
346 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_SAMPLER); local in function:vn_encode_VkSampler
353 uint64_t id; local in function:vn_decode_VkSampler
369 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DESCRIPTOR_SET); local in function:vn_encode_VkDescriptorSet
376 uint64_t id; local in function:vn_decode_VkDescriptorSet
392 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DESCRIPTOR_SET_ local in function:vn_encode_VkDescriptorSetLayout
399 uint64_t id; local in function:vn_decode_VkDescriptorSetLayout
415 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DESCRIPTOR_POOL local in function:vn_encode_VkDescriptorPool
422 uint64_t id; local in function:vn_decode_VkDescriptorPool
438 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_FENCE); local in function:vn_encode_VkFence
445 uint64_t id; local in function:vn_decode_VkFence
461 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_SEMAPHORE); local in function:vn_encode_VkSemaphore
468 uint64_t id; local in function:vn_decode_VkSemaphore
484 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_EVENT); local in function:vn_encode_VkEvent
491 uint64_t id; local in function:vn_decode_VkEvent
507 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_QUERY_POOL); local in function:vn_encode_VkQueryPool
514 uint64_t id; local in function:vn_decode_VkQueryPool
530 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_FRAMEBUFFER); local in function:vn_encode_VkFramebuffer
537 uint64_t id; local in function:vn_decode_VkFramebuffer
553 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_RENDER_PASS); local in function:vn_encode_VkRenderPass
560 uint64_t id; local in function:vn_decode_VkRenderPass
576 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_PIPELINE_CACHE); local in function:vn_encode_VkPipelineCache
583 uint64_t id; local in function:vn_decode_VkPipelineCache
599 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_DESCRIPTOR_UPDA local in function:vn_encode_VkDescriptorUpdateTemplate
606 uint64_t id; local in function:vn_decode_VkDescriptorUpdateTemplate
622 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_SAMPLER_YCBCR_C local in function:vn_encode_VkSamplerYcbcrConversion
629 uint64_t id; local in function:vn_decode_VkSamplerYcbcrConversion
[all...]
/xsrc/external/mit/libXfont/dist/src/stubs/
H A Ddelfntcid.c11 DeleteFontClientID(Font id) argument
13 OVERRIDE_SYMBOL(DeleteFontClientID, id);
H A Dfindoldfnt.c11 find_old_font(FSID id) argument
13 OVERRIDE_SYMBOL(find_old_font, id);
H A Dstfntcfnt.c11 StoreFontClientFont(FontPtr pfont, Font id) argument
13 OVERRIDE_SYMBOL(StoreFontClientFont, pfont, id);
/xsrc/external/mit/MesaLib/dist/src/android_stub/
H A Dhardware_stub.cpp5 int hw_get_module(const char *id, const struct hw_module_t **module) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Dutil.h34 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/
H A DPrOfId.c52 XcmsColorFormat id)
77 if ((*papColorSpaces)->id == id) {
90 if ((*papColorSpaces)->id == id) {
50 XcmsPrefixOfFormat(XcmsColorFormat id) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/common/
H A Dfreedreno_dev_info.h140 * 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) argument
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
159 fd_dev_gen(const struct fd_dev_id * id) argument
165 fd_dev_64b(const struct fd_dev_id * id) argument
[all...]
H A Dfreedreno_uuid.h30 void fd_get_device_uuid(void *uuid, const struct fd_dev_id *id);
H A Dfreedreno_dev_info.c32 struct fd_dev_id id; member in struct:fd_dev_rec
59 fd_dev_info(const struct fd_dev_id *id) argument
62 if (dev_id_compare(&fd_dev_recs[i].id, id)) {
70 fd_dev_name(const struct fd_dev_id *id) argument
73 if (dev_id_compare(&fd_dev_recs[i].id, id)) {
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddeprecated.c65 SecurityLookupWindow(XID id, ClientPtr client, Mask access_mode) argument
69 dixLookupWindow(&pWin, id, client, access_mode);
79 LookupWindow(XID id, ClientPtr client) argument
81 return SecurityLookupWindow(id, client, DixUnknownAccess);
86 SecurityLookupDrawable(XID id, ClientPtr client, Mask access_mode) argument
90 dixLookupDrawable(&pDraw, id, client, M_DRAWABLE, access_mode);
100 LookupDrawable(XID id, ClientPtr client) argument
102 return SecurityLookupDrawable(id, client, DixUnknownAccess);
107 LookupClient(XID id, ClientPtr client) argument
111 dixLookupClient(&pClient, id, clien
120 SecurityLookupIDByType(ClientPtr client,XID id,RESTYPE rtype,Mask access_mode) argument
134 SecurityLookupIDByClass(ClientPtr client,XID id,RESTYPE classes,Mask access_mode) argument
149 LookupIDByType(XID id,RESTYPE rtype) argument
158 LookupIDByClass(XID id,RESTYPE classes) argument
[all...]
/xsrc/external/mit/xfs/dist/difs/
H A Dresource.c50 * 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
58 * purpose. By setting CLIENT_ID(id) to the client, the SERVER_BIT to
85 FSID id; member in struct:_Resource
119 NoneDeleteFunc (void *ptr, FSID id) argument
159 hash(int client, FSID id) argument
161 id &= RESOURCE_ID_MASK;
164 return ((int) (0x03F & (id ^ (id >> 6) ^ (id >> 1
181 AvailableID(register int client,register FSID id,register FSID maxid,register FSID goodid) argument
213 register FSID id, maxid; local in function:FakeClientID
253 AddResource(int cid,FSID id,RESTYPE type,pointer value) argument
338 FreeResource(int cid,FSID id,RESTYPE skipDeleteFuncType) argument
435 LookupIDByType(int cid,FSID id,RESTYPE rtype) argument
[all...]
/xsrc/external/mit/xfs/dist/include/
H A Dfsresource.h68 #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/
H A Dchown-bundle.sh5 if [[ $(id -u) == 0 ]] ; then
/xsrc/external/mit/xinput/dist/src/
H A Dsetcp.c34 char* id; local in function:set_clientpointer
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/
H A Dfcobjs.c38 FcObject id; member in struct:FcObjectOtherTypeInfo
64 _FcObjectLookupOtherTypeByName (const char *str, FcObject *id) argument
83 ot->id = fc_atomic_int_add (next_id, +1);
84 if (ot->id < (FC_MAX_BASE_OBJECT + FC_EXT_OBJ_INDEX))
99 if (id)
100 *id = ot->id;
111 return o->id;
120 FcObject id; local in function:FcObjectLookupIdByName
122 return o->id;
131 FcObjectLookupOtherNameById(FcObject id) argument
149 FcObjectLookupOtherTypeById(FcObject id) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_idalloc.h65 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) argument
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/
H A DXEStrMap.c120 static struct _pf_tbl {CARD32 id; char *str;} pf_tbl[] = member in struct:_pf_tbl
155 register INT16 id = nstrings; local in function:_StringToID
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, XET argument
242 XERequestIDToExtString(register CARD8 id,XETC * tc) argument
266 XERequestIDToString(register CARD8 id,XETC * tc) argument
272 XEPlatformIDToString(register CARD32 id) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dguid.h38 REFGUID id );
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dguid.h38 REFGUID id );
/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A Dmatcher.py36 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
[all...]
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_pipe.c37 fd_pipe_new2(struct fd_device *dev, enum fd_pipe_id id, uint32_t prio) argument
42 if (id > FD_PIPE_MAX) {
43 ERROR_MSG("invalid pipe id: %d", id);
52 pipe = dev->funcs->pipe_new(dev, id, prio);
59 pipe->id = id;
69 fd_pipe_new(struct fd_device *dev, enum fd_pipe_id id) argument
71 return fd_pipe_new2(dev, id, 1);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_pipe.c35 fd_pipe_new2(struct fd_device *dev, enum fd_pipe_id id, uint32_t prio) argument
40 if (id > FD_PIPE_MAX) {
41 ERROR_MSG("invalid pipe id: %d", id);
50 pipe = dev->funcs->pipe_new(dev, id, prio);
57 pipe->id = id;
67 fd_pipe_new(struct fd_device *dev, enum fd_pipe_id id) argument
69 return fd_pipe_new2(dev, id, 1);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_chipset.h11 #define CHIPSET(id, name, family) PCI_CHIP_##name = id,

Completed in 24 milliseconds

1234567891011>>