HomeSort by relevance Sort by last modified time
    Searched defs:vp (Results 151 - 175 of 247) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_vertprog.c 41 struct nv30_vertprog *vp; member in struct:nvfx_vpc
90 struct nv30_vertprog *vp = vpc->vp; local
95 for (idx = 0; idx < vp->nr_consts; idx++) {
96 if (vp->consts[idx].index == pipe)
101 idx = vp->nr_consts++;
102 vp->consts = realloc(vp->consts, sizeof(*vpd) * vp->nr_consts);
103 vpd = &vp->consts[idx]
120 struct nv30_vertprog *vp = vpc->vp; local
204 struct nv30_vertprog *vp = vpc->vp; local
294 struct nv30_vertprog *vp = vpc->vp; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_surface.c 433 struct nv50_program *vp; member in struct:nv50_blitctx::__anon18475
442 struct nv50_program vp; member in struct:nv50_blitctx
467 blit->vp.type = PIPE_SHADER_VERTEX;
468 blit->vp.translated = TRUE;
469 blit->vp.code = (uint32_t *)code; /* const_cast */
470 blit->vp.code_size = sizeof(code);
471 blit->vp.max_gpr = 4;
472 blit->vp.max_out = 5;
473 blit->vp.out_nr = 2;
474 blit->vp.out[0].mask = 0x3
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_surface.c 452 struct nvc0_program *vp; member in struct:nvc0_blitctx::__anon18485
463 struct nvc0_program vp; member in struct:nvc0_blitctx
483 blit->vp.type = PIPE_SHADER_VERTEX;
484 blit->vp.translated = TRUE;
485 blit->vp.code = (uint32_t *)code; /* no relocations -> no modification */
486 blit->vp.code_size = sizeof(code);
487 blit->vp.max_gpr = 6;
488 blit->vp.vp.edgeflag = PIPE_MAX_ATTRIBS;
490 blit->vp.hdr[0] = 0x00020461; /* vertprog magic *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
gs-test.c 216 struct pipe_viewport_state vp; local
218 vp.scale[0] = half_width;
219 vp.scale[1] = half_height;
220 vp.scale[2] = half_depth;
221 vp.scale[3] = 1.0f;
223 vp.translate[0] = half_width + x;
224 vp.translate[1] = half_height + y;
225 vp.translate[2] = half_depth + z;
226 vp.translate[3] = 0.0f;
228 ctx->set_viewport_state( ctx, &vp );
    [all...]
  /external/clang/test/SemaCXX/
cstyle-cast.cpp 175 void *vp = (void*)(testval); local
176 long l = (long)(vp);
209 void *vp = (void*)(fp); local
210 (void)(fnptr)(vp);
  /external/libunwind/include/
libunwind_i.h 125 void *vp; member in union:__anon8387
130 u.vp = addr;
149 void *vp; member in union:__anon8388
154 u.vp = addr;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu.c 421 __u64 *vp; local
440 vp = &attr->config;
443 vp = &attr->config1;
446 vp = &attr->config2;
457 *vp |= pmu_format_value(format->bits, term->val.num);
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 41 struct nv30_vertprog *vp; member in struct:nvfx_vpc
90 struct nv30_vertprog *vp = vpc->vp; local
95 for (idx = 0; idx < vp->nr_consts; idx++) {
96 if (vp->consts[idx].index == pipe)
101 idx = vp->nr_consts++;
102 vp->consts = realloc(vp->consts, sizeof(*vpd) * vp->nr_consts);
103 vpd = &vp->consts[idx]
120 struct nv30_vertprog *vp = vpc->vp; local
204 struct nv30_vertprog *vp = vpc->vp; local
294 struct nv30_vertprog *vp = vpc->vp; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 433 struct nv50_program *vp; member in struct:nv50_blitctx::__anon10959
442 struct nv50_program vp; member in struct:nv50_blitctx
467 blit->vp.type = PIPE_SHADER_VERTEX;
468 blit->vp.translated = TRUE;
469 blit->vp.code = (uint32_t *)code; /* const_cast */
470 blit->vp.code_size = sizeof(code);
471 blit->vp.max_gpr = 4;
472 blit->vp.max_out = 5;
473 blit->vp.out_nr = 2;
474 blit->vp.out[0].mask = 0x3
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 452 struct nvc0_program *vp; member in struct:nvc0_blitctx::__anon10969
463 struct nvc0_program vp; member in struct:nvc0_blitctx
483 blit->vp.type = PIPE_SHADER_VERTEX;
484 blit->vp.translated = TRUE;
485 blit->vp.code = (uint32_t *)code; /* no relocations -> no modification */
486 blit->vp.code_size = sizeof(code);
487 blit->vp.max_gpr = 6;
488 blit->vp.vp.edgeflag = PIPE_MAX_ATTRIBS;
490 blit->vp.hdr[0] = 0x00020461; /* vertprog magic *
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
gs-test.c 216 struct pipe_viewport_state vp; local
218 vp.scale[0] = half_width;
219 vp.scale[1] = half_height;
220 vp.scale[2] = half_depth;
221 vp.scale[3] = 1.0f;
223 vp.translate[0] = half_width + x;
224 vp.translate[1] = half_height + y;
225 vp.translate[2] = half_depth + z;
226 vp.translate[3] = 0.0f;
228 ctx->set_viewport_state( ctx, &vp );
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClassEmitter.java 67 VisibilityPredicate vp = new VisibilityPredicate(type, false); local
69 CollectionUtils.filter(methods, vp);
72 CollectionUtils.filter(constructors, vp);
  /frameworks/base/media/java/android/media/session/
MediaSession.java 1185 VolumeProvider vp; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 137 } vp; member in union:nv50_ir_prog_info::__anon18458
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 382 D3D11_VIEWPORT vp; local
383 memset(&vp, 0, sizeof(vp));
384 vp.Width = (float)width;
385 vp.Height = (float)height;
386 vp.MaxDepth = 1.0f;
424 ctx->RSSetViewports(1, &vp);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4.h 219 const struct gl_vertex_program *vp; member in class:brw::vec4_visitor
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 511 struct pipe_viewport_state vp; local
512 vp.scale[0] = 0.5f * width;
513 vp.scale[1] = height * (invert ? -0.5f : 0.5f);
514 vp.scale[2] = 0.5f;
515 vp.scale[3] = 1.0f;
516 vp.translate[0] = 0.5f * width;
517 vp.translate[1] = 0.5f * height;
518 vp.translate[2] = 0.5f;
519 vp.translate[3] = 0.0f;
520 cso_set_viewport(cso, &vp);
    [all...]
st_context.h 131 struct st_vertex_program *vp; /**< Currently bound vertex program */ member in struct:st_context
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_generic.c 54 const GLfloat * const vp = a->vp; local
56 out[0] = vp[0] * in[0] + vp[12];
57 out[1] = vp[5] * in[1] + vp[13];
58 out[2] = vp[10] * in[2] + vp[14];
66 const GLfloat * const vp = a->vp; local
78 const GLfloat * const vp = a->vp; local
90 const GLfloat * const vp = a->vp; local
102 const GLfloat * const vp = a->vp; local
113 const GLfloat * const vp = a->vp; local
124 const GLfloat * const vp = a->vp; local
135 const GLfloat * const vp = a->vp; local
145 const GLfloat * const vp = a->vp; local
585 const GLfloat * const vp = a->vp; local
601 const GLfloat * const vp = a->vp; local
614 const GLfloat * const vp = a->vp; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.c 149 yasm_valparam *vp; local
150 yasm_vps_foreach(vp, valparams) {
151 /*@null@*/ /*@dependent@*/ const char *s = yasm_vp_string(vp);
154 else if (vp->type == YASM_PARAM_EXPR) {
156 intcpu = yasm_expr_get_intnum(&vp->param.e, 0);
176 yasm_valparam *vp; local
181 if ((vp = yasm_vps_first(valparams)) && !vp->val &&
182 (e = yasm_vp_expr(vp, object->symtab, line)) != NULL &&
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 644 xdf_helper_use(void *obj, yasm_valparam *vp, unsigned long line, void *d,
665 yasm_valparam *vp; local
705 vp = yasm_vps_first(valparams);
706 sectname = yasm_vp_string(vp);
709 vp = yasm_vps_next(vp);
711 flags_override = yasm_dir_helper(object, vp, line, help, NELEMS(help),
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 476 yasm_valparam *vp; local
493 vp = yasm_vp_create_string(id, STRING_val.contents);
515 vp = yasm_vp_create_id(id, ID_val, '$');
526 vp = yasm_vp_create_expr(id, e);
530 yasm_vps_append(vps, vp);
1533 yasm_valparam *vp = yasm_vps_first(valparams); local
1567 yasm_valparam *vp; local
    [all...]
  /external/fio/
parse.c 33 const struct value_pair *vp; local
39 vp = &o->posval[entries];
40 if (!vp->ival || vp->ival[0] == '\0')
43 memcpy(&vpmap[entries], vp, sizeof(*vp));
76 const struct value_pair *vp = &o->posval[i]; local
78 if (!vp->ival)
81 log_info("%20s: %-10s", i == 0 ? "valid values" : "", vp->ival);
82 if (vp->help
418 const struct value_pair *vp; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 137 } vp; member in union:nv50_ir_prog_info::__anon10942
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 382 D3D11_VIEWPORT vp; local
383 memset(&vp, 0, sizeof(vp));
384 vp.Width = (float)width;
385 vp.Height = (float)height;
386 vp.MaxDepth = 1.0f;
424 ctx->RSSetViewports(1, &vp);

Completed in 1255 milliseconds

1 2 3 4 5 67 8 910