Home
last modified time | relevance | path

Searched refs:u_upload_mgr (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
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,
Du_upload_mgr.c41 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/
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,
Diris_program.c63 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 …]
Diris_batch.h124 struct u_upload_mgr *uploader;
Diris_disk_cache.c146 struct u_upload_mgr *uploader, in iris_disk_cache_retrieve()
Diris_program_cache.c154 struct u_upload_mgr *uploader, in iris_upload_shader()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.h36 struct u_upload_mgr;
83 struct u_upload_mgr *uploader;
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_private.h38 struct u_upload_mgr;
164 struct u_upload_mgr *upload_ib;
Dsvga_draw.h38 struct u_upload_mgr;
Dsvga_context.h579 struct u_upload_mgr *const0_upload;
580 struct u_upload_mgr *tex_upload;
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.h46 struct u_upload_mgr *border_color_uploader;
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_context.h48 struct u_upload_mgr *border_color_uploader;
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.h51 struct u_upload_mgr *border_color_uploader;
/third_party/mesa3d/src/gallium/include/pipe/
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/freedreno/a6xx/
Dfd6_context.h70 struct u_upload_mgr *border_color_uploader;
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.h40 struct u_upload_mgr;
600 struct u_upload_mgr *uploader;
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.h545 struct u_upload_mgr *uploader;
550 struct u_upload_mgr *state_uploader;
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.h136 struct u_upload_mgr *uploader;
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_context.h210 struct u_upload_mgr *uploader;
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.h54 struct u_upload_mgr;
Dst_atom_array.cpp255 struct u_upload_mgr *uploader = st->can_bind_const_buffer_as_vertex ? in st_setup_current()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.h41 struct u_upload_mgr;
146 struct u_upload_mgr *vertex_uploader;
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h354 struct u_upload_mgr *uploader;
/third_party/mesa3d/src/gallium/auxiliary/
Dmeson.build311 'util/u_upload_mgr.c',
312 'util/u_upload_mgr.h',

12