Home
last modified time | relevance | path

Searched refs:svga_buffer (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer_upload.h32 struct svga_buffer *sbuf);
35 svga_buffer_add_range(struct svga_buffer *sbuf,
41 struct svga_buffer *sbuf,
46 struct svga_buffer *sbuf);
50 struct svga_buffer *sbuf,
55 struct svga_buffer *sbuf,
59 svga_buffer_add_host_surface(struct svga_buffer *sbuf,
66 struct svga_buffer *sbuf,
71 struct svga_buffer *sbuf,
76 struct svga_buffer *sbuf);
Dsvga_resource_buffer.h76 struct svga_buffer struct
227 static inline struct svga_buffer * argument
228 svga_buffer(struct pipe_resource *resource) in svga_buffer() function
230 struct svga_buffer *buf = (struct svga_buffer *) resource; in svga_buffer()
244 return svga_buffer(buffer)->user; in svga_buffer_is_user_buffer()
255 svga_buffer_winsys_screen(struct svga_buffer *sbuf) in svga_buffer_winsys_screen()
266 svga_buffer_has_hw_storage(struct svga_buffer *sbuf) in svga_buffer_has_hw_storage()
280 struct svga_buffer *sbuf, in svga_buffer_hw_storage_map()
300 struct svga_buffer *sbuf) in svga_buffer_hw_storage_unmap()
Dsvga_resource_buffer.c77 struct svga_buffer *sbuf = svga_buffer(resource); in svga_buffer_transfer_map()
291 struct svga_buffer *sbuf = svga_buffer(transfer->resource); in svga_buffer_transfer_flush_region()
311 struct svga_buffer *sbuf = svga_buffer(transfer->resource); in svga_buffer_transfer_unmap()
356 struct svga_buffer *sbuf = svga_buffer( buf ); in svga_buffer_destroy()
401 struct svga_buffer *sbuf; in svga_buffer_create()
406 sbuf = CALLOC_STRUCT(svga_buffer); in svga_buffer_create()
488 struct svga_buffer *sbuf; in svga_user_buffer_create()
491 sbuf = CALLOC_STRUCT(svga_buffer); in svga_user_buffer_create()
Dsvga_resource_buffer_upload.c95 svga_buffer_destroy_hw_storage(struct svga_screen *ss, struct svga_buffer *sbuf) in svga_buffer_destroy_hw_storage()
116 struct svga_buffer *sbuf, in svga_buffer_create_hw_storage()
148 struct svga_buffer *sbuf, in svga_buffer_create_host_surface()
227 struct svga_buffer *sbuf, in svga_buffer_recreate_host_surface()
283 svga_buffer_get_host_surface(struct svga_buffer *sbuf, in svga_buffer_get_host_surface()
300 svga_buffer_add_host_surface(struct svga_buffer *sbuf, in svga_buffer_add_host_surface()
327 struct svga_buffer *sbuf, in svga_buffer_bind_host_surface()
371 struct svga_buffer *sbuf, in svga_buffer_validate_host_surface()
417 struct svga_buffer *sbuf) in svga_buffer_destroy_host_surface()
438 struct svga_buffer *sbuf) in svga_buffer_upload_gb_command()
[all …]
Dsvga_state_vdecl.c72 struct svga_buffer *buffer; in emit_hw_vs_vdecl()
79 buffer = svga_buffer(vb->buffer.resource); in emit_hw_vs_vdecl()
92 struct svga_buffer *buffer; in emit_hw_vs_vdecl()
97 buffer = svga_buffer(vb->buffer.resource); in emit_hw_vs_vdecl()
Dsvga_pipe_streamout.c268 struct svga_buffer *sbuf = svga_buffer(svga->so_targets[i]->buffer); in svga_set_stream_output_targets()
282 assert(svga_buffer(sot->base.buffer)->key.flags in svga_set_stream_output_targets()
Dsvga_draw.c420 struct svga_buffer *buffer; in validate_constant_buffers()
426 buffer = svga_buffer(svga->state.hw_draw.constbuf[shader]); in validate_constant_buffers()
444 buffer = svga_buffer(svga->curr.constbufs[shader][i].buffer); in validate_constant_buffers()
566 struct svga_buffer *sbuf = svga_buffer(hwtnl->cmd.vbufs[i].buffer.resource); in draw_vgpu10()
590 struct svga_buffer *sbuf = svga_buffer(ib); in draw_vgpu10()
Dsvga_draw_elements.c71 struct svga_buffer *src_sbuf = svga_buffer(src); in translate_indices()
Dsvga_pipe_blit.c733 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
734 struct svga_buffer *sbuffer = svga_buffer(src_tex); in svga_resource_copy_region()
Dsvga_state_constants.c659 struct svga_buffer *buffer = in emit_consts_vgpu10()
660 svga_buffer(svga->curr.constbufs[shader][index].buffer); in emit_consts_vgpu10()
Dsvga_state_sampler.c54 return svga_buffer(res)->handle; in svga_resource_handle()