Searched defs:write_timestamp (Results 1 – 9 of 9) sorted by relevance
235 pub unsafe fn write_timestamp( in write_timestamp() function676 pub unsafe fn write_timestamp( in write_timestamp() method829 pub unsafe fn write_timestamp(&mut self, query: Query<'_>, stage: PipelineStage) { in write_timestamp() method
19 static void write_timestamp(FILE *f) in write_timestamp() function
221 void CommandBuffer::write_timestamp(VkQueryPool querypool, const uint32_t idx) in write_timestamp() function in vkcompute::vkapi::CommandBuffer
78 size_t QueryPool::write_timestamp(const CommandBuffer& cmd) { in write_timestamp() function in vkcompute::vkapi::QueryPool
80 size_t QueryPool::write_timestamp(const CommandBuffer& cmd) { in write_timestamp() function in at::native::vulkan::api::QueryPool
325 void CommandBuffer::write_timestamp(VkQueryPool querypool, const uint32_t idx) in write_timestamp() function in at::native::vulkan::api::CommandBuffer
196 def write_timestamp(self, indent): member in CommandPrinter
257 pub unsafe fn write_timestamp( in write_timestamp() function
349 fn write_timestamp(&mut self) -> io::Result<()> { in write_timestamp() method