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

1 2 3 4 5 6 78 910

  /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...]
  /external/valgrind/main/coregrind/m_debuginfo/
lzoconf.h 393 typedef union { void *vp; lzo_bytep bp; lzo_uint u; lzo_uint32 u32; unsigned long l; } lzo_align_t; member in union:__anon16093
  /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/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 276 float vp = Math.min(1f, velocity / (config.getScaledMaximumFlingVelocity() / 2f)); local
277 int offsetY = (int) (-from.top * vp);
  /packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java 384 float vp = Math.min(1f, velocity / (config.getScaledMaximumFlingVelocity() / 2f)); local
385 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/dns/resolv/
res_debug.c 931 u_int8_t vp = 0x13; /* default = 1e3 cm = 10.00m */ local
1013 vp = precsize_aton(&cp);
1021 *bcp++ = vp;
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 253 BOOLEAN vp; /* virtually unplug flag */ member in struct:__anon5251
  /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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 900 yasm_valparam *vp; local
908 if (!valparams || !(vp = yasm_vps_first(valparams)) ||
909 vp->val || vp->type != YASM_PARAM_EXPR) {
914 intn = yasm_expr_get_intnum(&vp->param.e, 0);
929 vp = yasm_vps_next(vp);
930 if (!vp || vp->val || vp->type != YASM_PARAM_EXPR)
1111 yasm_valparam *vp; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 1446 yasm_valparam *vp; local
1599 yasm_valparam *vp; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 120 yasm_valparam *vp = yasm_vps_first(objext_valparams); local
121 for (; vp; vp = yasm_vps_next(vp)) {
122 if (yasm_vp_string(vp))
125 yasm_vp_string(vp));
141 elf_global_helper_valparam(void *obj, yasm_valparam *vp, unsigned long line,
148 if (!vp->val && (s = yasm_vp_id(vp))) {
152 } else if (!vp->val && vp->type == YASM_PARAM_EXPR && !data->size)
219 yasm_valparam *vp = yasm_vps_first(objext_valparams); local
997 yasm_valparam *vp; local
1146 yasm_valparam *vp = yasm_vps_first(valparams); local
1183 yasm_valparam *vp = yasm_vps_first(valparams); local
1210 yasm_valparam *vp = yasm_vps_first(valparams); local
1225 yasm_valparam *vp; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 469 rdf_helper_flag(void *obj, yasm_valparam *vp, unsigned long line, void *d,
606 yasm_valparam *vp = yasm_vps_first(objext_valparams); local
607 for (; vp; vp = yasm_vps_next(vp)) {
608 if (!vp->val) {
613 if (!(align_expr = yasm_vp_expr(vp,
620 vp->val);
636 N_("Unrecognized qualifier `%s'"), vp->val);
853 rdf_helper_set_type(void *obj, yasm_valparam *vp, unsigned long line
884 yasm_valparam *vp = yasm_vps_first(valparams); local
1033 yasm_valparam *vp = yasm_vps_first(valparams); local
1041 yasm_valparam *vp = yasm_vps_first(valparams); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c 276 yasm_valparam *vp; local
334 vp = yasm_vp_create_string(NULL, filename);
335 yasm_vps_append(&vps, vp);
374 yasm_valparam *vp; local
442 vp = yasm_vp_create_string(NULL, filename);
443 yasm_vps_append(&vps, vp);
591 yasm_valparam *vp = yasm_vp_create_expr(NULL, align); local
592 yasm_vps_append(extvps, vp);
816 yasm_valparam *vp; local
849 vp = yasm_vp_create_string(NULL, filename)
1010 yasm_valparam *vp; local
1543 yasm_valparam *vp; local
    [all...]
  /external/clang/test/SemaCXX/
functional-cast.cpp 237 void *vp = voidp(testval); local
238 long l = long(vp);
281 void *vp = voidp(fp); local
282 (void)fnptr(vp);

Completed in 1081 milliseconds

1 2 3 4 5 6 78 910