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

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 263 } vs; member in struct:draw_context
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 66 void *vs; /**< Vertex shader which passes {pos, generic} to the output.*/ member in struct:blitter_context_priv
262 ctx->vs =
307 pipe->delete_vs_state(pipe, ctx->vs);
833 pipe->bind_vs_state(pipe, ctx->vs);
    [all...]
u_gen_mipmap.c 68 void *vs; member in struct:gen_mipmap_state
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 998 struct r300_vertex_shader* vs = (struct r300_vertex_shader*)state; local
999 struct r300_vertex_program_code* code = &vs->code;
1057 struct r300_vertex_shader *vs = (struct r300_vertex_shader*)r300->vs_state.state; local
    [all...]
r300_state.c 1836 struct r300_vertex_shader* vs = CALLOC_STRUCT(r300_vertex_shader); local
1855 struct r300_vertex_shader* vs = (struct r300_vertex_shader*)shader; local
1894 struct r300_vertex_shader* vs = (struct r300_vertex_shader*)shader; local
1950 struct r300_vertex_shader *vs = local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1930 GLuint vs = rmesa->hw.tcl.cmd[TCL_OUTPUT_VTXSEL]; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 701 #define VEC_MULTIPLY_ALPHA(vs, vd, valpha, mergePermute, v1_16, v8_16) do { \
703 vector unsigned short vtemp1 = vec_mule(vs, valpha); \
705 vector unsigned short vtemp2 = vec_mulo(vs, valpha); \
1009 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); local
1114 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); local
1215 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); local
1310 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); local
1397 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); local
    [all...]
SDL_blit_N.c 621 vector unsigned int vs = vec_ld(0, srcp); local
629 vs = vec_perm(vs, voverflow, valigner);
631 vsel = (vector unsigned char)vec_and(vs, vrgbmask);
632 vsel = (vector unsigned char)vec_cmpeq(vs, vckey);
634 vs = vec_perm(vs, valpha, vpermute);
637 /* select the source and dest into vs */
638 vd = (vector unsigned int)vec_sel((vector unsigned char)vs, (vector unsigned char)vd, vsel);
644 vs = voverflow
    [all...]
  /libcore/luni/src/main/java/java/util/
HashMap.java 702 Collection<V> vs = values; local
703 return (vs != null) ? vs : (values = new Values());
    [all...]
Hashtable.java 607 Collection<V> vs = values; local
608 return (vs != null) ? vs : (values = new Values());
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.13/
plexus-interpolation-1.13.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 1643 VariableStack vs = xctxt.getVarStack(); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 2967 int hr = 0, hs = 0, vr = 0, vs = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 206 struct svga_vertex_shader *vs; member in struct:svga_state
281 struct svga_shader_result *vs; member in struct:svga_hw_draw_state
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 736 void* vs; member in struct:dxgi_blitter
796 vs = util_make_vertex_passthrough_shader(pipe, 2, semantic_names, semantic_indices);
847 pipe->bind_vs_state(pipe, vs);
865 pipe->delete_vs_state(pipe, vs);
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 433 ViewStorage* vs = ViewStorage::GetInstance(); local
439 int s1 = vs->CreateStorageID();
440 vs->StoreView(s1, v1);
443 int s11 = vs->CreateStorageID();
444 vs->StoreView(s11, v11);
447 int s111 = vs->CreateStorageID();
448 vs->StoreView(s111, v111);
451 int s112 = vs->CreateStorageID();
452 vs->StoreView(s112, v112);
455 int s113 = vs->CreateStorageID()
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 516 struct vfat_super_block *vs = (struct vfat_super_block *) buf; local
544 fat_length = blkid_le32(vs->vs_fat32_length);
561 root_dir_entries = vs->vs_dir_entries[0] +
562 (vs->vs_dir_entries[1] << 8);
578 buf_size = vs->vs_cluster_size * sector_size;
581 next = blkid_le32(vs->vs_root_cluster);
587 next_sect_off = (next - 2) * vs->vs_cluster_size;
614 vol_label = vs->vs_label;
615 vol_serno = vs->vs_serno;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 909 // VP8 sharpness level mapping 0-7 (vs 0-10 in general VPx dialogs)
3335 int hr = 0, hs = 0, vr = 0, vs = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 206 struct svga_vertex_shader *vs; member in struct:svga_state
281 struct svga_shader_result *vs; member in struct:svga_hw_draw_state
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 736 void* vs; member in struct:dxgi_blitter
796 vs = util_make_vertex_passthrough_shader(pipe, 2, semantic_names, semantic_indices);
847 pipe->bind_vs_state(pipe, vs);
865 pipe->delete_vs_state(pipe, vs);
    [all...]
  /external/qemu/ui/
vnc-android.c 215 static inline uint32_t vnc_has_feature(VncState *vs, int feature) {
216 return (vs->features & (1 << feature));
227 static void vnc_disconnect_start(VncState *vs);
228 static void vnc_disconnect_finish(VncState *vs);
230 static void vnc_colordepth(VncState *vs);
273 static void vnc_update(VncState *vs, int x, int y, int w, int h)
275 struct VncSurface *s = &vs->guest;
300 VncState *vs = vd->clients; local
301 while (vs != NULL) {
302 vnc_update(vs, x, y, w, h)
391 VncState *vs = vd->clients; local
677 VncState *vs, *vn; local
714 VncState *vs = opaque; local
826 VncState *vs = opaque; local
851 VncState *vs = opaque; local
1050 VncState *vs = opaque; local
1134 VncState *vs = opaque; local
2067 VncState *vs = g_malloc0(sizeof(VncState)); local
2101 VncDisplay *vs = opaque; local
2114 VncDisplay *vs = g_malloc0(sizeof(*vs)); local
2144 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2166 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2182 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2189 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
    [all...]
vnc.c 207 static inline uint32_t vnc_has_feature(VncState *vs, int feature) {
208 return (vs->features & (1 << feature));
219 static void vnc_disconnect_start(VncState *vs);
220 static void vnc_disconnect_finish(VncState *vs);
222 static void vnc_colordepth(VncState *vs);
265 static void vnc_update(VncState *vs, int x, int y, int w, int h)
267 struct VncSurface *s = &vs->guest;
292 VncState *vs = vd->clients; local
293 while (vs != NULL) {
294 vnc_update(vs, x, y, w, h)
383 VncState *vs = vd->clients; local
669 VncState *vs, *vn; local
706 VncState *vs = opaque; local
818 VncState *vs = opaque; local
843 VncState *vs = opaque; local
1043 VncState *vs = opaque; local
1127 VncState *vs = opaque; local
2060 VncState *vs = g_malloc0(sizeof(VncState)); local
2094 VncDisplay *vs = opaque; local
2109 VncDisplay *vs = g_malloc0(sizeof(*vs)); local
2139 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2161 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2177 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2184 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
    [all...]

Completed in 862 milliseconds

1 2 3 4 5 6 78 91011>>