/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/ |
D | generatedcommands.adoc | 34 synchronized against the command execution. 35 When not preprocessing, the preprocessing is automatically synchronized
|
/hardware/google/gfxstream/guest/mesa/src/util/blake3/ |
D | README | 6 Files will be periodically synchronized with the upstream, and any local changes should
|
/hardware/interfaces/gnss/2.0/ |
D | types.hal | 38 * This timestamp MUST represent the time the event happened and MUST be synchronized 67 * Timing information of the GNSS location synchronized with SystemClock.elapsedRealtimeNanos()
|
D | IGnssMeasurementCallback.hal | 31 * if the state for a satellite is only C/A code locked and bit synchronized, and there is still 471 * Timing information of the GNSS data synchronized with SystemClock.elapsedRealtimeNanos()
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | ConfigManager.cpp | 62 aCamera->synchronized = ANDROID_LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_CALIBRATED; in readCameraInfo() 64 aCamera->synchronized = ANDROID_LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_APPROXIMATE; in readCameraInfo() 66 aCamera->synchronized = 0; // Not synchronized in readCameraInfo()
|
D | ConfigManager.h | 103 bool synchronized = false; variable
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | create_ray_tracing_pipelines_common.adoc | 30 <<fundamentals-threadingbehavior,externally synchronized>>
|
/hardware/interfaces/tests/msgq/1.0/ |
D | ITestMsgQ.hal | 55 * This method request the service to write into the synchronized read/write 65 * This method request the service to read from the synchronized read/write
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | ConfigManager.cpp | 98 aCamera->synchronized = ANDROID_LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_CALIBRATED; in readCameraInfo() 100 aCamera->synchronized = ANDROID_LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_APPROXIMATE; in readCameraInfo() 102 aCamera->synchronized = 0; // Not synchronized in readCameraInfo() 606 aCamera->synchronized = *(reinterpret_cast<int32_t*>(p)); in readConfigDataFromBinary() 813 outFile.write(reinterpret_cast<const char*>(&camInfo->synchronized), sizeof(int32_t)); in writeConfigDataToBinary()
|
/hardware/interfaces/automotive/evs/aidl/impl/default/include/ |
D | ConfigManager.h | 118 int32_t synchronized = 0; variable
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_present_wait/ |
D | WaitForPresent.adoc | 54 synchronized, the pname:swapchain passed to fname:vkWaitForPresentKHR may:
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_opacity_micromap/ |
D | micromaps.adoc | 68 must: be <<synchronization-dependencies,synchronized>> with the 75 <<synchronization-dependencies,synchronized>> with the 84 <<synchronization-dependencies,synchronized>> with the 439 <<synchronization-dependencies, synchronized>> with the 489 <<synchronization-dependencies, synchronized>> with the 586 synchronized>> with the ename:VK_PIPELINE_STAGE_2_MICROMAP_BUILD_BIT_EXT 591 synchronized with the ename:VK_PIPELINE_STAGE_2_MICROMAP_BUILD_BIT_EXT 677 synchronized>> with the ename:VK_PIPELINE_STAGE_2_MICROMAP_BUILD_BIT_EXT 682 synchronized with the ename:VK_PIPELINE_STAGE_2_MICROMAP_BUILD_BIT_EXT
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_external_memory_capabilities.adoc | 78 D3D11 surfaces must be synchronized using shared mutexes, and these
|
D | VK_EXT_pipeline_creation_cache_control.adoc | 95 <<fundamentals-threadingbehavior,externally synchronized>>.
|
D | memorymodel.adoc | 256 memory locations overlap, then each must: be synchronized against the other 281 synchronized against each other as if they were non-atomic (if they are not, 577 _system-synchronized-before_ B and B is _system-synchronized-after_ A. 810 are system-synchronized-with each other in the order listed. 1098 code:Input, then X is system-synchronized-after all writes to the 1126 Normally, device memory operations in a given queue are synchronized with
|
D | boilerplate.adoc | 157 This value is kept synchronized with the patch version of the released 167 The major/minor values are kept synchronized with the complete version of
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
D | README.md | 66 which case, no plugin will be used and the parameters won't be synchronized.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_deferred_host_operations/ |
D | deferred_host_operations.adoc | 65 * Externally synchronized parameters must: not be accessed. 71 * Vulkan object parameters must: not be passed as externally synchronized
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fundamentals.adoc | 731 A parameter declared as externally synchronized may: have its contents 734 declares the object to be externally synchronized, then the caller must: 772 synchronized, making external synchronization unnecessary. 773 Any command parameters that are not labeled as externally synchronized are 774 either not mutated by the command or are internally synchronized. 777 also be externally synchronized. 780 Parameters of commands that are externally synchronized are listed below. 788 ftext:vkCreate*Pipelines being externally synchronized. 792 list whose contents are externally synchronized parameters. 800 synchronized. [all …]
|
D | accelstructures.adoc | 212 <<synchronization-dependencies,synchronized>> with the 341 device addresses must: be <<synchronization-dependencies,synchronized>> with 351 must: be <<synchronization-dependencies,synchronized>> with the 367 <<synchronization-dependencies,synchronized>> with the 419 buffers, and instance buffers must be synchronized as with 423 <<synchronization-dependencies,synchronized>> with the 1639 synchronized>> with the 1707 synchronized>> with the 1758 synchronized>> with the 1797 <<synchronization-dependencies, synchronized>> with the [all …]
|
D | executiongraphs.adoc | 76 <<fundamentals-threadingbehavior,externally synchronized>> 379 Nodes executed as part of this command are not implicitly synchronized in 447 Nodes executed as part of this command are not implicitly synchronized in 541 Nodes executed as part of this command are not implicitly synchronized in
|
D | raytracing.adoc | 43 Memory operations can: be synchronized using standard memory barriers. 188 classes can: be synchronized using the 195 storage classes are <<memory-model-shader-io,system-synchronized>> and 696 <<synchronization-dependencies,synchronized>> with the
|
D | VK_EXT_debug_report.adoc | 280 pname:callback is an externally synchronized object and must: not be
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_AMDX_shader_enqueue.adoc | 17 …ing what is actually dispatched; they must be enqueued ahead of time, synchronized with heavy API … 53 …U, the implementation needs some information about how pipelines will be launched and synchronized. 152 Scratch memory initialization can be synchronized using the compute pipeline stage `VK_PIPELINE_STA… 203 …lementation to hold temporary data during graph execution, and can be synchronized using the compu…
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssMeasurementCallback.hal | 192 * Timing information of the GNSS data synchronized with SystemClock.elapsedRealtimeNanos()
|