/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesQueueBindSparseTests.cpp | 96 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/ |
D | radv_device.c | 4355 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/ |
D | submission_details_template.txt | 2 # 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/ |
D | README.md | 58 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/ |
D | README.md | 215 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/ |
D | PresentSemaphores.md | 31 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/ |
D | pull_request_template.md | 2 Our project makes use of Gerrit for patch submission and review.
|
/external/antlr/ |
D | contributors.txt | 28 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/ |
D | CMakeLists.txt | 26 ## Create tests for dashboard submission, allows easy review of CI results https://my.cdash.org/ind…
|
/external/perfetto/protos/perfetto/trace/gpu/ |
D | gpu_render_stage_event.proto | 52 // 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/ |
D | CONTRIBUTING.md | 41 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/ |
D | CMakeLists.txt | 42 …## Create tests for dashboard submission, allows easy review of CI results https://my.cdash.org/in…
|
/external/mesa3d/docs/ |
D | conform.rst | 26 first submission.
|
/external/deqp/external/openglcts/ |
D | README.md | 35 - [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/ |
D | README.md | 8 them for submission in future packages and on the website.
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | CONTRIBUTORS | 7 # The submission process automatically checks to make sure
|
/external/mesa3d/ |
D | README.rst | 59 Note that Mesa uses gitlab for patches submission, review and discussions.
|
/external/python/cryptography/docs/x509/ |
D | certificate-transparency.rst | 48 The type of submission to the log that this SCT is for. Log submissions
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | README | 56 o Code shall be checked using ShellCheck [1] prior to submission.
|
/external/pigweed/ |
D | CONTRIBUTING.md | 183 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/ |
D | store_info.txt | 50 added to a submission for the store. 57 a new submission via the dashboard at
|
/external/skia/site/docs/dev/contrib/ |
D | _index.md | 37 submission.
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.8.rst | 50 - radv: Fix threading issue with submission refcounts.
|
/external/skqp/site/dev/contrib/ |
D | index.md | 29 When possible, have a fellow contributor review your change in advance of submission.
|
/external/libusb/ |
D | ChangeLog | 90 * 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
|