Home
last modified time | relevance | path

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

/external/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);
75 void u_upload_destroy( struct u_upload_mgr *upload );
87 void u_upload_unmap( struct u_upload_mgr *upload );
100 void u_upload_alloc(struct u_upload_mgr *upload,
115 void u_upload_data(struct u_upload_mgr *upload,
Du_upload_mgr.c41 struct u_upload_mgr { struct
59 struct u_upload_mgr * argument
63 struct u_upload_mgr *upload = CALLOC_STRUCT(u_upload_mgr); in u_upload_create()
92 struct u_upload_mgr *
102 struct u_upload_mgr *
103 u_upload_clone(struct pipe_context *pipe, struct u_upload_mgr *upload) in u_upload_clone()
110 upload_unmap_internal(struct u_upload_mgr *upload, boolean destroying) in upload_unmap_internal()
131 u_upload_unmap(struct u_upload_mgr *upload) in u_upload_unmap()
138 u_upload_release_buffer(struct u_upload_mgr *upload) in u_upload_release_buffer()
147 u_upload_destroy(struct u_upload_mgr *upload) in u_upload_destroy()
[all …]
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.h33 struct u_upload_mgr;
61 struct u_upload_mgr *uploader;
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_private.h38 struct u_upload_mgr;
155 struct u_upload_mgr *upload_ib;
Dsvga_draw.h38 struct u_upload_mgr;
Dsvga_context.h443 struct u_upload_mgr *const0_upload;
444 struct u_upload_mgr *tex_upload;
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h79 struct u_upload_mgr;
100 struct u_upload_mgr *stream_uploader; /* everything but shader constants */
101 struct u_upload_mgr *const_uploader; /* shader constants only */
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.h51 struct u_upload_mgr *border_color_uploader;
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_context.h52 struct u_upload_mgr *border_color_uploader;
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.h55 struct u_upload_mgr *border_color_uploader;
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h40 struct u_upload_mgr;
596 struct u_upload_mgr *uploader;
/external/mesa3d/src/mesa/state_tracker/
Dst_context.h51 struct u_upload_mgr;
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources312 util/u_upload_mgr.c \
313 util/u_upload_mgr.h \
Dmeson.build332 'util/u_upload_mgr.c',
333 'util/u_upload_mgr.h',
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h367 struct u_upload_mgr *uploader;
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h40 struct u_upload_mgr;
141 struct u_upload_mgr *vertex_uploader;
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_context.h340 struct u_upload_mgr *uploader;
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h398 struct u_upload_mgr *cached_gtt_allocator;