HomeSort by: relevance | last modified time | path
    Searched defs:current (Results 1 - 25 of 210) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
timestamp.cpp 57 timestamp::current::current(command_queue &q) : function in class:timestamp::current
62 timestamp::current::operator()() const {
timestamp.hpp 57 /// Get the current timestamp value.
59 class current { class in namespace:clover::timestamp
61 current(command_queue &q);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_util.c 36 struct timespec current; local
42 if (clock_gettime(CLOCK_MONOTONIC, &current))
45 current_ns = ((uint64_t)current.tv_sec) * 1000000000ull;
46 current_ns += current.tv_nsec;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
timestamp.cpp 57 timestamp::current::current(command_queue &q) : function in class:timestamp::current
62 timestamp::current::operator()() const {
timestamp.hpp 57 /// Get the current timestamp value.
59 class current { class in namespace:clover::timestamp
61 current(command_queue &q);
  /xsrc/external/mit/mkfontscale/dist/
constlist.c 30 ConstListPtr current; local
38 for (current = first; current->next; current = current->next)
41 current->next = second;
48 ConstListPtr first, current; local
61 current = first;
71 current->next = next;
72 current = next
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_barriers.c 41 nir_intrinsic_instr *current = nir_instr_as_intrinsic(instr); local
42 if (current->intrinsic != nir_intrinsic_scoped_barrier ||
43 nir_intrinsic_execution_scope(current) != NIR_SCOPE_NONE) {
48 if (prev && combine_cb(prev, current, data)) {
49 nir_instr_remove(&current->instr);
52 prev = current;
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
bin.h 47 Arc_ptr current; /* current arc on list */ member in class:Bin
92 * BinIter::nextarc - return current arc in bin and advance pointer to next arc
99 Arc_ptr jarc = current;
105 if( jarc ) current = jarc->link;
110 * BinIter::firstarc - set current arc to first arc of bin advance to next arc
117 current = head;
  /xsrc/external/mit/xf86-video-intel/dist/test/
xvidmode.c 10 XF86VidModeModeLine current; local
20 XF86VidModeGetModeLine(dpy, DefaultScreen(dpy), &dotclock, &current);
26 this = (current.hdisplay == modes[i]->hdisplay &&
27 current.vdisplay == modes[i]->vdisplay &&
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xisb.h 42 ssize_t current; /* bytes read */ member in struct:_XISBuffer
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xisb.h 43 ssize_t current; /* bytes read */ member in struct:_XISBuffer
  /xsrc/external/mit/MesaLib/dist/src/util/
blob.h 75 * 1. blob->current should be equal to blob->end, (if not, too little was
83 const uint8_t *current; member in struct:blob_reader
170 * the current blob's size.
194 * the current blob's size.
244 * the current blob's size.
287 * the current blob's size.
311 * current value is unchanged before and after the call.
317 * Read some unstructured, fixed-size data from the current location, (and
318 * update the current location to just past this data).
330 * Read some unstructured, fixed-size data from the current location, copyin
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
blob.h 75 * 1. blob->current should be equal to blob->end, (if not, too little was
83 const uint8_t *current; member in struct:blob_reader
167 * the current blob's size.
205 * the current blob's size.
248 * the current blob's size.
272 * current value is unchanged before and after the call.
278 * Read some unstructured, fixed-size data from the current location, (and
279 * update the current location to just past this data).
291 * Read some unstructured, fixed-size data from the current location, copying
292 * it to \dest (and update the current location to just past this data
    [all...]
  /xsrc/external/mit/freetype/dist/src/base/
ftgloadr.c 51 * loader.current Describes the top of the stack, on which a new
55 * Prepare Set up `loader.current' for addition of a new glyph
57 * Add Add the `current' glyph image to the `base' one,
90 FT_GlyphLoad current = &loader->current; local
98 *current = *base;
141 /* re-adjust the `current' outline fields */
146 FT_Outline* current = &loader->current.outline; local
149 current->points = FT_OFFSET( base->points, base->n_points )
193 FT_GlyphLoad current = &loader->current; local
212 FT_Outline* current = &loader->current.outline; local
301 FT_GlyphLoad current = &loader->current; local
326 FT_GlyphLoad current = &loader->current; local
343 FT_GlyphLoad current; local
    [all...]
  /xsrc/external/mit/libXi/dist/src/
XISelEv.c 50 XIEventMask *current; local
67 current = &masks[i];
68 if (current->mask_len > INT_MAX - 3 ||
69 (current->mask_len + 3)/4 >= 0xffff) {
73 if (current->mask_len > max_mask_len)
74 max_mask_len = current->mask_len;
96 current = &masks[i];
97 len += (current->mask_len + 3)/4;
104 current = &masks[i];
105 mask.deviceid = current->deviceid
    [all...]
  /xsrc/external/mit/xorg-server/dist/present/
present_event.c 32 present_event_ptr *previous, current; local
34 for (previous = &window_priv->events; (current = *previous); previous = &current->next) {
35 if (current == present_event) {
  /xsrc/external/mit/xorg-server/dist/test/
xfree86.c 82 char *current = NULL; local
87 current = xf86addComment(current, comment);
91 assert(!strcmp(current, compare));
94 strcpy(current, "\n");
96 current = xf86addComment(current, comment);
99 assert(!strcmp(current, compare));
101 free(current);
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_subgroup.c 315 * current/other data to adjacent registers to avoid doing a shuffle
331 struct vtn_ssa_value *current = local
340 vtn_push_nir_ssa(b, w[2], nir_bcsel(nb, cond, current->def, next->def));
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
lima_util.c 44 struct timespec current; local
50 if (clock_gettime(CLOCK_MONOTONIC, &current))
53 current_ns = ((uint64_t)current.tv_sec) * 1000000000ull;
54 current_ns += current.tv_nsec;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_fence.c 114 if (screen->fence.current) {
115 struct nouveau_fence *current = NULL; local
117 /* nouveau_fence_wait will create a new current fence, so wait on the
120 nouveau_fence_ref(screen->fence.current, &current);
121 nouveau_fence_wait(current, NULL);
122 nouveau_fence_ref(NULL, &current);
123 nouveau_fence_ref(NULL, &screen->fence.current);
188 * current fence. So check again.
198 if (fence == screen->fence.current)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_program.c 60 struct rc_instruction * current = inst; local
68 if (t->function(c, current, t->userData))
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_screen.c 486 if (screen->base.fence.current) {
487 struct nouveau_fence *current = NULL; local
489 /* nouveau_fence_wait will create a new current fence, so wait on the
492 nouveau_fence_ref(screen->base.fence.current, &current);
493 nouveau_fence_wait(current, NULL);
494 nouveau_fence_ref(NULL, &current);
495 nouveau_fence_ref(NULL, &screen->base.fence.current);
802 nouveau_fence_new(&screen->base, &screen->base.fence.current);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_program.c 60 struct rc_instruction * current = inst; local
68 if (t->function(c, current, t->userData))
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
vbo_private.h 47 struct gl_array_attributes current[VBO_ATTRIB_MAX]; member in struct:vbo_context
154 * a vertex buffer, given the current vertex size, and the amount
  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
monoChain.h 55 directedLine* current; member in class:monoChain
69 inline void resetCurrent() { current = ((isIncrease==1)? chainHead:chainTail);}
83 Real keyY; //the current horizotal line
84 Real chainIntersectHoriz(Real y); //updates current incrementally for efficiency

Completed in 14 milliseconds

1 2 3 4 5 6 7 8 9