Searched refs:u_upload_mgr (Results 1 – 25 of 40) sorted by relevance
12
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_upload_mgr.h | 54 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,
|
D | u_upload_mgr.c | 41 struct u_upload_mgr { struct 61 struct u_upload_mgr * argument 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 *upload) in u_upload_disable_persistent() 125 upload_unmap_internal(struct u_upload_mgr *upload, boolean destroying) in upload_unmap_internal() 144 u_upload_unmap(struct u_upload_mgr *upload) in u_upload_unmap() [all …]
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_context.h | 624 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,
|
D | iris_program.c | 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 *uploader, in iris_compile_gs() 1905 struct u_upload_mgr *uploader = ice->shaders.uploader_driver; in iris_update_compiled_gs() [all …]
|
D | iris_batch.h | 124 struct u_upload_mgr *uploader;
|
D | iris_disk_cache.c | 146 struct u_upload_mgr *uploader, in iris_disk_cache_retrieve()
|
D | iris_program_cache.c | 154 struct u_upload_mgr *uploader, in iris_upload_shader()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_context.h | 36 struct u_upload_mgr; 83 struct u_upload_mgr *uploader;
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw_private.h | 38 struct u_upload_mgr; 164 struct u_upload_mgr *upload_ib;
|
D | svga_draw.h | 38 struct u_upload_mgr;
|
D | svga_context.h | 579 struct u_upload_mgr *const0_upload; 580 struct u_upload_mgr *tex_upload;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_context.h | 46 struct u_upload_mgr *border_color_uploader;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_context.h | 48 struct u_upload_mgr *border_color_uploader;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_context.h | 51 struct u_upload_mgr *border_color_uploader;
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 82 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/freedreno/a6xx/ |
D | fd6_context.h | 70 struct u_upload_mgr *border_color_uploader;
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.h | 40 struct u_upload_mgr; 600 struct u_upload_mgr *uploader;
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_context.h | 545 struct u_upload_mgr *uploader; 550 struct u_upload_mgr *state_uploader;
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.h | 136 struct u_upload_mgr *uploader;
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_context.h | 210 struct u_upload_mgr *uploader;
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_context.h | 54 struct u_upload_mgr;
|
D | st_atom_array.cpp | 255 struct u_upload_mgr *uploader = st->can_bind_const_buffer_as_vertex ? in st_setup_current()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | device9.h | 41 struct u_upload_mgr; 146 struct u_upload_mgr *vertex_uploader;
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_context.h | 354 struct u_upload_mgr *uploader;
|
/third_party/mesa3d/src/gallium/auxiliary/ |
D | meson.build | 311 'util/u_upload_mgr.c', 312 'util/u_upload_mgr.h',
|
12