HomeSort by relevance Sort by last modified time
    Searched refs:vp (Results 101 - 125 of 255) sorted by null

1 2 3 45 6 7 8 91011

  /external/eigen/demos/opengl/
gpuhelper.cpp 42 GLint vp[4]; local
43 glGetIntegerv(GL_VIEWPORT, vp);
44 glOrtho(0., vp[2], 0., vp[3], -1., 1.);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.h 44 } vp; member in struct:nvc0_program
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_surface_state.c 50 struct brw_vertex_program *vp = local
52 const struct gl_program_parameter_list *params = vp->program.Base.Parameters;
55 if (vp->program.IsNVProgram)
61 _mesa_load_state_parameters(&brw->intel.ctx, vp->program.Base.Parameters);
brw_vs_constval.c 189 const struct brw_vertex_program *vp = local
202 if (vp->program.Base.NumInstructions == 0) {
218 if (vp->program.Base.InputsRead & BITFIELD64_BIT(i))
222 for (insn = 0; insn < vp->program.Base.NumInstructions; insn++) {
223 struct prog_instruction *inst = &vp->program.Base.Instructions[insn];
  /external/mksh/src/
expr.c 195 * parse and evaluate expression, storing result in vp.
198 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok,
238 vp->flag |= INT_U;
239 if (vp->flag & INTEGER)
240 setint_v(vp, v, es->arith);
243 setstr(vp, str_val(v), error_ok);
723 struct tbl *vp; local
725 vp = alloc(sizeof(struct tbl), ATEMP);
726 vp->flag = ISSET|INTEGER;
727 vp->type = 0
    [all...]
funcs.c 644 struct tbl *vp, **p; local
865 for (p = ktsort(&l->funs); (vp = *p++); ) {
866 if (flag && (vp->flag & flag) == 0)
870 tobool(vp->flag & FKSH),
871 vp->name, vp->val.t);
873 shf_puts(vp->name, shl_stdout);
879 varsearch(e->loc, &vp, wp[i], hash(wp[i]));
880 c_typeset_vardump(vp, flag, thing, pflag, istset);
891 struct tbl **blockvars, *vp; local
1812 struct tbl *vp \/* FU gcc *\/ = NULL, *vq; local
2476 struct tbl *vp; local
    [all...]
main.c 190 struct tbl *vp; local
328 vp = global("PATH");
330 setstr(vp, def_path, KSH_RETURN_ERROR);
361 vp = global("PWD");
362 cp = str_val(vp);
371 setstr(vp, current_wd, KSH_RETURN_ERROR);
385 vp = global("PS1");
387 if (!(vp->flag & ISSET) ||
388 (!ksheuid && !strchr(str_val(vp), '#')))
390 setstr(vp, safe_prompt, KSH_RETURN_ERROR)
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp 136 void test_spec(N0::X0<void*> xvp, void *vp) {
137 xvp.f1(vp);
274 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp,
276 xvp.ft1(vp, cvp);
277 xvp.ft1(vp, i);
278 xvp.ft1(vp, u);
  /external/jemalloc/test/unit/
ckh.c 49 void **kp, **vp; local
53 vp = (i & 2) ? &v.p : NULL;
56 assert_false(ckh_search(&ckh, strs[i], kp, vp),
75 void **kp, **vp; local
79 vp = (i & 2) ? &v.p : NULL;
82 assert_false(ckh_remove(&ckh, strs[i], kp, vp),
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-test.c 183 struct pipe_viewport_state vp; local
185 vp.scale[0] = half_width;
186 vp.scale[1] = half_height;
187 vp.scale[2] = half_depth;
188 vp.scale[3] = 1.0f;
190 vp.translate[0] = half_width + x;
191 vp.translate[1] = half_height + y;
192 vp.translate[2] = half_depth + z;
193 vp.translate[3] = 0.0f;
195 ctx->set_viewport_state( ctx, &vp );
    [all...]
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...]
vs-test.c 127 struct pipe_viewport_state vp; local
129 vp.scale[0] = half_width;
130 vp.scale[1] = half_height;
131 vp.scale[2] = half_depth;
132 vp.scale[3] = 1.0f;
134 vp.translate[0] = half_width + x;
135 vp.translate[1] = half_height + y;
136 vp.translate[2] = half_depth + z;
137 vp.translate[3] = 0.0f;
139 ctx->set_viewport_state( ctx, &vp );
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 183 struct pipe_viewport_state vp; local
185 vp.scale[0] = half_width;
186 vp.scale[1] = half_height;
187 vp.scale[2] = half_depth;
188 vp.scale[3] = 1.0f;
190 vp.translate[0] = half_width + x;
191 vp.translate[1] = half_height + y;
192 vp.translate[2] = half_depth + z;
193 vp.translate[3] = 0.0f;
195 ctx->set_viewport_state( ctx, &vp );
    [all...]
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...]
vs-test.c 127 struct pipe_viewport_state vp; local
129 vp.scale[0] = half_width;
130 vp.scale[1] = half_height;
131 vp.scale[2] = half_depth;
132 vp.scale[3] = 1.0f;
134 vp.translate[0] = half_width + x;
135 vp.translate[1] = half_height + y;
136 vp.translate[2] = half_depth + z;
137 vp.translate[3] = 0.0f;
139 ctx->set_viewport_state( ctx, &vp );
    [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/CodeGen/
builtins-ppc-altivec.c 12 vector pixel vp = { 1, 2, 3, 4, 5, 6, 7, 8 }; variable
1173 res_vp = vec_ld(0, &vp);
1245 res_vp = vec_lvx(0, &vp);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 1403 yasm_valparam *vp; local
1676 yasm_valparam *vp; local
1717 yasm_valparam *vp; local
1812 yasm_valparam *vp, *vp2; local
1871 yasm_valparam *vp; local
1904 yasm_valparam *vp; local
1996 yasm_valparam *vp = yasm_vps_first(valparams); local
2060 yasm_valparam *vp = yasm_vps_first(valparams); local
2090 yasm_valparam *vp = yasm_vps_first(valparams); local
2129 yasm_valparam *vp = yasm_vps_first(valparams); local
2160 yasm_valparam *vp = yasm_vps_first(valparams); local
2216 yasm_valparam *vp = yasm_vps_first(valparams); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state_validate.c 251 struct pipe_viewport_state *vp = &nv30->viewport; local
254 PUSH_DATAf(push, vp->translate[0]);
255 PUSH_DATAf(push, vp->translate[1]);
256 PUSH_DATAf(push, vp->translate[2]);
257 PUSH_DATAf(push, vp->translate[3]);
258 PUSH_DATAf(push, vp->scale[0]);
259 PUSH_DATAf(push, vp->scale[1]);
260 PUSH_DATAf(push, vp->scale[2]);
261 PUSH_DATAf(push, vp->scale[3]);
263 PUSH_DATAf(push, vp->translate[2] - fabsf(vp->scale[2]))
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state_validate.c 251 struct pipe_viewport_state *vp = &nv30->viewport; local
254 PUSH_DATAf(push, vp->translate[0]);
255 PUSH_DATAf(push, vp->translate[1]);
256 PUSH_DATAf(push, vp->translate[2]);
257 PUSH_DATAf(push, vp->translate[3]);
258 PUSH_DATAf(push, vp->scale[0]);
259 PUSH_DATAf(push, vp->scale[1]);
260 PUSH_DATAf(push, vp->scale[2]);
261 PUSH_DATAf(push, vp->scale[3]);
263 PUSH_DATAf(push, vp->translate[2] - fabsf(vp->scale[2]))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs_constval.c 189 const struct brw_vertex_program *vp = local
202 if (vp->program.Base.NumInstructions == 0) {
218 if (vp->program.Base.InputsRead & BITFIELD64_BIT(i))
222 for (insn = 0; insn < vp->program.Base.NumInstructions; insn++) {
223 struct prog_instruction *inst = &vp->program.Base.Instructions[insn];
  /external/fio/
goptions.c 314 struct value_pair *vp; local
318 vp = &o->posval[0];
319 while (vp->ival) {
320 if (!strcmp(vp->ival, text)) {
324 vp++;
334 struct value_pair *vp; local
340 vp = &o->posval[0];
341 while (vp->ival) {
342 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(c->combo), vp->ival);
343 if (o->def && !strcmp(vp->ival, o->def)
359 struct value_pair *vp; local
379 struct value_pair *vp; local
424 struct value_pair *vp; local
1207 struct value_pair *vp; local
    [all...]
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/Application/src/main/java/com/example/android/actionbarcompat/shareactionprovider/
MainActivity.java 65 ViewPager vp = (ViewPager) findViewById(R.id.viewpager); local
68 vp.setOnPageChangeListener(mOnPageChangeListener);
71 vp.setAdapter(mPagerAdapter);
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/Application/src/main/java/com/example/android/actionbarcompat/shareactionprovider/
MainActivity.java 65 ViewPager vp = (ViewPager) findViewById(R.id.viewpager); local
68 vp.setOnPageChangeListener(mOnPageChangeListener);
71 vp.setAdapter(mPagerAdapter);
  /development/samples/browseable/ActionBarCompat-ShareActionProvider/src/com.example.android.actionbarcompat.shareactionprovider/
MainActivity.java 65 ViewPager vp = (ViewPager) findViewById(R.id.viewpager); local
68 vp.setOnPageChangeListener(mOnPageChangeListener);
71 vp.setAdapter(mPagerAdapter);

Completed in 865 milliseconds

1 2 3 45 6 7 8 91011