Home
last modified time | relevance | path

Searched refs:submission (Results 1 – 25 of 102) sorted by relevance

12345

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesQueueBindSparseTests.cpp96 QueueSubmission submission; in makeSubmissionRegular() local
97 submission.isSparseBinding = false; in makeSubmissionRegular()
98 submission.queue = queue; in makeSubmissionRegular()
99 submission.info.regular = submitInfo; in makeSubmissionRegular()
101 return submission; in makeSubmissionRegular()
126 QueueSubmission submission; in makeSubmissionSparse() local
127 submission.isSparseBinding = true; in makeSubmissionSparse()
128 submission.queue = queue; in makeSubmissionSparse()
129 submission.info.sparse = bindInfo; in makeSubmissionSparse()
131 return submission; in makeSubmissionSparse()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c4355 radv_queue_trigger_submission(struct radv_deferred_queue_submission *submission,
4361 const struct radv_queue_submission *submission, in radv_create_deferred_submission() argument
4368 for (uint32_t i = 0; i < submission->wait_semaphore_count; ++i) { in radv_create_deferred_submission()
4369 RADV_FROM_HANDLE(radv_semaphore, semaphore, submission->wait_semaphores[i]); in radv_create_deferred_submission()
4374 size += submission->cmd_buffer_count * sizeof(VkCommandBuffer); in radv_create_deferred_submission()
4375 size += submission->buffer_bind_count * sizeof(VkSparseBufferMemoryBindInfo); in radv_create_deferred_submission()
4376 size += submission->image_opaque_bind_count * sizeof(VkSparseImageOpaqueMemoryBindInfo); in radv_create_deferred_submission()
4377 size += submission->wait_semaphore_count * sizeof(struct radv_semaphore_part *); in radv_create_deferred_submission()
4379 size += submission->signal_semaphore_count * sizeof(struct radv_semaphore_part *); in radv_create_deferred_submission()
4380 size += submission->wait_value_count * sizeof(uint64_t); in radv_create_deferred_submission()
[all …]
/external/OpenCL-CTS/test_conformance/
Dsubmission_details_template.txt2 # OpenCL submission details template
7 # This form should be filled in and included in the conformance submission
16 # Submission information that needs to be copied onto the web submission form
76 # Further submission information
89 # Date of "Khronos Conformance Process" that this submission
95 # the Khronos Conformance Process document that this submission adheres to
/external/tensorflow/tensorflow/lite/java/ovic/
DREADME.md58 Once you have a submission that follows the instructions from the
67 submission file is located at `/path/to/my_model.lite`, then call:
90 * Move your submission to the testdata folder:
97 submission:
116 "my_model.lite", # <--- Your submission.
141 Now you can run the bazel tests to catch any runtime issues with the submission.
143 Note: Please make sure that your submission passes the test. If a submission
144 fails to pass the test it will not be processed by the submission server.
148 We provide two ways to measure the on-device latency of your submission. The
165 `testImagePath` to your submission and test image.
/external/deqp/external/vulkancts/
DREADME.md215 The conformance submission package must contain the following:
222 Test logs (1) should be named `<submission pkg dir>/TestResults-<driver build type>-<fraction id>-o…
225 for each driver build as part of the submission package. If CTS run was split into multiple
240 git status > <submission pkg dir>/git-status.txt
241 git log --first-parent <release tag>^..HEAD > <submission pkg dir>/git-log.txt
244 as part of the submission package (3). This can be done by running:
246 git format-patch -o <submission pkg dir> <release tag>..HEAD
252 Bugfixes to the tests are allowed. Before being used for a submission,
272 If the submission package covers multiple products, you can list them by appending
280 The actual submission package consists of the above set of files which must
[all …]
/external/angle/src/libANGLE/renderer/vulkan/doc/
DPresentSemaphores.md31 That is, the GPU starts rendering after submission, and the presentation is started when rendering …
51 maximum of 1 image (i.e. submission with one image is being processed, and another one is in queue):
67 > finishes jobs) for the first 1002 submissions. The 1003rd submission waits for F1001 (which uses
68 > I1). However, the 1001st submission will not start until the PE switches to presenting I2 (at the
69 > next V-Sync). The CPU then waits for V-Sync before the 1003rd submission. The CPU waits for one
70 > V-Sync for every subsequent submission, keeping the length of the queue 1002.
131 To summarize, we use the completion of a submission using an image to prove when the semaphore used
139 completion of a future submission to know when a previous presentation's semaphore can be destroyed,
/external/perfetto/.github/
Dpull_request_template.md2 Our project makes use of Gerrit for patch submission and review.
/external/antlr/
Dcontributors.txt28 2. I have the right to submit. This submission does not violate the
30 this submission and to make this certification.
/external/jsoncpp/src/test_lib_json/
DCMakeLists.txt26 ## Create tests for dashboard submission, allows easy review of CI results https://my.cdash.org/ind…
/external/perfetto/protos/perfetto/trace/gpu/
Dgpu_render_stage_event.proto52 // For OpenGL, the ID should map to an API submission (e.g., glFlush,
54 // to a single API submission should share the same ID.
/external/iperf3/.github/
DCONTRIBUTING.md41 Before making any submission to the iperf3 project (whether it be code
61 submission if if it doesn't involve rewriting large sections of the
/external/jsoncpp/src/jsontestrunner/
DCMakeLists.txt42 …## Create tests for dashboard submission, allows easy review of CI results https://my.cdash.org/in…
/external/mesa3d/docs/
Dconform.rst26 first submission.
/external/deqp/external/openglcts/
DREADME.md35 - [Creating a Submission Package](#creating-a-submission-package)
36 - [Submission Update Package](#submission-update-package)
70 Khronos Adopters web page. The Committee will examine your submission and will
90 You will need to include this log as part of your conformance submission package.
229 conformance submission.
237 conformance submission (see [Creating a Submission Package](#creating-a-submission-package)).
239 results must not be included in a submission package.
408 being used for a submission, bugfixes must be accepted and merged into
457 conformance submission package. The final verdict will be printed out at
746 (https://gitlab.khronos.org/Tracker/vk-gl-cts). When you create your submission
[all …]
/external/curl/docs/examples/
DREADME.md8 them for submission in future packages and on the website.
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
DCONTRIBUTORS7 # The submission process automatically checks to make sure
/external/mesa3d/
DREADME.rst59 Note that Mesa uses gitlab for patches submission, review and discussions.
/external/python/cryptography/docs/x509/
Dcertificate-transparency.rst48 The type of submission to the log that this SCT is for. Log submissions
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
DREADME56 o Code shall be checked using ShellCheck [1] prior to submission.
/external/pigweed/
DCONTRIBUTING.md183 In these situations, Pigweed's commit queue submission process will fail for all
185 Pigweed team may permit manual submission of the CL. Contact the Pigweed team
186 for submission approval.
/external/python/cpython3/PC/
Dstore_info.txt50 added to a submission for the store.
57 a new submission via the dashboard at
/external/skia/site/docs/dev/contrib/
D_index.md37 submission.
/external/mesa3d/docs/relnotes/
D20.1.8.rst50 - radv: Fix threading issue with submission refcounts.
/external/skqp/site/dev/contrib/
Dindex.md29 When possible, have a fellow contributor review your change in advance of submission.
/external/libusb/
DChangeLog90 * Linux: Allow larger isochronous transfer submission (#23)
93 * Windows: Improve submission of control requests for composite devices
97 * Improve speed of transfer submission in multi-threaded environments

12345