Home
last modified time | relevance | path

Searched refs:upload (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/external/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.c62 struct u_upload_mgr *upload = CALLOC_STRUCT( u_upload_mgr ); in u_upload_create() local
63 if (!upload) in u_upload_create()
66 upload->pipe = pipe; in u_upload_create()
67 upload->default_size = default_size; in u_upload_create()
68 upload->alignment = alignment; in u_upload_create()
69 upload->bind = bind; in u_upload_create()
70 upload->buffer = NULL; in u_upload_create()
72 return upload; in u_upload_create()
75 void u_upload_unmap( struct u_upload_mgr *upload ) in u_upload_unmap() argument
77 if (upload->transfer) { in u_upload_unmap()
[all …]
Du_upload_mgr.h57 void u_upload_destroy( struct u_upload_mgr *upload );
67 void u_upload_flush( struct u_upload_mgr *upload );
79 void u_upload_unmap( struct u_upload_mgr *upload );
91 enum pipe_error u_upload_alloc( struct u_upload_mgr *upload,
105 enum pipe_error u_upload_data( struct u_upload_mgr *upload,
119 enum pipe_error u_upload_buffer( struct u_upload_mgr *upload,
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_buffer_objects.c491 if (!intel->upload.bo) in intel_upload_finish()
494 if (intel->upload.buffer_len) { in intel_upload_finish()
495 drm_intel_bo_subdata(intel->upload.bo, in intel_upload_finish()
496 intel->upload.buffer_offset, in intel_upload_finish()
497 intel->upload.buffer_len, in intel_upload_finish()
498 intel->upload.buffer); in intel_upload_finish()
499 intel->upload.buffer_len = 0; in intel_upload_finish()
502 drm_intel_bo_unreference(intel->upload.bo); in intel_upload_finish()
503 intel->upload.bo = NULL; in intel_upload_finish()
513 intel->upload.bo = drm_intel_bo_alloc(intel->bufmgr, "upload", size, 0); in wrap_buffers()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffer_objects.c491 if (!intel->upload.bo) in intel_upload_finish()
494 if (intel->upload.buffer_len) { in intel_upload_finish()
495 drm_intel_bo_subdata(intel->upload.bo, in intel_upload_finish()
496 intel->upload.buffer_offset, in intel_upload_finish()
497 intel->upload.buffer_len, in intel_upload_finish()
498 intel->upload.buffer); in intel_upload_finish()
499 intel->upload.buffer_len = 0; in intel_upload_finish()
502 drm_intel_bo_unreference(intel->upload.bo); in intel_upload_finish()
503 intel->upload.bo = NULL; in intel_upload_finish()
513 intel->upload.bo = drm_intel_bo_alloc(intel->bufmgr, "upload", size, 0); in wrap_buffers()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_buffer_objects.c491 if (!intel->upload.bo) in intel_upload_finish()
494 if (intel->upload.buffer_len) { in intel_upload_finish()
495 drm_intel_bo_subdata(intel->upload.bo, in intel_upload_finish()
496 intel->upload.buffer_offset, in intel_upload_finish()
497 intel->upload.buffer_len, in intel_upload_finish()
498 intel->upload.buffer); in intel_upload_finish()
499 intel->upload.buffer_len = 0; in intel_upload_finish()
502 drm_intel_bo_unreference(intel->upload.bo); in intel_upload_finish()
503 intel->upload.bo = NULL; in intel_upload_finish()
513 intel->upload.bo = drm_intel_bo_alloc(intel->bufmgr, "upload", size, 0); in wrap_buffers()
[all …]
/external/curl/tests/data/
Dtest62525 …//%HOSTIP:%SSHPORT%PWD/log/test625.a/upload.625 -T log/file625.txt sftp://%HOSTIP:%SSHPORT%PWD/log…
28 …est610.pl move %PWD/log/test625.a/upload.625 %PWD/log/upload.625 rmdir %PWD/log/test625.a rm %PWD/…
32 for ssh upload test
39 <upload>
41 for ssh upload test
42 </upload>
Dtest6035 SCP upload
21 SCP upload
24 …rl_client_key.pub -u %USER: -T log/file603.txt scp://%HOSTIP:%SSHPORT%PWD/log/upload.603 --insecure
28 for ssh upload test
35 <upload>
37 for ssh upload test
38 </upload>
Dtest62425 ….pub -u %USER: -T log/file624.txt sftp://%HOSTIP:%SSHPORT%PWD/log/test624.dir/upload.624 --insecure
28 perl %SRCDIR/libtest/test610.pl move %PWD/log/test624.dir/upload.624 %PWD/log/upload.624 rmdir %PWD…
32 for ssh upload test
39 <upload>
41 for ssh upload test
42 </upload>
Dtest21618 FTP upload two files to the same dir
21 -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/ -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/pat…
23 <file name="log/upload.216">
24 upload this file twice
39 STOR upload.216
Dtest10921 FTP PASV upload append
28 upload this
43 <upload>
45 upload this
46 </upload>
Dtest60224 …l_client_key.pub -u %USER: -T log/file602.txt sftp://%HOSTIP:%SSHPORT%PWD/log/upload.602 --insecure
28 for ssh upload test
35 <upload>
37 for ssh upload test
38 </upload>
Dtest11220 FTP PASV upload resume
26 this is the *****crap******** that we're gonna upload
43 <upload>
44 gonna upload
47 </upload>
Dtest54123 FTP upload and upload same file again without rewind
34 upload
43 <upload>
44 </upload>
Dtest103823 FTP PASV upload resume from end of file
29 this is the *****cr@p******** that we're gonna upload
47 <upload>
48 cr@p******** that we're gonna upload
51 </upload>
Dtest23518 FTP resumed upload but no file present remotely
24 this is the *****crap******** that we're gonna upload
42 <upload>
43 this is the *****crap******** that we're gonna upload
46 </upload>
Dtest103923 FTP PASV upload resume from end of empty file
29 this is the *****cr@p******** that we're gonna upload
47 <upload>
48 this is the *****cr@p******** that we're gonna upload
51 </upload>
Dtest50523 FTP upload with rename after transfer
34 upload
43 <upload>
49 upload
53 </upload>
Dtest52526 FTP PORT upload using multi interface
33 upload this
54 <upload>
56 upload this
57 </upload>
Dtest10821 FTP PORT upload with CWD
28 upload this
51 <upload>
53 upload this
54 </upload>
Dtest52926 FTP PORT upload using multi interface (weird cleanup function sequence)
33 upload this
54 <upload>
56 upload this
57 </upload>
Dtest40824 FTPS PORT upload with CWD
31 upload this
56 <upload>
58 upload this
59 </upload>
/external/deqp/doc/testspecs/GLES2/
Dperformance.texture.upload.txt19 Texture upload performance tests
22 + dEQP-GLES2.performance.texture.upload.*
38 + Trashed cache before upload
42 Texture upload performance cases measure the performance of texture upload
43 calls. Subgroup 'upload' measures the duration of upload calls (i.e.
44 recorded iteration time includes only multiple texture upload calls).
46 each upload and swaps buffers afterwards (i.e. recorded iteration time
47 includes multiple upload and draw calls and one buffer swap). Texture
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt19 Buffer upload performance tests
61 + Buffer upload performance after a draw call using the target buffer
68 + Complex buffer usage before upload (e.g transform feedback, copyBufferSubData)
69 + Sustained upload performance tests
73 Upload performance tests approximate upload speed by testing time usage of different
74 buffer upload functions with multiple different buffer sizes. The time usage of these
78 parameters. The test result of an upload test is the median transfer rate of the test
119 performance from the observation of a buffer upload completion (a return from a
122 "processing time" does not include the upload time. All tests and test samples have the
126 Each case's draw function, uploaded buffer type, and upload method is encoded to the case
[all …]
/external/curl/tests/libtest/
Dlib591.c46 FILE *upload = NULL; in test() local
51 upload = fopen(libtest_arg3, "rb"); in test()
52 if(!upload) { in test()
62 fclose(upload); in test()
78 easy_setopt(easy, CURLOPT_READDATA, upload); in test()
146 fclose(upload); in test()
/external/skia/src/gpu/
DGrBatchFlushState.h57 void addASAPUpload(GrBatchUploader* upload) { in addASAPUpload() argument
58 fAsapUploads.push_back().reset(SkRef(upload)); in addASAPUpload()
89 fAsapUploads[i]->upload(&fUploader); in preIssueDraws()
131 void upload(GrBatchUploader* upload) { in upload() argument
132 if (this->asapToken() == upload->lastUploadToken()) { in upload()
133 fState->addASAPUpload(upload); in upload()
135 fBatch->fInlineUploads.push_back().reset(SkRef(upload)); in upload()

12345678910>>...21