Home
last modified time | relevance | path

Searched refs:domains (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_calibrated_timestamps.adoc38 …* Provide a method to capture simultaneous timestamps across different domains so they can be cali…
44 This extension exposes a way to capture roughly simultaneous timestamps from multiple domains at on…
58 …xtension provides four domains to the application; while the device domain is always available, th…
87 …e following command allows applications to retrieve comparable timestamps across different domains:
106 The returned values will be queried in their time domains as closely as possible in time, with the …
113 As the supported set of timestamp domains is queryable, additional domains can be added over time i…
128 Yes, especially as some time domains by definition allow for that to happen (e.g. CLOCK_MONOTONIC i…
135 …ny single calibrated timestamp query can have by sampling one of the time domains twice as follows:
149domains coincides and all clocks can literally be sampled simultaneously, there is not really a po…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_calibrated_timestamps.adoc24 quasi simultaneously from two time domains.
Dmemorymodel.adoc663 Memory domains are named according to the agents whose memory accesses use
666 multiple smaller memory domains which correspond to the different
669 The memory domains defined in Vulkan include:
692 The memory domains are nested in the order listed above,
696 with memory domains later in the list nested in the domains earlier in the
708 Memory domains do not correspond to storage classes or device-local and
726 workgroup instance, and subgroup instance domains are only used for
738 set of memory domains.
741 * For a visibility operation, the source scope is a set of memory domains
746 Availability and memory domain operations expand the set of memory domains
[all …]
DVK_NV_ray_tracing.adoc44 * A new pipeline type with new shader domains
DVK_KHR_ray_tracing_pipeline.adoc80 * A new ray tracing pipeline type with new shader domains: ray generation,
85 invocation of the various new shader domains depending on which
Dglossary.adoc1110 The memory domains correspond to the set of agents that the write can:
1112 The memory domains are _host_, _device_, _shader_, _workgroup instance_
/hardware/interfaces/weaver/1.0/
DIWeaver.hal23 * relies on the security of these values. The cardinality of the domains of the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc526 operating domains.
1411 inter-process) operating domains and perform signal and wait operations.
1652 inter-process) operating domains and perform signal and wait operations.
1763 …etPhysicalDeviceCalibrateableTimeDomainsEXT',desc='Query calibrateable time domains',type='protos']
1767 To query the set of time domains for which a physical device supports
1773 of calibrateable time domains.
1775 of calibrateable time domains available or queried, as described below.
1778 time domains.
1781 domains supported for the given pname:physicalDevice is returned in
1788 calibrateable time domains supported, at most pname:pTimeDomainCount values
[all …]
Dsynchronization.adoc130 Availability, visibility, memory domains, and memory domain operations are
7622 at on timelines of different time domains (e.g. a device operation vs. a
7624 time domains.
7626 To query calibrated timestamps from a set of time domains, call:
7634 domains the calibrated timestamps should be captured from.
7646 fname:vkGetCalibratedTimestampsEXT even for the same set of time domains due
7656 domains and other properties of the platform extrapolating values over a
7694 [open,refpage='VkTimeDomainEXT',desc='Supported time domains',type='enums']
7696 The set of supported time domains consists of:
Dshaders.adoc2166 Like other ray tracing shader domains, an intersection shader operates on a
Dmemory.adoc946 memory domains.
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Damdgpu_drm.h168 __u64 domains; member
/hardware/interfaces/keymaster/4.0/
Dtypes.hal434 * presence across security domains.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc7805 * Clarify the definition of time domains in elink:VkTimeDomainEXT