| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_dmatmp2.h | 549 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 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_dmatmp2.h | 549 GLuint *elts = GET_MESA_ELTS(); local in function:TAG 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.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_vs_llvm.c | 49 vs_llvm_run_linear(struct draw_vertex_shader * shader,const float (* input)[4],float (* output)[4],const void * constants[PIPE_MAX_CONSTANT_BUFFERS],const unsigned constants_size[PIPE_MAX_CONSTANT_BUFFERS],unsigned count,unsigned input_stride,unsigned output_stride,const unsigned * elts) argument
|
| H A D | draw_pt_fetch.c | 148 draw_pt_fetch_run(struct pt_fetch * fetch,const unsigned * elts,unsigned count,char * verts) argument
|
| H A D | draw_pt_emit.c | 142 const ushort *elts = prim_info->elts; local in function:draw_pt_emit
|
| H A D | draw_vs_variant.c | 154 vsvg_run_elts(struct draw_vs_variant * variant,const unsigned * elts,unsigned count,void * output_buffer) argument
|
| H A D | draw_pt_vsplit.c | 121 vsplit_add_cache_ubyte(struct vsplit_frontend *vsplit, const ubyte *elts, argument 138 vsplit_add_cache_ushort(struct vsplit_frontend *vsplit, const ushort *elts, argument 160 vsplit_add_cache_uint(struct vsplit_frontend *vsplit, const uint *elts, argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_vs_llvm.c | 51 vs_llvm_run_linear(struct draw_vertex_shader * shader,const float (* input)[4],float (* output)[4],const void * constants[PIPE_MAX_CONSTANT_BUFFERS],const unsigned constants_size[PIPE_MAX_CONSTANT_BUFFERS],unsigned count,unsigned input_stride,unsigned output_stride,const unsigned * elts) argument
|
| H A D | draw_pt_fetch.c | 143 draw_pt_fetch_run(struct pt_fetch * fetch,const unsigned * elts,unsigned count,char * verts) argument
|
| H A D | draw_pt_emit.c | 144 const ushort *elts = prim_info->elts; local in function:draw_pt_emit
|
| H A D | draw_vs_variant.c | 154 vsvg_run_elts(struct draw_vs_variant * variant,const unsigned * elts,unsigned count,void * output_buffer) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| H A D | translate_test.c | 62 unsigned * elts; local in function:main
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_split_inplace.c | 221 GLuint *elts = malloc(count * sizeof(GLuint)); local in function:split_prims
|
| H A D | t_vb_render.c | 240 void _tnl_RenderClippedPolygon( struct gl_context *ctx, const GLuint *elts, GLuint n ) argument
|
| H A D | t_vertex.c | 477 _tnl_emit_indexed_vertices_to_buffer(struct gl_context * ctx,const GLuint * elts,GLuint start,GLuint end,void * dest) argument
|
| /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 66 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) argument 76 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) argument 88 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local in function:emit_vertices_i08 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 66 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) argument 76 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) argument 88 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local in function:emit_vertices_i08 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/tests/unit/ |
| H A D | translate_test.c | 63 unsigned * elts; local in function:main
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_split_inplace.c | 222 GLuint *elts = malloc(count * sizeof(GLuint)); local in function:split_prims
|
| H A D | t_vb_render.c | 240 void _tnl_RenderClippedPolygon( struct gl_context *ctx, const GLuint *elts, GLuint n ) argument
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftrender.c | 264 XGlyphElt8 *elts; local in function:XftGlyphSpecRender 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/libXrender/dist/src/ |
| H A D | Glyph.c | 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/nv50/ |
| H A D | nv50_push.c | 38 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) argument 48 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) argument 58 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) argument 70 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local in function:emit_vertices_i08 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/llvmpipe/ |
| H A D | lp_setup_analysis.c | 219 const int elts[24] = { local in function:check_elts24
|
| /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 48 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) argument 58 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) argument 70 uint8_t *elts = (uint8_t *)ctx->idxbuf + start; local in function:emit_vertices_i08 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...] |