| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_push.c | 56 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) argument 60 if (elts[i] == index) 66 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) argument 70 if (elts[i] == index) 76 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) argument 80 if (elts[i] == index) 88 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local in function:emit_vertices_i08 96 nr = prim_restart_search_i08(elts, push, ctx->restart_index); 102 ctx->translate->run_elts8(ctx->translate, elts, nr, 0, 0, ctx->push->cur); 106 elts 120 uint16_t *elts = (uint16_t *)ctx->idxbuf + start; local in function:emit_vertices_i16 152 uint32_t *elts = (uint32_t *)ctx->idxbuf + start; local in function:emit_vertices_i32 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_push.c | 56 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) argument 60 if (elts[i] == index) 66 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) argument 70 if (elts[i] == index) 76 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) argument 80 if (elts[i] == index) 88 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local in function:emit_vertices_i08 96 nr = prim_restart_search_i08(elts, push, ctx->restart_index); 102 ctx->translate->run_elts8(ctx->translate, elts, nr, 0, 0, ctx->push->cur); 106 elts 120 uint16_t *elts = (uint16_t *)ctx->idxbuf + start; local in function:emit_vertices_i16 152 uint32_t *elts = (uint32_t *)ctx->idxbuf + start; local in function:emit_vertices_i32 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_push.c | 38 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) argument 42 if (elts[i] == index) 48 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) argument 52 if (elts[i] == index) 58 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) argument 62 if (elts[i] == index) 70 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local in function:emit_vertices_i08 78 nr = prim_restart_search_i08(elts, push, ctx->restart_index); 84 PUSH_DATA (ctx->push, *elts + ctx->index_bias); 89 ctx->translate->run_elts8(ctx->translate, elts, n 109 uint16_t *elts = (uint16_t *)ctx->idxbuf + start; local in function:emit_vertices_i16 148 uint32_t *elts = (uint32_t *)ctx->idxbuf + start; local in function:emit_vertices_i32 187 uint32_t elts = 0; local in function:emit_vertices_seq [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_push.c | 38 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) argument 42 if (elts[i] == index) 48 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) argument 52 if (elts[i] == index) 58 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) argument 62 if (elts[i] == index) 70 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local in function:emit_vertices_i08 78 nr = prim_restart_search_i08(elts, push, ctx->restart_index); 84 PUSH_DATA (ctx->push, *elts + ctx->index_bias); 89 ctx->translate->run_elts8(ctx->translate, elts, n 109 uint16_t *elts = (uint16_t *)ctx->idxbuf + start; local in function:emit_vertices_i16 148 uint32_t *elts = (uint32_t *)ctx->idxbuf + start; local in function:emit_vertices_i32 187 uint32_t elts = 0; local in function:emit_vertices_seq [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_triemit.h | 132 static void TAG(fast_clipped_poly)( struct gl_context *ctx, const GLuint *elts, 138 const GLuint *start = (const GLuint *)VERT(elts[0]); 143 PRINT_VERTEX(VERT(elts[0])); 144 PRINT_VERTEX(VERT(elts[1])); 149 PRINT_VERTEX(VERT(elts[i])); 152 COPY_DWORDS( j, vb, vertsize, VERT(elts[i-1]) ); 153 COPY_DWORDS( j, vb, vertsize, VERT(elts[i]) );
|
| H A D | 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 in function:TAG 558 dest = TAG(emit_elts)( ctx, dest, elts+j, nr ); 573 GLuint *elts local in function:TAG 612 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 641 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 692 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 726 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 755 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 782 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 814 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 875 GLuint *elts = GET_MESA_ELTS(); local in function:TAG [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_triemit.h | 132 static void TAG(fast_clipped_poly)( struct gl_context *ctx, const GLuint *elts, 138 const GLuint *start = (const GLuint *)VERT(elts[0]); 143 PRINT_VERTEX(VERT(elts[0])); 144 PRINT_VERTEX(VERT(elts[1])); 149 PRINT_VERTEX(VERT(elts[i])); 152 COPY_DWORDS( j, vb, vertsize, VERT(elts[i-1]) ); 153 COPY_DWORDS( j, vb, vertsize, VERT(elts[i]) );
|
| H A D | 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 in function:TAG 558 dest = TAG(emit_elts)( ctx, dest, elts+j, nr ); 573 GLuint *elts local in function:TAG 612 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 641 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 692 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 726 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 755 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 782 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 814 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 875 GLuint *elts = GET_MESA_ELTS(); local in function:TAG [all...] |
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Glyph.c | 394 _Xconst XGlyphElt8 *elts, 416 req->glyphset = (CARD32) elts[0].glyphset; 427 glyphset = elts[0].glyphset; 436 if (elts[i].glyphset != glyphset) 438 glyphset = elts[i].glyphset; 441 nchars = elts[i].nchars; 456 glyphset = elts[0].glyphset; 466 if (elts[i].glyphset != glyphset) 468 glyphset = elts[i].glyphset; 475 nchars = elts[ 385 XRenderCompositeText8(Display * dpy,int op,Picture src,Picture dst,_Xconst XRenderPictFormat * maskFormat,int xSrc,int ySrc,int xDst,int yDst,_Xconst XGlyphElt8 * elts,int nelt) argument 501 XRenderCompositeText16(Display * dpy,int op,Picture src,Picture dst,_Xconst XRenderPictFormat * maskFormat,int xSrc,int ySrc,int xDst,int yDst,_Xconst XGlyphElt16 * elts,int nelt) argument 615 XRenderCompositeText32(Display * dpy,int op,Picture src,Picture dst,_Xconst XRenderPictFormat * maskFormat,int xSrc,int ySrc,int xDst,int yDst,_Xconst XGlyphElt32 * elts,int nelt) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo_translate.c | 126 prim_restart_search_i08(const uint8_t *elts, unsigned push, uint8_t index) argument 129 for (i = 0; i < push && elts[i] != index; ++i); 134 prim_restart_search_i16(const uint16_t *elts, unsigned push, uint16_t index) argument 137 for (i = 0; i < push && elts[i] != index; ++i); 142 prim_restart_search_i32(const uint32_t *elts, unsigned push, uint32_t index) argument 145 for (i = 0; i < push && elts[i] != index; ++i); 171 ef_toggle_search_i08(struct push_context *ctx, const uint8_t *elts, unsigned n) argument 176 for (i = 0; i < n && ef_value_8(ctx, elts[i]) == ef; ++i); 178 for (i = 0; i < n && ef_value_32(ctx, elts[i]) == ef; ++i); 183 ef_toggle_search_i16(struct push_context *ctx, const uint16_t *elts, unsigne argument 195 ef_toggle_search_i32(struct push_context * ctx,const uint32_t * elts,unsigned n) argument 247 const uint8_t *restrict elts = (uint8_t *)ctx->idxbuf + start; local in function:disp_vertices_i08 304 const uint16_t *restrict elts = (uint16_t *)ctx->idxbuf + start; local in function:disp_vertices_i16 361 const uint32_t *restrict elts = (uint32_t *)ctx->idxbuf + start; local in function:disp_vertices_i32 677 copy_indices_u8(uint32_t * dst,const uint8_t * elts,uint32_t bias,unsigned n) argument 685 copy_indices_u16(uint32_t * dst,const uint16_t * elts,uint32_t bias,unsigned n) argument 693 copy_indices_u32(uint32_t * dst,const uint32_t * elts,uint32_t bias,unsigned n) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo_translate.c | 127 prim_restart_search_i08(const uint8_t *elts, unsigned push, uint8_t index) argument 130 for (i = 0; i < push && elts[i] != index; ++i); 135 prim_restart_search_i16(const uint16_t *elts, unsigned push, uint16_t index) argument 138 for (i = 0; i < push && elts[i] != index; ++i); 143 prim_restart_search_i32(const uint32_t *elts, unsigned push, uint32_t index) argument 146 for (i = 0; i < push && elts[i] != index; ++i); 172 ef_toggle_search_i08(struct push_context *ctx, const uint8_t *elts, unsigned n) argument 177 for (i = 0; i < n && ef_value_8(ctx, elts[i]) == ef; ++i); 179 for (i = 0; i < n && ef_value_32(ctx, elts[i]) == ef; ++i); 184 ef_toggle_search_i16(struct push_context *ctx, const uint16_t *elts, unsigne argument 196 ef_toggle_search_i32(struct push_context * ctx,const uint32_t * elts,unsigned n) argument 252 const uint8_t *restrict elts = (uint8_t *)ctx->idxbuf + start; local in function:disp_vertices_i08 309 const uint16_t *restrict elts = (uint16_t *)ctx->idxbuf + start; local in function:disp_vertices_i16 366 const uint32_t *restrict elts = (uint32_t *)ctx->idxbuf + start; local in function:disp_vertices_i32 688 copy_indices_u8(uint32_t * dst,const uint8_t * elts,uint32_t bias,unsigned n) argument 696 copy_indices_u16(uint32_t * dst,const uint16_t * elts,uint32_t bias,unsigned n) argument 704 copy_indices_u32(uint32_t * dst,const uint32_t * elts,uint32_t bias,unsigned n) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/ |
| H A D | translate.h | 83 const unsigned *elts, 90 const uint16_t *elts, 97 const uint8_t *elts,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/ |
| H A D | translate.h | 90 const unsigned *elts, 97 const uint16_t *elts, 104 const uint8_t *elts,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_pipeline.h | 68 const GLuint *elts, GLuint n );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_pipeline.h | 68 const GLuint *elts, GLuint n );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| H A D | translate_test.c | 62 unsigned * elts; local in function:main 145 elts = align_malloc(count * sizeof *elts, 4096); 170 elts[i] = i; 264 translate[0]->run_elts(translate[0], elts, count, 0, 0, buffer[1]); 266 translate[1]->run_elts(translate[1], elts, count, 0, 0, buffer[2]); 268 translate[0]->run_elts(translate[0], elts, count, 0, 0, buffer[3]); 270 translate[1]->run_elts(translate[1], elts, count, 0, 0, buffer[4]);
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftrender.c | 210 XGlyphElt8 *elts, 222 (XGlyphElt8*)elts, nelt); 228 (XGlyphElt16*)elts, nelt); 234 (XGlyphElt32*)elts, nelt); 264 XGlyphElt8 *elts; local in function:XftGlyphSpecRender 326 * Compute the number of glyph elts needed 367 elts = elts_local; 370 elts = AllocGlyphElt8Array (nelt); 371 if (!elts) 376 * Generate the list of glyph elts o 200 _XftCompositeText(Display * dpy,int op,Picture src,Picture dst,XRenderPictFormat * format,int srcx,int srcy,int dstx,int dsty,int eltwidth,XGlyphElt8 * elts,int nelt) argument 534 XGlyphElt8 *elts; local in function:XftGlyphFontSpecRender [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | animcur.c | 56 int nelt; /* number of elements in the elts array */ 57 AnimCurElt *elts; /* actually allocated right after the structure */ member in struct:_AnimCur 115 (*pScreen->CursorLimits) (pDev, pScreen, ac->elts[0].pCursor, 145 (void) (*pScreen->DisplayCursor) (dev, pScreen, ac->elts[elt].pCursor); 150 dev->spriteInfo->anim.pCursor = ac->elts[elt].pCursor; 152 return ac->elts[elt].delay; 181 ac->elts[0].pCursor); 188 ac->timer = TimerSet(ac->timer, 0, ac->elts[0].delay, 247 FreeCursor(ac->elts[i].pCursor, 0); 268 (*pScreen->RecolorCursor) (pDev, pScreen, ac->elts[ [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | animcur.c | 56 int nelt; /* number of elements in the elts array */ 57 AnimCurElt *elts; /* actually allocated right after the structure */ member in struct:_AnimCur 125 (*pScreen->CursorLimits) (pDev, pScreen, ac->elts[0].pCursor, 179 ac->elts[elt].pCursor); 184 dev->spriteInfo->anim.time = now + ac->elts[elt].delay; 219 (pDev, pScreen, ac->elts[0].pCursor); 223 pDev->spriteInfo->anim.time = GetTimeInMillis () + ac->elts[0].delay; 299 FreeCursor (ac->elts[i].pCursor, 0); 323 (*pScreen->RecolorCursor) (pDev, pScreen, ac->elts[i].pCursor, 406 ac->elts [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/ |
| H A D | translate_test.c | 63 unsigned * elts; local in function:main 146 elts = align_malloc(count * sizeof *elts, 4096); 171 elts[i] = i; 271 translate[0]->run_elts(translate[0], elts, count, 0, 0, buffer[1]); 273 translate[1]->run_elts(translate[1], elts, count, 0, 0, buffer[2]); 275 translate[0]->run_elts(translate[0], elts, count, 0, 0, buffer[3]); 277 translate[1]->run_elts(translate[1], elts, count, 0, 0, buffer[4]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_vsplit.c | 121 vsplit_add_cache_ubyte(struct vsplit_frontend *vsplit, const ubyte *elts, argument 127 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); 138 vsplit_add_cache_ushort(struct vsplit_frontend *vsplit, const ushort *elts, argument 144 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); 160 vsplit_add_cache_uint(struct vsplit_frontend *vsplit, const uint *elts, argument 169 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias);
|
| H A D | draw_pt_fetch_shade_pipeline.c | 168 fetch_info->elts, 227 fetch_info->elts); 403 fetch_info.elts = fetch_elts; 409 prim_info.elts = draw_elts; 432 fetch_info.elts = NULL; 437 prim_info.elts = NULL; 463 fetch_info.elts = NULL; 468 prim_info.elts = draw_elts;
|
| H A D | draw_pt_fetch_shade_pipeline_llvm.c | 369 const unsigned *elts; local in function:llvm_pipeline_generic 393 elts = NULL; 398 elts = fetch_info->elts; 410 elts); 522 fetch_info.elts = fetch_elts; 528 prim_info.elts = draw_elts; 551 fetch_info.elts = NULL; 556 prim_info.elts = NULL; 581 fetch_info.elts [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_vsplit.c | 121 vsplit_add_cache_ubyte(struct vsplit_frontend *vsplit, const ubyte *elts, argument 127 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); 138 vsplit_add_cache_ushort(struct vsplit_frontend *vsplit, const ushort *elts, argument 144 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); 160 vsplit_add_cache_uint(struct vsplit_frontend *vsplit, const uint *elts, argument 169 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias);
|
| H A D | draw_pt_fetch_shade_pipeline.c | 168 fetch_info->elts, 228 fetch_info->elts); 405 fetch_info.elts = fetch_elts; 411 prim_info.elts = draw_elts; 434 fetch_info.elts = NULL; 439 prim_info.elts = NULL; 465 fetch_info.elts = NULL; 470 prim_info.elts = draw_elts;
|