Home
last modified time | relevance | path

Searched refs:sample_count (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_standard_sample_locations.c146 vk_standard_sample_locations_state(VkSampleCountFlagBits sample_count) in vk_standard_sample_locations_state() argument
148 switch (sample_count) { in vk_standard_sample_locations_state()
Dvk_standard_sample_locations.h40 vk_standard_sample_locations_state(VkSampleCountFlagBits sample_count);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/
Dcodespellrc4 …/style/markup.adoc,asciidoctor-chunker.js,lunr.js,rouge-extend-css.rb,sample_count*.svg,./node_mod…
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dmain.c167 static unsigned long sample_count = 0; variable
583 sample_count++; in fifo_callback()
878 sample_count = 0; in main()
889 sample_count, total_time , 1.0 * sample_count / total_time); in main()