Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c819 const float timestamp_period = in v3dv_GetPhysicalDeviceProperties() local
/external/rust/crates/ash/src/vk/
Ddefinitions.rs8259 pub timestamp_period: f32, field
8910 pub fn timestamp_period(mut self, timestamp_period: f32) -> Self { in timestamp_period() method