HomeSort by relevance Sort by last modified time
    Searched defs:elts (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/test/CodeGen/
2002-02-14-EntryNodePreds.c 24 QUAD_EDGE *elts; member in struct:EDGE_STACK
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_emit.c 128 const ushort *elts = prim_info->elts; local
183 elts + start,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_emit.c 128 const ushort *elts = prim_info->elts; local
183 elts + start,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_push.c 56 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index)
60 if (elts[i] == index)
66 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index)
70 if (elts[i] == index)
76 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index)
80 if (elts[i] == index)
88 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local
96 nr = prim_restart_search_i08(elts, push, ctx->restart_index);
102 ctx->translate->run_elts8(ctx->translate, elts, nr, 0, ctx->push->cur);
106 elts += nr
120 uint16_t *elts = (uint16_t *)ctx->idxbuf + start; local
152 uint32_t *elts = (uint32_t *)ctx->idxbuf + start; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_push.c 33 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index)
37 if (elts[i] == index)
43 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index)
47 if (elts[i] == index)
53 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index)
57 if (elts[i] == index)
65 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local
73 nr = prim_restart_search_i08(elts, push, ctx->restart_index);
79 ctx->translate->run_elts8(ctx->translate, elts, nr, ctx->instance_id,
84 elts += nr
98 uint16_t *elts = (uint16_t *)ctx->idxbuf + start; local
131 uint32_t *elts = (uint32_t *)ctx->idxbuf + start; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
translate_test.c 62 unsigned * elts; local
144 elts = align_malloc(count * sizeof *elts, 4096);
169 elts[i] = i;
263 translate[0]->run_elts(translate[0], elts, count, 0, buffer[1]);
265 translate[1]->run_elts(translate[1], elts, count, 0, buffer[2]);
267 translate[0]->run_elts(translate[0], elts, count, 0, buffer[3]);
269 translate[1]->run_elts(translate[1], elts, count, 0, buffer[4]);
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_draw.c 333 /* Translate indices to GLuints and store in VB->Elts.
346 VB->Elts = NULL;
364 VB->Elts = (GLuint *) ptr;
367 GLuint *elts = (GLuint *)get_space(ctx, ib->count * sizeof(GLuint)); local
368 VB->Elts = elts;
373 *elts++ = (GLuint)(*in++) + VB->Primitive[0].basevertex;
378 *elts++ = (GLuint)(*in++) + VB->Primitive[0].basevertex;
383 *elts++ = (GLuint)(*in++) + VB->Primitive[0].basevertex;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp2.h 55 #error "must have elts to use render template"
75 GLuint *elts, GLuint nr )
80 for ( i = 0 ; i+1 < nr ; i+=2, elts += 2 ) {
81 EMIT_TWO_ELTS( dest, 0, elts[0], elts[1] );
85 EMIT_ELT( dest, 0, elts[0] );
539 * Render elts using hardware indexed verts *
549 GLuint *elts = GET_MESA_ELTS(); local
558 dest = TAG(emit_elts)( ctx, dest, elts+j, nr );
573 GLuint *elts = GET_MESA_ELTS() local
612 GLuint *elts = GET_MESA_ELTS(); local
641 GLuint *elts = GET_MESA_ELTS(); local
692 GLuint *elts = GET_MESA_ELTS(); local
726 GLuint *elts = GET_MESA_ELTS(); local
755 GLuint *elts = GET_MESA_ELTS(); local
782 GLuint *elts = GET_MESA_ELTS(); local
814 GLuint *elts = GET_MESA_ELTS(); local
875 GLuint *elts = GET_MESA_ELTS(); local
    [all...]
t_dd_dmatmp.h 76 static void *TAG(emit_elts)( struct gl_context *ctx, GLuint *elts, GLuint nr,
83 for ( i = 0 ; i+1 < nr ; i+=2, elts += 2 ) {
84 EMIT_TWO_ELTS( 0, elts[0], elts[1] );
89 EMIT_ELT( 0, elts[0] );
500 /* Vertices won't fit in a single buffer or elts not
679 * Render elts using hardware indexed verts *
692 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
703 TAG(emit_elts)( ctx, elts+j, nr, ALLOC_ELTS(nr) )
724 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
761 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
795 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
864 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
900 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
937 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
975 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
1015 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
1081 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
1104 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_inplace.c 219 GLuint *elts = malloc(count * sizeof(GLuint)); local
223 elts[j] = prim->start + j;
228 ib.ptr = elts;
246 free(elts);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_push.c 56 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index)
60 if (elts[i] == index)
66 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index)
70 if (elts[i] == index)
76 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index)
80 if (elts[i] == index)
88 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local
96 nr = prim_restart_search_i08(elts, push, ctx->restart_index);
102 ctx->translate->run_elts8(ctx->translate, elts, nr, 0, ctx->push->cur);
106 elts += nr
120 uint16_t *elts = (uint16_t *)ctx->idxbuf + start; local
152 uint32_t *elts = (uint32_t *)ctx->idxbuf + start; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_push.c 33 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index)
37 if (elts[i] == index)
43 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index)
47 if (elts[i] == index)
53 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index)
57 if (elts[i] == index)
65 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local
73 nr = prim_restart_search_i08(elts, push, ctx->restart_index);
79 ctx->translate->run_elts8(ctx->translate, elts, nr, ctx->instance_id,
84 elts += nr
98 uint16_t *elts = (uint16_t *)ctx->idxbuf + start; local
131 uint32_t *elts = (uint32_t *)ctx->idxbuf + start; local
    [all...]
  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 62 unsigned * elts; local
144 elts = align_malloc(count * sizeof *elts, 4096);
169 elts[i] = i;
263 translate[0]->run_elts(translate[0], elts, count, 0, buffer[1]);
265 translate[1]->run_elts(translate[1], elts, count, 0, buffer[2]);
267 translate[0]->run_elts(translate[0], elts, count, 0, buffer[3]);
269 translate[1]->run_elts(translate[1], elts, count, 0, buffer[4]);
  /external/mesa3d/src/mesa/tnl/
t_draw.c 333 /* Translate indices to GLuints and store in VB->Elts.
346 VB->Elts = NULL;
364 VB->Elts = (GLuint *) ptr;
367 GLuint *elts = (GLuint *)get_space(ctx, ib->count * sizeof(GLuint)); local
368 VB->Elts = elts;
373 *elts++ = (GLuint)(*in++) + VB->Primitive[0].basevertex;
378 *elts++ = (GLuint)(*in++) + VB->Primitive[0].basevertex;
383 *elts++ = (GLuint)(*in++) + VB->Primitive[0].basevertex;
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 55 #error "must have elts to use render template"
75 GLuint *elts, GLuint nr )
80 for ( i = 0 ; i+1 < nr ; i+=2, elts += 2 ) {
81 EMIT_TWO_ELTS( dest, 0, elts[0], elts[1] );
85 EMIT_ELT( dest, 0, elts[0] );
539 * Render elts using hardware indexed verts *
549 GLuint *elts = GET_MESA_ELTS(); local
558 dest = TAG(emit_elts)( ctx, dest, elts+j, nr );
573 GLuint *elts = GET_MESA_ELTS() local
612 GLuint *elts = GET_MESA_ELTS(); local
641 GLuint *elts = GET_MESA_ELTS(); local
692 GLuint *elts = GET_MESA_ELTS(); local
726 GLuint *elts = GET_MESA_ELTS(); local
755 GLuint *elts = GET_MESA_ELTS(); local
782 GLuint *elts = GET_MESA_ELTS(); local
814 GLuint *elts = GET_MESA_ELTS(); local
875 GLuint *elts = GET_MESA_ELTS(); local
    [all...]
t_dd_dmatmp.h 76 static void *TAG(emit_elts)( struct gl_context *ctx, GLuint *elts, GLuint nr,
83 for ( i = 0 ; i+1 < nr ; i+=2, elts += 2 ) {
84 EMIT_TWO_ELTS( 0, elts[0], elts[1] );
89 EMIT_ELT( 0, elts[0] );
500 /* Vertices won't fit in a single buffer or elts not
679 * Render elts using hardware indexed verts *
692 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
703 TAG(emit_elts)( ctx, elts+j, nr, ALLOC_ELTS(nr) )
724 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
761 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
795 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
864 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
900 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
937 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
975 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
1015 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
1081 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
1104 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts; local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_split_inplace.c 219 GLuint *elts = malloc(count * sizeof(GLuint)); local
223 elts[j] = prim->start + j;
228 ib.ptr = elts;
246 free(elts);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_push.c 91 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index)
95 if (elts[i] == index)
101 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index)
105 if (elts[i] == index)
111 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index)
115 if (elts[i] == index)
123 uint8_t *restrict elts = (uint8_t *)ctx->idxbuf + start; local
131 nr = prim_restart_search_i08(elts, push, ctx->restart_index);
134 set_edgeflag(ctx, elts[0]);
140 ctx->translate->run_elts8(ctx->translate, elts, nr, ctx->instance_id
164 uint16_t *restrict elts = (uint16_t *)ctx->idxbuf + start; local
205 uint32_t *restrict elts = (uint32_t *)ctx->idxbuf + start; local
    [all...]
nvc0_vbo_translate.c 111 prim_restart_search_i08(const uint8_t *elts, unsigned push, uint8_t index)
114 for (i = 0; i < push && elts[i] != index; ++i);
119 prim_restart_search_i16(const uint16_t *elts, unsigned push, uint16_t index)
122 for (i = 0; i < push && elts[i] != index; ++i);
127 prim_restart_search_i32(const uint32_t *elts, unsigned push, uint32_t index)
130 for (i = 0; i < push && elts[i] != index; ++i);
149 ef_toggle_search_i08(struct push_context *ctx, const uint8_t *elts, unsigned n)
152 for (i = 0; i < n && ef_value(ctx, elts[i]) == ctx->edgeflag.value; ++i);
157 ef_toggle_search_i16(struct push_context *ctx, const uint16_t *elts, unsigned n)
160 for (i = 0; i < n && ef_value(ctx, elts[i]) == ctx->edgeflag.value; ++i)
209 const uint8_t *restrict elts = (uint8_t *)ctx->idxbuf + start; local
265 const uint16_t *restrict elts = (uint16_t *)ctx->idxbuf + start; local
321 const uint32_t *restrict elts = (uint32_t *)ctx->idxbuf + start; local
    [all...]
  /external/harfbuzz_ng/src/
hb-set-private.hh 152 memset (elts, 0, sizeof elts);
155 for (unsigned int i = 0; i < ARRAY_LENGTH (elts); i++)
156 if (elts[i])
205 for (unsigned int i = 0; i < ELTS; i++)
206 if (elts[i] != other->elts[i])
213 for (unsigned int i = 0; i < ELTS; i++)
214 elts[i] = other->elts[i]
316 elt_t elts[ELTS]; \/* XXX 8kb *\/ member in struct:hb_set_t
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_push.c 91 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index)
95 if (elts[i] == index)
101 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index)
105 if (elts[i] == index)
111 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index)
115 if (elts[i] == index)
123 uint8_t *restrict elts = (uint8_t *)ctx->idxbuf + start; local
131 nr = prim_restart_search_i08(elts, push, ctx->restart_index);
134 set_edgeflag(ctx, elts[0]);
140 ctx->translate->run_elts8(ctx->translate, elts, nr, ctx->instance_id
164 uint16_t *restrict elts = (uint16_t *)ctx->idxbuf + start; local
205 uint32_t *restrict elts = (uint32_t *)ctx->idxbuf + start; local
    [all...]
  /external/bison/lib/
bitset.h 64 struct ebitset_elt_struct **elts; /* Expanding array of ptrs to elts. */ member in struct:bitset_union::ebitset_struct
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
IETFUtils.java 30 char[] elts = elt.toCharArray(); local
38 if (elts[0] == '\\')
40 if (elts[1] == '#')
51 for (int i = start; i != elts.length; i++)
53 char c = elts[i];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tcl.c 111 #define GET_MESA_ELTS() TNL_CONTEXT(ctx)->vb.Elts
114 /* Don't really know how many elts will fit in what's left of cmdbuf,
322 rendering code may decide convert to elts.
326 const GLuint elts = ELTS_BUFSZ(nr_aos) * elt_count; local
329 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE)
330 || vbuf > index + elts)
333 space_required += index + elts;
475 if (VB->Elts)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tcl.c 114 #define GET_MESA_ELTS() rmesa->tcl.Elts
117 /* Don't really know how many elts will fit in what's left of cmdbuf,
322 rendering code may decide convert to elts.
325 const GLuint elts = ELTS_BUFSZ(nr_aos); local
330 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE)
331 || vbuf > index + elts)
334 space_required += index + elts;
402 rmesa->tcl.Elts = VB->Elts;
413 if (rmesa->tcl.Elts)
    [all...]

Completed in 782 milliseconds

1 2