Home
last modified time | relevance | path

Searched refs:u_upload_mgr (Results 1 - 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.h54 struct u_upload_mgr *
62 struct u_upload_mgr *
69 struct u_upload_mgr *
70 u_upload_clone(struct pipe_context *pipe, struct u_upload_mgr *upload);
74 u_upload_disable_persistent(struct u_upload_mgr *upload);
79 void u_upload_destroy( struct u_upload_mgr *upload );
91 void u_upload_unmap( struct u_upload_mgr *upload );
104 void u_upload_alloc(struct u_upload_mgr *upload,
119 void u_upload_data(struct u_upload_mgr *upload,
H A Du_upload_mgr.c38 #include "u_upload_mgr.h"
41 struct u_upload_mgr { struct
61 struct u_upload_mgr *
65 struct u_upload_mgr *upload = CALLOC_STRUCT(u_upload_mgr); in u_upload_create()
94 struct u_upload_mgr *
104 struct u_upload_mgr *
105 u_upload_clone(struct pipe_context *pipe, struct u_upload_mgr *upload) in u_upload_clone()
107 struct u_upload_mgr *result = u_upload_create(pipe, upload->default_size, in u_upload_clone()
117 u_upload_disable_persistent(struct u_upload_mgr *uploa
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h624 struct u_upload_mgr *query_buffer_uploader;
686 struct u_upload_mgr *uploader_driver;
688 struct u_upload_mgr *uploader_unsync;
821 struct u_upload_mgr *surface_uploader;
822 struct u_upload_mgr *bindless_uploader;
823 struct u_upload_mgr *dynamic_uploader;
974 struct u_upload_mgr *uploader,
1008 struct u_upload_mgr *uploader,
H A Diris_program.c39 #include "util/u_upload_mgr.h"
63 struct u_upload_mgr *uploader;
185 upload_state(struct u_upload_mgr *uploader, in upload_state()
1307 struct u_upload_mgr *uploader, in iris_compile_vs()
1400 struct u_upload_mgr *uploader = ice->shaders.uploader_driver; in iris_update_compiled_vs()
1487 struct u_upload_mgr *uploader, in iris_compile_tcs()
1604 struct u_upload_mgr *uploader = ice->shaders.uploader_driver; in iris_update_compiled_tcs()
1676 struct u_upload_mgr *uploader, in iris_compile_tes()
1767 struct u_upload_mgr *uploader = ice->shaders.uploader_driver; in iris_update_compiled_tes()
1815 struct u_upload_mgr *uploade in iris_compile_gs()
[all...]
H A Diris_batch.h124 struct u_upload_mgr *uploader;
H A Diris_disk_cache.c146 struct u_upload_mgr *uploader, in iris_disk_cache_retrieve()
H A Diris_program_cache.c38 #include "util/u_upload_mgr.h"
154 struct u_upload_mgr *uploader, in iris_upload_shader()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.h36 struct u_upload_mgr;
83 struct u_upload_mgr *uploader;
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_private.h38 struct u_upload_mgr;
164 struct u_upload_mgr *upload_ib;
H A Dsvga_draw.h38 struct u_upload_mgr;
H A Dsvga_context.h579 struct u_upload_mgr *const0_upload;
580 struct u_upload_mgr *tex_upload;
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_context.h30 #include "util/u_upload_mgr.h"
46 struct u_upload_mgr *border_color_uploader;
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_context.h30 #include "util/u_upload_mgr.h"
48 struct u_upload_mgr *border_color_uploader;
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_context.h30 #include "util/u_upload_mgr.h"
51 struct u_upload_mgr *border_color_uploader;
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.h31 #include "util/u_upload_mgr.h"
70 struct u_upload_mgr *border_color_uploader;
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h82 struct u_upload_mgr;
104 struct u_upload_mgr *stream_uploader; /* everything but shader constants */
105 struct u_upload_mgr *const_uploader; /* shader constants only */
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.h545 struct u_upload_mgr *uploader;
550 struct u_upload_mgr *state_uploader;
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h40 struct u_upload_mgr;
600 struct u_upload_mgr *uploader;
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.h54 struct u_upload_mgr;
H A Dst_atom_array.cpp46 #include "util/u_upload_mgr.h"
255 struct u_upload_mgr *uploader = st->can_bind_const_buffer_as_vertex ? in st_setup_current()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.h210 struct u_upload_mgr *uploader;
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.h136 struct u_upload_mgr *uploader;
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h354 struct u_upload_mgr *uploader;
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.h41 struct u_upload_mgr;
146 struct u_upload_mgr *vertex_uploader;
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h39 #include "util/u_upload_mgr.h"
179 struct u_upload_mgr *uploader;

Completed in 24 milliseconds

12