Searched defs:elts (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_dmatmp2.h549 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 Dt_dd_dmatmp2.h549 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 Ddraw_vs_llvm.c49 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 Ddraw_pt_fetch.c148 draw_pt_fetch_run(struct pt_fetch * fetch,const unsigned * elts,unsigned count,char * verts) argument
H A Ddraw_pt_emit.c142 const ushort *elts = prim_info->elts; local in function:draw_pt_emit
H A Ddraw_vs_variant.c154 vsvg_run_elts(struct draw_vs_variant * variant,const unsigned * elts,unsigned count,void * output_buffer) argument
H A Ddraw_pt_vsplit.c121 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 Ddraw_vs_llvm.c51 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 Ddraw_pt_fetch.c143 draw_pt_fetch_run(struct pt_fetch * fetch,const unsigned * elts,unsigned count,char * verts) argument
H A Ddraw_pt_emit.c144 const ushort *elts = prim_info->elts; local in function:draw_pt_emit
H A Ddraw_vs_variant.c154 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 Dtranslate_test.c62 unsigned * elts; local in function:main
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_split_inplace.c221 GLuint *elts = malloc(count * sizeof(GLuint)); local in function:split_prims
H A Dt_vb_render.c240 void _tnl_RenderClippedPolygon( struct gl_context *ctx, const GLuint *elts, GLuint n ) argument
H A Dt_vertex.c477 _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 Dnv30_push.c56 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 Dnv30_push.c56 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 Dtranslate_test.c63 unsigned * elts; local in function:main
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_split_inplace.c222 GLuint *elts = malloc(count * sizeof(GLuint)); local in function:split_prims
H A Dt_vb_render.c240 void _tnl_RenderClippedPolygon( struct gl_context *ctx, const GLuint *elts, GLuint n ) argument
/xsrc/external/mit/libXft/dist/src/
H A Dxftrender.c264 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 DGlyph.c385 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 Dnv50_push.c38 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 Dlp_setup_analysis.c219 const int elts[24] = { local in function:check_elts24
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c38 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...]

Completed in 35 milliseconds

123