Home
last modified time | relevance | path

Searched defs:svga (Results 1 – 25 of 74) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_context.c56 struct svga_context *svga = svga_context( pipe ); in svga_destroy() local
88 struct svga_context *svga = NULL; in svga_context_create() local
201 void svga_context_flush( struct svga_context *svga, in svga_context_flush()
247 void svga_hwtnl_flush_retry( struct svga_context *svga ) in svga_hwtnl_flush_retry()
266 void svga_hwtnl_flush_buffer( struct svga_context *svga, in svga_hwtnl_flush_buffer()
277 void svga_surfaces_flush(struct svga_context *svga) in svga_surfaces_flush()
Dsvga_pipe_misc.c37 struct svga_context *svga = svga_context(pipe); in svga_set_scissor_state() local
51 void svga_cleanup_framebuffer(struct svga_context *svga) in svga_cleanup_framebuffer()
75 struct svga_context *svga = svga_context(pipe); in svga_set_framebuffer_state() local
152 struct svga_context *svga = svga_context(pipe); in svga_set_clip_state() local
167 struct svga_context *svga = svga_context(pipe); in svga_set_viewport_state() local
176 void svga_init_misc_functions( struct svga_context *svga ) in svga_init_misc_functions()
Dsvga_pipe_vertex.c42 struct svga_context *svga = svga_context(pipe); in svga_set_vertex_buffers() local
73 struct svga_context *svga = svga_context(pipe); in svga_set_index_buffer() local
106 struct svga_context *svga = svga_context(pipe); in svga_bind_vertex_elements_state() local
119 void svga_cleanup_vertex_state( struct svga_context *svga ) in svga_cleanup_vertex_state()
128 void svga_init_vertex_functions( struct svga_context *svga ) in svga_init_vertex_functions()
Dsvga_pipe_fs.c48 struct svga_context *svga = svga_context(pipe); in svga_create_fs_state() local
82 struct svga_context *svga = svga_context(pipe); in svga_bind_fs_state() local
91 struct svga_context *svga = svga_context(pipe); in svga_delete_fs_state() local
131 void svga_init_fs_functions( struct svga_context *svga ) in svga_init_fs_functions()
Dsvga_swtnl_backend.c50 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_get_vertex_info() local
64 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_allocate_vertices() local
122 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_map_vertices() local
149 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_unmap_vertices() local
175 struct svga_context *svga = svga_render->svga; in svga_vbuf_submit_state() local
232 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_draw_arrays() local
261 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_draw_elements() local
341 svga_vbuf_render_create( struct svga_context *svga ) in svga_vbuf_render_create()
Dsvga_pipe_vs.c102 struct svga_context *svga = svga_context(pipe); in svga_create_vs_state() local
140 struct svga_context *svga = svga_context(pipe); in svga_bind_vs_state() local
149 struct svga_context *svga = svga_context(pipe); in svga_delete_vs_state() local
189 void svga_init_vs_functions( struct svga_context *svga ) in svga_init_vs_functions()
Dsvga_pipe_draw.c56 svga_user_buffer_range(struct svga_context *svga, in svga_user_buffer_range()
117 svga_upload_user_buffers(struct svga_context *svga, in svga_upload_user_buffers()
184 svga_release_user_upl_buffers(struct svga_context *svga) in svga_release_user_upl_buffers()
219 retry_draw_range_elements( struct svga_context *svga, in retry_draw_range_elements()
275 retry_draw_arrays( struct svga_context *svga, in retry_draw_arrays()
327 struct svga_context *svga = svga_context( pipe ); in svga_draw_vbo() local
418 void svga_init_draw_functions( struct svga_context *svga ) in svga_init_draw_functions()
Dsvga_swtnl_draw.c39 svga_swtnl_draw_vbo(struct svga_context *svga, in svga_swtnl_draw_vbo()
138 boolean svga_init_swtnl( struct svga_context *svga ) in svga_init_swtnl()
177 void svga_destroy_swtnl( struct svga_context *svga ) in svga_destroy_swtnl()
Dsvga_swtnl_state.c48 static void set_draw_viewport( struct svga_context *svga ) in set_draw_viewport()
87 update_swtnl_draw( struct svga_context *svga, in update_swtnl_draw()
148 svga_swtnl_update_vdecl( struct svga_context *svga ) in svga_swtnl_update_vdecl()
234 update_swtnl_vdecl( struct svga_context *svga, in update_swtnl_vdecl()
Dsvga_state_constants.c66 emit_const(struct svga_context *svga, unsigned shader, unsigned i, in emit_const()
107 emit_const_range(struct svga_context *svga, in emit_const_range()
213 emit_consts(struct svga_context *svga, unsigned shader) in emit_consts()
262 emit_fs_consts(struct svga_context *svga, unsigned dirty) in emit_fs_consts()
320 emit_vs_consts(struct svga_context *svga, unsigned dirty) in emit_vs_consts()
Dsvga_state_need_swtnl.c75 update_need_swvfetch( struct svga_context *svga, in update_need_swvfetch()
115 update_need_pipeline( struct svga_context *svga, in update_need_pipeline()
194 update_need_swtnl( struct svga_context *svga, in update_need_swtnl()
Dsvga_pipe_blend.c207 struct svga_context *svga = svga_context(pipe); in svga_bind_blend_state() local
222 struct svga_context *svga = svga_context(pipe); in svga_set_blend_color() local
230 void svga_init_blend_functions( struct svga_context *svga ) in svga_init_blend_functions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c56 struct svga_context *svga = svga_context( pipe ); in svga_destroy() local
88 struct svga_context *svga = NULL; in svga_context_create() local
201 void svga_context_flush( struct svga_context *svga, in svga_context_flush()
247 void svga_hwtnl_flush_retry( struct svga_context *svga ) in svga_hwtnl_flush_retry()
266 void svga_hwtnl_flush_buffer( struct svga_context *svga, in svga_hwtnl_flush_buffer()
277 void svga_surfaces_flush(struct svga_context *svga) in svga_surfaces_flush()
Dsvga_pipe_misc.c37 struct svga_context *svga = svga_context(pipe); in svga_set_scissor_state() local
51 void svga_cleanup_framebuffer(struct svga_context *svga) in svga_cleanup_framebuffer()
75 struct svga_context *svga = svga_context(pipe); in svga_set_framebuffer_state() local
152 struct svga_context *svga = svga_context(pipe); in svga_set_clip_state() local
167 struct svga_context *svga = svga_context(pipe); in svga_set_viewport_state() local
176 void svga_init_misc_functions( struct svga_context *svga ) in svga_init_misc_functions()
Dsvga_pipe_vertex.c42 struct svga_context *svga = svga_context(pipe); in svga_set_vertex_buffers() local
73 struct svga_context *svga = svga_context(pipe); in svga_set_index_buffer() local
106 struct svga_context *svga = svga_context(pipe); in svga_bind_vertex_elements_state() local
119 void svga_cleanup_vertex_state( struct svga_context *svga ) in svga_cleanup_vertex_state()
128 void svga_init_vertex_functions( struct svga_context *svga ) in svga_init_vertex_functions()
Dsvga_pipe_fs.c48 struct svga_context *svga = svga_context(pipe); in svga_create_fs_state() local
82 struct svga_context *svga = svga_context(pipe); in svga_bind_fs_state() local
91 struct svga_context *svga = svga_context(pipe); in svga_delete_fs_state() local
131 void svga_init_fs_functions( struct svga_context *svga ) in svga_init_fs_functions()
Dsvga_swtnl_backend.c50 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_get_vertex_info() local
64 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_allocate_vertices() local
122 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_map_vertices() local
149 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_unmap_vertices() local
175 struct svga_context *svga = svga_render->svga; in svga_vbuf_submit_state() local
232 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_draw_arrays() local
261 struct svga_context *svga = svga_render->svga; in svga_vbuf_render_draw_elements() local
341 svga_vbuf_render_create( struct svga_context *svga ) in svga_vbuf_render_create()
Dsvga_pipe_vs.c102 struct svga_context *svga = svga_context(pipe); in svga_create_vs_state() local
140 struct svga_context *svga = svga_context(pipe); in svga_bind_vs_state() local
149 struct svga_context *svga = svga_context(pipe); in svga_delete_vs_state() local
189 void svga_init_vs_functions( struct svga_context *svga ) in svga_init_vs_functions()
Dsvga_pipe_draw.c56 svga_user_buffer_range(struct svga_context *svga, in svga_user_buffer_range()
117 svga_upload_user_buffers(struct svga_context *svga, in svga_upload_user_buffers()
184 svga_release_user_upl_buffers(struct svga_context *svga) in svga_release_user_upl_buffers()
219 retry_draw_range_elements( struct svga_context *svga, in retry_draw_range_elements()
275 retry_draw_arrays( struct svga_context *svga, in retry_draw_arrays()
327 struct svga_context *svga = svga_context( pipe ); in svga_draw_vbo() local
418 void svga_init_draw_functions( struct svga_context *svga ) in svga_init_draw_functions()
Dsvga_swtnl_draw.c39 svga_swtnl_draw_vbo(struct svga_context *svga, in svga_swtnl_draw_vbo()
138 boolean svga_init_swtnl( struct svga_context *svga ) in svga_init_swtnl()
177 void svga_destroy_swtnl( struct svga_context *svga ) in svga_destroy_swtnl()
Dsvga_swtnl_state.c48 static void set_draw_viewport( struct svga_context *svga ) in set_draw_viewport()
87 update_swtnl_draw( struct svga_context *svga, in update_swtnl_draw()
148 svga_swtnl_update_vdecl( struct svga_context *svga ) in svga_swtnl_update_vdecl()
234 update_swtnl_vdecl( struct svga_context *svga, in update_swtnl_vdecl()
Dsvga_state_constants.c66 emit_const(struct svga_context *svga, unsigned shader, unsigned i, in emit_const()
107 emit_const_range(struct svga_context *svga, in emit_const_range()
213 emit_consts(struct svga_context *svga, unsigned shader) in emit_consts()
262 emit_fs_consts(struct svga_context *svga, unsigned dirty) in emit_fs_consts()
320 emit_vs_consts(struct svga_context *svga, unsigned dirty) in emit_vs_consts()
Dsvga_state_need_swtnl.c75 update_need_swvfetch( struct svga_context *svga, in update_need_swvfetch()
115 update_need_pipeline( struct svga_context *svga, in update_need_pipeline()
194 update_need_swtnl( struct svga_context *svga, in update_need_swtnl()
Dsvga_pipe_blend.c207 struct svga_context *svga = svga_context(pipe); in svga_bind_blend_state() local
222 struct svga_context *svga = svga_context(pipe); in svga_set_blend_color() local
230 void svga_init_blend_functions( struct svga_context *svga ) in svga_init_blend_functions()
Dsvga_state_tss.c38 void svga_cleanup_tss_binding(struct svga_context *svga) in svga_cleanup_tss_binding()
67 update_tss_binding(struct svga_context *svga, in update_tss_binding()
183 svga_reemit_tss_bindings(struct svga_context *svga) in svga_reemit_tss_bindings()
253 #define EMIT_TS(svga, unit, val, token, fail) \ argument
263 #define EMIT_TS_FLOAT(svga, unit, fvalue, token, fail) \ argument
290 update_tss(struct svga_context *svga, in update_tss()

123