/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_fetch_shade_emit.c | 63 const struct vertex_info *vinfo; member in struct:fetch_shade_emit 77 const struct vertex_info *vinfo; local 89 fse->vinfo = vinfo = draw->render->get_vertex_info(draw->render); 91 fse->key.output_stride = vinfo->size * 4; 92 fse->key.nr_outputs = vinfo->num_attribs; 127 for (i = 0; i < vinfo->num_attribs; i++) { 128 unsigned emit_sz = draw_translate_vinfo_size(vinfo->attrib[i].emit); 137 fse->key.element[i].out.format = vinfo->attrib[i].emit; 138 fse->key.element[i].out.vs_output = vinfo->attrib[i].src_index [all...] |
draw_pipe_vbuf.c | 57 const struct vertex_info *vinfo; member in struct:vbuf_stage 143 if (0) draw_dump_emitted_vertex(vbuf->vinfo, (uint8_t *)vbuf->vertex_ptr); 217 vbuf->vinfo = vbuf->render->get_vertex_info(vbuf->render); 218 vbuf->vertex_size = vbuf->vinfo->size * sizeof(float); 224 for (i = 0; i < vbuf->vinfo->num_attribs; i++) { 228 unsigned src_offset = (vbuf->vinfo->attrib[i].src_index * 4 * sizeof(float) ); 230 output_format = draw_translate_vinfo_format(vbuf->vinfo->attrib[i].emit); 231 emit_sz = draw_translate_vinfo_size(vbuf->vinfo->attrib[i].emit); 236 if (vbuf->vinfo->attrib[i].emit == EMIT_1F_PSIZE) { 252 hw_key.nr_elements = vbuf->vinfo->num_attribs [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_swtnl_state.c | 152 struct vertex_info *vinfo = &svga_render->vertex_info; local 161 memset(vinfo, 0, sizeof(*vinfo)); 166 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_LINEAR, src); 167 vinfo->attrib[0].emit = EMIT_4F; 186 draw_emit_vertex_attr(vinfo, EMIT_4F, colorInterp, src); 193 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, src); 202 draw_emit_vertex_attr(vinfo, EMIT_1F, INTERP_PERSPECTIVE, src); 217 draw_compute_vertex_size(vinfo);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_swtnl_state.c | 152 struct vertex_info *vinfo = &svga_render->vertex_info; local 161 memset(vinfo, 0, sizeof(*vinfo)); 166 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_LINEAR, src); 167 vinfo->attrib[0].emit = EMIT_4F; 186 draw_emit_vertex_attr(vinfo, EMIT_4F, colorInterp, src); 193 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, src); 202 draw_emit_vertex_attr(vinfo, EMIT_1F, INTERP_PERSPECTIVE, src); 217 draw_compute_vertex_size(vinfo);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_vbuf.c | 57 const struct vertex_info *vinfo; member in struct:vbuf_stage 143 if (0) draw_dump_emitted_vertex(vbuf->vinfo, (uint8_t *)vbuf->vertex_ptr); 217 vbuf->vinfo = vbuf->render->get_vertex_info(vbuf->render); 218 vbuf->vertex_size = vbuf->vinfo->size * sizeof(float); 224 for (i = 0; i < vbuf->vinfo->num_attribs; i++) { 228 unsigned src_offset = (vbuf->vinfo->attrib[i].src_index * 4 * sizeof(float) ); 230 output_format = draw_translate_vinfo_format(vbuf->vinfo->attrib[i].emit); 231 emit_sz = draw_translate_vinfo_size(vbuf->vinfo->attrib[i].emit); 236 if (vbuf->vinfo->attrib[i].emit == EMIT_1F_PSIZE) { 252 hw_key.nr_elements = vbuf->vinfo->num_attribs [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_prim_emit.c | 72 const struct vertex_info *vinfo = &i915->current.vertex_info; local 78 for (i = 0; i < vinfo->num_attribs; i++) { 79 const uint j = vinfo->attrib[i].src_index; 81 switch (vinfo->attrib[i].emit) { 122 assert(count == vinfo->size);
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_prim_emit.c | 72 const struct vertex_info *vinfo = &i915->current.vertex_info; local 78 for (i = 0; i < vinfo->num_attribs; i++) { 79 const uint j = vinfo->attrib[i].src_index; 81 switch (vinfo->attrib[i].emit) { 122 assert(count == vinfo->size);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 65 struct vertex_info *vinfo = &softpipe->vertex_info; local 67 if (vinfo->num_attribs == 0) { 88 vinfo->num_attribs = 0; 134 draw_emit_vertex_attr(vinfo, EMIT_4F, interp, src); 140 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_CONSTANT, 144 draw_compute_vertex_size(vinfo); 147 return vinfo;
|
sp_setup.c | 611 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local 630 const uint vertSlot = vinfo->attrib[fragSlot].src_index; 633 switch (vinfo->attrib[fragSlot].interp_mode) { 951 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local 986 const uint vertSlot = vinfo->attrib[fragSlot].src_index; 989 switch (vinfo->attrib[fragSlot].interp_mode) { 1208 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 65 struct vertex_info *vinfo = &softpipe->vertex_info; local 67 if (vinfo->num_attribs == 0) { 88 vinfo->num_attribs = 0; 134 draw_emit_vertex_attr(vinfo, EMIT_4F, interp, src); 140 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_CONSTANT, 144 draw_compute_vertex_size(vinfo); 147 return vinfo;
|
sp_setup.c | 611 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local 630 const uint vertSlot = vinfo->attrib[fragSlot].src_index; 633 switch (vinfo->attrib[fragSlot].interp_mode) { 951 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local 986 const uint vertSlot = vinfo->attrib[fragSlot].src_index; 989 switch (vinfo->attrib[fragSlot].interp_mode) { 1208 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
SDL_ipodvideo.c | 260 struct fb_var_screeninfo vinfo; local 270 ioctl (fbfd, FBIOGET_VSCREENINFO, &vinfo); 282 lcd_width = vinfo.xres; 283 lcd_height = vinfo.yres; 319 struct fb_var_screeninfo vinfo; local 321 ioctl (fbfd, FBIOGET_VSCREENINFO, &vinfo); 324 width = vinfo.xres; 325 height = vinfo.yres;
|
/external/chromium_org/third_party/openssl/openssl/crypto/srp/ |
srp_vfy.c | 207 static void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g, 210 vinfo->N = N; 211 vinfo->g = g; 214 static int SRP_user_pwd_set_ids(SRP_user_pwd *vinfo, const char *id, 217 if (id != NULL && NULL == (vinfo->id = BUF_strdup(id))) 219 return (info == NULL || NULL != (vinfo->info = BUF_strdup(info))) ; 222 static int SRP_user_pwd_set_sv(SRP_user_pwd *vinfo, const char *s, 231 if (NULL == (vinfo->v = BN_bin2bn(tmp, len, NULL)) ) 234 return ((vinfo->s = BN_bin2bn(tmp, len, NULL)) != NULL) ; 237 static int SRP_user_pwd_set_sv_BN(SRP_user_pwd *vinfo, BIGNUM *s, BIGNUM *v [all...] |
/external/openssl/crypto/srp/ |
srp_vfy.c | 207 static void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g, 210 vinfo->N = N; 211 vinfo->g = g; 214 static int SRP_user_pwd_set_ids(SRP_user_pwd *vinfo, const char *id, 217 if (id != NULL && NULL == (vinfo->id = BUF_strdup(id))) 219 return (info == NULL || NULL != (vinfo->info = BUF_strdup(info))) ; 222 static int SRP_user_pwd_set_sv(SRP_user_pwd *vinfo, const char *s, 231 if (NULL == (vinfo->v = BN_bin2bn(tmp, len, NULL)) ) 234 return ((vinfo->s = BN_bin2bn(tmp, len, NULL)) != NULL) ; 237 static int SRP_user_pwd_set_sv_BN(SRP_user_pwd *vinfo, BIGNUM *s, BIGNUM *v [all...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_display.c | 64 struct fb_var_screeninfo vinfo; variable in typeref:struct:fb_var_screeninfo 191 e->dst.width = vinfo.xres; 192 e->dst.height = vinfo.yres; 289 if (ioctl(fb_fd, FBIOGET_VSCREENINFO, &vinfo) < 0) { 299 vinfo.activate = FB_ACTIVATE_VBL; 316 result = ioctl(fb_fd, FBIOPAN_DISPLAY, &vinfo); 473 e->dst.width = vinfo.xres; 474 e->dst.height = vinfo.yres; 533 e->dst.width = vinfo.xres; 534 e->dst.height = vinfo.yres [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_draw.c | 224 struct vertex_info *vinfo = &r->vertex_info; local 243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib); 247 r->vtxptr[attrib] = vinfo->size | NV30_3D_VTXBUF_DMA1; 248 vinfo->size += draw_translate_vinfo_size(emit); 275 struct vertex_info *vinfo = &r->vertex_info; local 295 vinfo->num_attribs = 0; 296 vinfo->size = 0; 329 r->vtxfmt[i] |= vinfo->size << 8; 360 vinfo->size /= 4;
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_draw.c | 224 struct vertex_info *vinfo = &r->vertex_info; local 243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib); 247 r->vtxptr[attrib] = vinfo->size | NV30_3D_VTXBUF_DMA1; 248 vinfo->size += draw_translate_vinfo_size(emit); 275 struct vertex_info *vinfo = &r->vertex_info; local 295 vinfo->num_attribs = 0; 296 vinfo->size = 0; 329 r->vtxfmt[i] |= vinfo->size << 8; 360 vinfo->size /= 4;
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/ |
egl_glx.c | 362 struct GLX_egl_display *GLX_dpy, XVisualInfo *vinfo, 370 err = GLX_drv->glXGetConfig(dpy, vinfo, GLX_USE_GL, &val); 372 err = GLX_drv->glXGetConfig(dpy, vinfo, GLX_RGBA, &val); 377 err = GLX_drv->glXGetConfig(dpy, vinfo, GLX_DOUBLEBUFFER, &val); 389 GLX_conf->Base.NativeVisualID = vinfo->visualid; 390 GLX_conf->Base.NativeVisualType = vinfo->class; 401 err = GLX_drv->glXGetConfig(dpy, vinfo, attr, &val); 906 XVisualInfo *vinfo; local 908 vinfo = GLX_drv->glXGetVisualFromFBConfig(GLX_dpy->dpy, fbconfig); 909 if (vinfo) { [all...] |
/external/mesa3d/src/egl/drivers/glx/ |
egl_glx.c | 362 struct GLX_egl_display *GLX_dpy, XVisualInfo *vinfo, 370 err = GLX_drv->glXGetConfig(dpy, vinfo, GLX_USE_GL, &val); 372 err = GLX_drv->glXGetConfig(dpy, vinfo, GLX_RGBA, &val); 377 err = GLX_drv->glXGetConfig(dpy, vinfo, GLX_DOUBLEBUFFER, &val); 389 GLX_conf->Base.NativeVisualID = vinfo->visualid; 390 GLX_conf->Base.NativeVisualType = vinfo->class; 401 err = GLX_drv->glXGetConfig(dpy, vinfo, attr, &val); 906 XVisualInfo *vinfo; local 908 vinfo = GLX_drv->glXGetVisualFromFBConfig(GLX_dpy->dpy, fbconfig); 909 if (vinfo) { [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
omx_vdec_test.cpp | 239 static struct fb_var_screeninfo vinfo; variable in typeref:struct:fb_var_screeninfo [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
fakeglx.c | 146 is_usable_visual( XVisualInfo *vinfo ) 148 switch (vinfo->CLASS) { 218 * vinfo - the XVisualInfo to test 225 level_of_visual( Display *dpy, XVisualInfo *vinfo ) 230 overlay_info = GetOverlayInfo(dpy, vinfo->screen, &numOverlaysPerScreen); 238 if (ov->overlay_visual == vinfo->visualid) { 265 save_glx_visual( Display *dpy, XVisualInfo *vinfo, 327 if ((!comparePointers && v->visinfo->visualid == vinfo->visualid) 328 || (comparePointers && v->vishandle == vinfo)) { 336 xmvis = XMesaCreateVisual( dpy, vinfo, GL_TRUE, alphaFlag, dbFlag 485 XVisualInfo *vinfo = glxvis->visinfo; local [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
fakeglx.c | 146 is_usable_visual( XVisualInfo *vinfo ) 148 switch (vinfo->CLASS) { 218 * vinfo - the XVisualInfo to test 225 level_of_visual( Display *dpy, XVisualInfo *vinfo ) 230 overlay_info = GetOverlayInfo(dpy, vinfo->screen, &numOverlaysPerScreen); 238 if (ov->overlay_visual == vinfo->visualid) { 265 save_glx_visual( Display *dpy, XVisualInfo *vinfo, 327 if ((!comparePointers && v->visinfo->visualid == vinfo->visualid) 328 || (comparePointers && v->vishandle == vinfo)) { 336 xmvis = XMesaCreateVisual( dpy, vinfo, GL_TRUE, alphaFlag, dbFlag 485 XVisualInfo *vinfo = glxvis->visinfo; local [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
omx_vdec_test.cpp | 329 static struct fb_var_screeninfo vinfo; variable in typeref:struct:fb_var_screeninfo [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | 132 is_usable_visual( XVisualInfo *vinfo ) 134 switch (vinfo->CLASS) { 142 if (vinfo->depth>=4) { 164 save_glx_visual( Display *dpy, XVisualInfo *vinfo, 230 if ((!comparePointers && v->visinfo->visualid == vinfo->visualid) 231 || (comparePointers && v->vishandle == vinfo)) { 239 xmvis = XMesaCreateVisual( dpy, vinfo, rgbFlag, alphaFlag, dbFlag, 249 xmvis->vishandle = vinfo; 350 find_glx_visual( Display *dpy, XVisualInfo *vinfo ) 357 && VisualTable[i]->visinfo->visualid == vinfo->visualid) [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | 132 is_usable_visual( XVisualInfo *vinfo ) 134 switch (vinfo->CLASS) { 142 if (vinfo->depth>=4) { 164 save_glx_visual( Display *dpy, XVisualInfo *vinfo, 230 if ((!comparePointers && v->visinfo->visualid == vinfo->visualid) 231 || (comparePointers && v->vishandle == vinfo)) { 239 xmvis = XMesaCreateVisual( dpy, vinfo, rgbFlag, alphaFlag, dbFlag, 249 xmvis->vishandle = vinfo; 350 find_glx_visual( Display *dpy, XVisualInfo *vinfo ) 357 && VisualTable[i]->visinfo->visualid == vinfo->visualid) [all...] |