HomeSort by relevance Sort by last modified time
    Searched full:svga (Results 76 - 100 of 320) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
boot.h 10 /* Internal svga startup constants */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
boot.h 10 /* Internal svga startup constants */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 127 struct svga_context *svga = svga_context(pipe); local
129 svga->curr.depth = (const struct svga_depth_stencil_state *)depth_stencil;
130 svga->dirty |= SVGA_NEW_DEPTH_STENCIL;
143 struct svga_context *svga = svga_context(pipe); local
145 svga->curr.stencil_ref = *stencil_ref;
147 svga->dirty |= SVGA_NEW_STENCIL_REF;
157 void svga_init_depth_stencil_functions( struct svga_context *svga )
159 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state;
160 svga->pipe.bind_depth_stencil_alpha_state = svga_bind_depth_stencil_state;
161 svga->pipe.delete_depth_stencil_alpha_state = svga_delete_depth_stencil_state
    [all...]
svga_swtnl.h 36 boolean svga_init_swtnl( struct svga_context *svga );
37 void svga_destroy_swtnl( struct svga_context *svga );
41 svga_swtnl_draw_vbo(struct svga_context *svga,
svga_resource_buffer_upload.c 51 svga_winsys_buffer_create( struct svga_context *svga,
56 struct svga_screen *svgascreen = svga_screen(svga->pipe.screen);
67 svga_context_flush(svga, NULL);
176 svga_buffer_upload_command(struct svga_context *svga,
179 struct svga_winsys_context *swc = svga->swc;
223 sbuf->dma.svga = svga;
247 svga_buffer_upload_flush(struct svga_context *svga,
261 assert(sbuf->dma.svga == svga);
    [all...]
svga_pipe_rasterizer.c 67 struct svga_context *svga = svga_context(pipe); local
104 !svga->debug.no_line_width) {
113 if (!svga->debug.force_hw_line_stipple) {
237 struct svga_context *svga = svga_context(pipe); local
241 draw_set_rasterizer_state(svga->swtnl.draw, raster ? &raster->templ : NULL,
243 svga->curr.rast = raster;
245 svga->dirty |= SVGA_NEW_RAST;
255 void svga_init_rasterizer_functions( struct svga_context *svga )
257 svga->pipe.create_rasterizer_state = svga_create_rasterizer_state;
258 svga->pipe.bind_rasterizer_state = svga_bind_rasterizer_state
    [all...]
svga_surface.c 45 svga_texture_copy_handle(struct svga_context *svga,
58 assert(svga);
86 ret = SVGA3D_BeginSurfaceCopy(svga->swc,
91 svga_context_flush(svga, NULL);
92 ret = SVGA3D_BeginSurfaceCopy(svga->swc,
99 SVGA_FIFOCommitAll(svga->swc);
104 svga_texture_view_surface(struct svga_context *svga,
114 struct svga_screen *ss = svga_screen(svga->pipe.screen);
120 "svga: Create surface view: face %d zslice %d mips %d..%d\n",
166 svga_texture_copy_handle(svga,
188 struct svga_context *svga = svga_context(pipe); local
    [all...]
svga_draw.c 45 struct svga_hwtnl *svga_hwtnl_create( struct svga_context *svga,
53 hwtnl->svga = svga;
169 struct svga_context *svga = hwtnl->svga; local
181 u_upload_unmap(svga->upload_vb);
184 handle = svga_buffer_handle(svga, hwtnl->cmd.vdecl_vb[i]);
192 u_upload_unmap(svga->upload_ib);
196 handle = svga_buffer_handle(svga, hwtnl->cmd.prim_ib[i]);
206 if (svga->rebind.rendertargets)
    [all...]
svga_pipe_blend.c 207 struct svga_context *svga = svga_context(pipe); local
209 svga->curr.blend = (struct svga_blend_state*)blend;
210 svga->dirty |= SVGA_NEW_BLEND;
222 struct svga_context *svga = svga_context(pipe); local
224 svga->curr.blend_color = *blend_color;
226 svga->dirty |= SVGA_NEW_BLEND_COLOR;
230 void svga_init_blend_functions( struct svga_context *svga )
232 svga->pipe.create_blend_state = svga_create_blend_state;
233 svga->pipe.bind_blend_state = svga_bind_blend_state;
234 svga->pipe.delete_blend_state = svga_delete_blend_state
    [all...]
svga_sampler_view.c 59 struct svga_context *svga = svga_context(pipe); local
98 SVGA_DBG(DEBUG_VIEWS, "svga: Sampler view: reuse %p, %u %u, last %u\n",
120 "svga: Sampler view: no %p, mips %u..%u, nr %u, size (%ux%ux%u), last %u\n",
135 "svga: Sampler view: yes %p, mips %u..%u, nr %u, size (%ux%ux%u), last %u\n",
144 sv->handle = svga_texture_view_surface(svga, tex, flags, format,
170 svga_validate_sampler_view(struct svga_context *svga, struct svga_sampler_view *v)
177 assert(svga);
192 svga_texture_copy_handle(svga,
svga_surface.h 59 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf);
65 svga_texture_view_surface(struct svga_context *svga,
77 svga_texture_copy_handle(struct svga_context *svga,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 127 struct svga_context *svga = svga_context(pipe); local
129 svga->curr.depth = (const struct svga_depth_stencil_state *)depth_stencil;
130 svga->dirty |= SVGA_NEW_DEPTH_STENCIL;
143 struct svga_context *svga = svga_context(pipe); local
145 svga->curr.stencil_ref = *stencil_ref;
147 svga->dirty |= SVGA_NEW_STENCIL_REF;
157 void svga_init_depth_stencil_functions( struct svga_context *svga )
159 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state;
160 svga->pipe.bind_depth_stencil_alpha_state = svga_bind_depth_stencil_state;
161 svga->pipe.delete_depth_stencil_alpha_state = svga_delete_depth_stencil_state
    [all...]
svga_swtnl.h 36 boolean svga_init_swtnl( struct svga_context *svga );
37 void svga_destroy_swtnl( struct svga_context *svga );
41 svga_swtnl_draw_vbo(struct svga_context *svga,
svga_resource_buffer_upload.c 51 svga_winsys_buffer_create( struct svga_context *svga,
56 struct svga_screen *svgascreen = svga_screen(svga->pipe.screen);
67 svga_context_flush(svga, NULL);
176 svga_buffer_upload_command(struct svga_context *svga,
179 struct svga_winsys_context *swc = svga->swc;
223 sbuf->dma.svga = svga;
247 svga_buffer_upload_flush(struct svga_context *svga,
261 assert(sbuf->dma.svga == svga);
    [all...]
svga_pipe_rasterizer.c 67 struct svga_context *svga = svga_context(pipe); local
104 !svga->debug.no_line_width) {
113 if (!svga->debug.force_hw_line_stipple) {
237 struct svga_context *svga = svga_context(pipe); local
241 draw_set_rasterizer_state(svga->swtnl.draw, raster ? &raster->templ : NULL,
243 svga->curr.rast = raster;
245 svga->dirty |= SVGA_NEW_RAST;
255 void svga_init_rasterizer_functions( struct svga_context *svga )
257 svga->pipe.create_rasterizer_state = svga_create_rasterizer_state;
258 svga->pipe.bind_rasterizer_state = svga_bind_rasterizer_state
    [all...]
svga_surface.c 45 svga_texture_copy_handle(struct svga_context *svga,
58 assert(svga);
86 ret = SVGA3D_BeginSurfaceCopy(svga->swc,
91 svga_context_flush(svga, NULL);
92 ret = SVGA3D_BeginSurfaceCopy(svga->swc,
99 SVGA_FIFOCommitAll(svga->swc);
104 svga_texture_view_surface(struct svga_context *svga,
114 struct svga_screen *ss = svga_screen(svga->pipe.screen);
120 "svga: Create surface view: face %d zslice %d mips %d..%d\n",
166 svga_texture_copy_handle(svga,
188 struct svga_context *svga = svga_context(pipe); local
    [all...]
svga_draw.c 45 struct svga_hwtnl *svga_hwtnl_create( struct svga_context *svga,
53 hwtnl->svga = svga;
169 struct svga_context *svga = hwtnl->svga; local
181 u_upload_unmap(svga->upload_vb);
184 handle = svga_buffer_handle(svga, hwtnl->cmd.vdecl_vb[i]);
192 u_upload_unmap(svga->upload_ib);
196 handle = svga_buffer_handle(svga, hwtnl->cmd.prim_ib[i]);
206 if (svga->rebind.rendertargets)
    [all...]
svga_pipe_blend.c 207 struct svga_context *svga = svga_context(pipe); local
209 svga->curr.blend = (struct svga_blend_state*)blend;
210 svga->dirty |= SVGA_NEW_BLEND;
222 struct svga_context *svga = svga_context(pipe); local
224 svga->curr.blend_color = *blend_color;
226 svga->dirty |= SVGA_NEW_BLEND_COLOR;
230 void svga_init_blend_functions( struct svga_context *svga )
232 svga->pipe.create_blend_state = svga_create_blend_state;
233 svga->pipe.bind_blend_state = svga_bind_blend_state;
234 svga->pipe.delete_blend_state = svga_delete_blend_state
    [all...]
svga_sampler_view.c 59 struct svga_context *svga = svga_context(pipe); local
98 SVGA_DBG(DEBUG_VIEWS, "svga: Sampler view: reuse %p, %u %u, last %u\n",
120 "svga: Sampler view: no %p, mips %u..%u, nr %u, size (%ux%ux%u), last %u\n",
135 "svga: Sampler view: yes %p, mips %u..%u, nr %u, size (%ux%ux%u), last %u\n",
144 sv->handle = svga_texture_view_surface(svga, tex, flags, format,
170 svga_validate_sampler_view(struct svga_context *svga, struct svga_sampler_view *v)
177 assert(svga);
192 svga_texture_copy_handle(svga,
svga_surface.h 59 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf);
65 svga_texture_view_surface(struct svga_context *svga,
77 svga_texture_copy_handle(struct svga_context *svga,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_escape.h 29 * Definitions for our own (vendor-specific) SVGA Escape commands.
62 * SVGA Hint commands.
64 * These escapes let the SVGA driver provide optional information to
72 * that use the SVGA Screen Object extension. Instead of sending
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/
SConscript 20 svga,
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_escape.h 29 * Definitions for our own (vendor-specific) SVGA Escape commands.
62 * SVGA Hint commands.
64 * These escapes let the SVGA driver provide optional information to
72 * that use the SVGA Screen Object extension. Instead of sending
  /external/mesa3d/src/gallium/targets/dri-vmwgfx/
SConscript 20 svga,
  /external/mesa3d/src/gallium/winsys/svga/drm/
Android.mk 36 $(GALLIUM_TOP)/drivers/svga \
37 $(GALLIUM_TOP)/drivers/svga/include \

Completed in 220 milliseconds

1 2 34 5 6 7 8 91011>>