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

1 2 3 4 5 67 8 9

  /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/kernel-headers/original/linux/sunrpc/
svc.h 83 u32 val, *vp; local
84 vp = iov->iov_base;
85 val = *vp++;
86 iov->iov_base = (void*)vp;
93 u32 *vp = (u32 *)iov->iov_base; local
94 iov->iov_base = (void *)(vp - 1);
95 iov->iov_len += sizeof(*vp);
100 u32 *vp = iov->iov_base + iov->iov_len; local
101 *vp = val;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 137 } vp; member in union:nv50_ir_prog_info::__anon24925
  /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);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.h 219 const struct gl_vertex_program *vp; member in class:brw::vec4_visitor
  /external/mesa3d/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/mesa3d/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...]
  /ndk/sources/host-tools/make-3.81/
variable.c 295 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec;
296 struct variable **end = &vp[global_variable_set.table.ht_size];
304 for (; vp < end; ++vp)
305 if (!HASH_VACANT (*vp))
307 struct variable *v = *vp;
292 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec; local
1339 struct variable *vp; local
    [all...]
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 316 int vp = frameSize + j * width, u = 0, v = 0; local
317 int up = vp + frameSize;
319 for (int i = 0; i < width; i++, yp++, vp++, up++)
324 v = (0xff & yuv420sp[vp]) - 128;
  /packages/apps/Camera2/jni/
feature_mos_jni.cpp 316 int vp = frameSize + j * width, u = 0, v = 0; local
317 int up = vp + frameSize;
319 for (int i = 0; i < width; i++, yp++, vp++, up++)
324 v = (0xff & yuv420sp[vp]) - 128;
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 267 float vp = Math.min(1f, velocity / (config.getScaledMaximumFlingVelocity() / 2f)); local
268 int offsetY = (int) (-from.top * vp);
  /packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java 370 float vp = Math.min(1f, velocity / (config.getScaledMaximumFlingVelocity() / 2f)); local
371 int offsetY = (int) (-from.top * vp);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 316 int vp = frameSize + j * width, u = 0, v = 0; local
317 int up = vp + frameSize;
319 for (int i = 0; i < width; i++, yp++, vp++, up++)
324 v = (0xff & yuv420sp[vp]) - 128;
  /bionic/libc/netbsd/resolv/
res_debug.c 872 u_int8_t vp = 0x13; /* default = 1e3 cm = 10.00m */ local
954 vp = precsize_aton(&cp);
962 *bcp++ = vp;
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 255 BOOLEAN vp; /* virtually unplug flag */ member in struct:__anon2993
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 116 struct pipe_viewport_state vp, vp_saved; member in struct:cso_context
650 const struct pipe_viewport_state *vp)
652 if (memcmp(&ctx->vp, vp, sizeof(*vp))) {
653 ctx->vp = *vp;
654 ctx->pipe->set_viewport_state(ctx->pipe, vp);
661 ctx->vp_saved = ctx->vp;
667 if (memcmp(&ctx->vp, &ctx->vp_saved, sizeof(ctx->vp)))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_gen_mipmap.c 1611 struct pipe_viewport_state vp; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs_emit.c 102 get_first_reladdr_output(struct gl_vertex_program *vp)
107 for (i = 0; i < vp->Base.NumInstructions; i++) {
108 struct prog_instruction *inst = vp->Base.Instructions + i;
128 if (c->vp->use_const_buffer) {
182 struct brw_vertex_program *vp = c->vp; local
183 const struct gl_program_parameter_list *params = vp->program.Base.Parameters;
190 if (c->vp->program.Base.Parameters->NumParameters +
191 c->vp->program.Base.NumTemporaries + 20 > BRW_MAX_GRF)
192 c->vp->use_const_buffer = true
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 1282 const struct gl_viewport_attrib *vp; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c 767 struct pipe_viewport_state vp; local
768 vp.scale[0] = 0.5f * w;
769 vp.scale[1] = -0.5f * h;
770 vp.scale[2] = 0.5f;
771 vp.scale[3] = 1.0f;
772 vp.translate[0] = 0.5f * w;
773 vp.translate[1] = 0.5f * h;
774 vp.translate[2] = 0.5f;
775 vp.translate[3] = 0.0f;
776 cso_set_viewport(cso, &vp);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 483 yasm_valparam *vp; local
486 vp = yasm_vp_create_string(NULL, yasm__xstrdup(map_filename));
487 yasm_vps_append(&vps, vp);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 97 yasm_valparam *vp = yasm_vps_first(valparams); local
99 sym = yasm_symtab_declare(object->symtab, yasm_vp_id(vp), YASM_SYM_EXTERN,
113 yasm_valparam *vp = yasm_vps_first(valparams); local
115 sym = yasm_symtab_declare(object->symtab, yasm_vp_id(vp), YASM_SYM_GLOBAL,
129 yasm_valparam *vp = yasm_vps_first(valparams); local
130 yasm_valparam *vp2 = yasm_vps_next(vp);
139 sym = yasm_symtab_declare(object->symtab, yasm_vp_id(vp), YASM_SYM_COMMON,
    [all...]

Completed in 1604 milliseconds

1 2 3 4 5 67 8 9