Home
last modified time | relevance | path

Searched defs:timestamp_period (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DAdapter.h35 float timestamp_period; member
151 inline float timestamp_period() const { in timestamp_period() function
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DDevice.h51 float timestamp_period; member
H A DAdapter.h121 inline float timestamp_period() const { in timestamp_period() function
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c854 const float timestamp_period = in get_device_properties() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs903 pub timestamp_period: f32, field
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h234 float timestamp_period; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs9216 pub timestamp_period: f32, field
9961 pub fn timestamp_period(mut self, timestamp_period: f32) -> Self { in timestamp_period() method