Home
last modified time | relevance | path

Searched refs:counts (Results 1 – 25 of 50) sorted by relevance

12

/hardware/google/pixel/pixelstats/
DMitigationDurationReporter.cpp166 const std::string kMitigationDurationFile, struct IrqDurationCounts *counts) { in getIrqDurationCountHelper() argument
183 num_stats += updateStat(&lines[UVLO1], &counts->uvlo1_none); in getIrqDurationCountHelper()
184 num_stats += updateStat(&lines[UVLO1_MMWAVE], &counts->uvlo1_mmwave); in getIrqDurationCountHelper()
185 num_stats += updateStat(&lines[UVLO1_RFFE], &counts->uvlo1_rffe); in getIrqDurationCountHelper()
186 num_stats += updateStat(&lines[UVLO2], &counts->uvlo2_none); in getIrqDurationCountHelper()
187 num_stats += updateStat(&lines[UVLO2_MMWAVE], &counts->uvlo2_mmwave); in getIrqDurationCountHelper()
188 num_stats += updateStat(&lines[UVLO2_RFFE], &counts->uvlo2_rffe); in getIrqDurationCountHelper()
189 num_stats += updateStat(&lines[BATOILO], &counts->batoilo_none); in getIrqDurationCountHelper()
190 num_stats += updateStat(&lines[BATOILO_MMWAVE], &counts->batoilo_mmwave); in getIrqDurationCountHelper()
191 num_stats += updateStat(&lines[BATOILO_RFFE], &counts->batoilo_rffe); in getIrqDurationCountHelper()
[all …]
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_partition_tables.cpp271 int counts[BLOCK_MAX_PARTITIONS] { 0 }; in generate_one_partition_info_entry() local
279 pi.texels_of_partition[part][counts[part]++] = static_cast<uint8_t>(texel_idx++); in generate_one_partition_info_entry()
288 int ptex_count = counts[i]; in generate_one_partition_info_entry()
297 if (counts[0] == 0) in generate_one_partition_info_entry()
301 else if (counts[1] == 0) in generate_one_partition_info_entry()
305 else if (counts[2] == 0) in generate_one_partition_info_entry()
309 else if (counts[3] == 0) in generate_one_partition_info_entry()
338 pi.partition_texel_count[i] = static_cast<uint8_t>(counts[i]); in generate_one_partition_info_entry()
/hardware/google/pixel/health/
DCycleCountBackupRestore.cpp101 std::vector<std::string> counts = android::base::Split(buffer, " "); in Read() local
102 if (counts.size() != (size_t)nb_buckets_) { in Read()
107 bins[i] = std::stoi(counts[i]); in Read()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMitigationDurationReporter.h73 struct IrqDurationCounts *counts);
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test_cases.cpp172 SignalCounts counts; in FindStrongFrequentNonGpsSource() local
173 counts.observations = 1; in FindStrongFrequentNonGpsSource()
174 counts.max_cn0_dbhz = gnss_sv.cN0Dbhz; in FindStrongFrequentNonGpsSource()
176 std::pair<ComparableBlacklistedSource, SignalCounts>(source, counts)); in FindStrongFrequentNonGpsSource()
/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test.cpp308 SignalCounts counts; in FindStrongFrequentNonGpsSource() local
309 counts.observations = 1; in FindStrongFrequentNonGpsSource()
310 counts.max_cn0_dbhz = gnss_sv.cN0Dbhz; in FindStrongFrequentNonGpsSource()
312 std::pair<ComparableBlocklistedSource, SignalCounts>(source, counts)); in FindStrongFrequentNonGpsSource()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_color_write_enable.adoc27 pipeline counts and pipeline switching via shaders that write a superset of
DVK_HUAWEI_subpass_shading.adoc33 from the render pass attachments and sample counts but depends on
DVK_EXT_opacity_micromap.adoc143 that something like a GPU culling system would need to change the counts
DVK_KHR_acceleration_structure.adoc331 * add max primitive counts (pname:ppMaxPrimitiveCounts) to
501 ** add max primitive counts to build indirect command (#2233,!3944)
Dversions.adoc309 color sample counts that are supported for all framebuffer color
/hardware/interfaces/gnss/2.1/vts/functional/
Dgnss_hal_test_cases.cpp334 SignalCounts counts; in FindStrongFrequentNonGpsSource() local
335 counts.observations = 1; in FindStrongFrequentNonGpsSource()
336 counts.max_cn0_dbhz = gnss_sv.v2_0.v1_0.cN0Dbhz; in FindStrongFrequentNonGpsSource()
338 std::pair<ComparableBlacklistedSource, SignalCounts>(source, counts)); in FindStrongFrequentNonGpsSource()
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test_cases.cpp548 SignalCounts counts; in FindStrongFrequentNonGpsSource() local
549 counts.observations = 1; in FindStrongFrequentNonGpsSource()
550 counts.max_cn0_dbhz = sv_info.v1_0.cN0Dbhz; in FindStrongFrequentNonGpsSource()
552 std::pair<ComparableBlacklistedSource, SignalCounts>(source, counts)); in FindStrongFrequentNonGpsSource()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c2305 uint32_t counts[2]; in wsi_x11_get_dri3_modifiers() local
2309 counts[n] = mod_reply->num_window_modifiers; in wsi_x11_get_dri3_modifiers()
2311 counts[n] * sizeof(uint64_t), in wsi_x11_get_dri3_modifiers()
2320 counts[n] * sizeof(uint64_t)); in wsi_x11_get_dri3_modifiers()
2325 counts[n] = mod_reply->num_screen_modifiers; in wsi_x11_get_dri3_modifiers()
2327 counts[n] * sizeof(uint64_t), in wsi_x11_get_dri3_modifiers()
2338 counts[n] * sizeof(uint64_t)); in wsi_x11_get_dri3_modifiers()
2344 num_modifiers_in[i] = counts[i]; in wsi_x11_get_dri3_modifiers()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc676 elink:VkSampleCountFlagBits indicating the color sample counts that are
680 There is no limit specifying the color sample counts that are supported
690 elink:VkSampleCountFlagBits indicating the supported depth sample counts
696 counts for all framebuffer depth/stencil attachments, when the format
700 elink:VkSampleCountFlagBits indicating the supported sample counts for a
712 elink:VkSampleCountFlagBits indicating the sample counts supported for
718 elink:VkSampleCountFlagBits indicating the sample counts supported for
724 elink:VkSampleCountFlagBits indicating the sample counts supported for
729 elink:VkSampleCountFlagBits indicating the sample counts supported for
733 bitmask^1^ of elink:VkSampleCountFlagBits indicating the sample counts
[all …]
Dcapabilities.adoc31 sample counts for certain image types, or additional capabilities for
157 specifying all the supported sample counts for this image as described
158 <<features-supported-sample-counts, below>>.
851 pool when a descriptor set is allocated, and counts towards the
1067 [[features-supported-sample-counts]]
1072 sample counts for the image parameters.
1101 Otherwise, the bits set in pname:sampleCounts will be the sample counts
1103 For each bit set in pname:usage, the supported sample counts relate to the
Dvideo_encode_h264_extensions.adoc707 …T',desc='Structure specifying H.264 encode rate control GOP remaining frame counts',type='structs']
737 However, implementations may: use these remaining frame counts, when
746 remaining frame counts using this structure.
750 remaining frame counts specified in this structure at any given point, then
Dvideo_encode_h265_extensions.adoc809 …T',desc='Structure specifying H.265 encode rate control GOP remaining frame counts',type='structs']
839 However, implementations may: use these remaining frame counts, when
848 remaining frame counts using this structure.
852 remaining frame counts specified in this structure at any given point, then
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLogSC.adoc139 * Added VUs requiring requested object counts not exceed physical device
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_surface_maintenance1.adoc96 To query the min and max image counts for a specific present mode, chain the
DVK_KHR_dynamic_rendering.adoc181 …nt_samples.html[VK_AMD_mixed_attachment_samples] are enabled, the sample counts of color and depth…
283 …nt_samples.html[VK_AMD_mixed_attachment_samples] are enabled, the sample counts of color and depth…
DVK_EXT_descriptor_buffer.adoc86 …f that could be something like an arena allocator where size is derived from the descriptor counts,
255 On these implementations, variable descriptor counts of combined image samplers may be supported, b…
315 If a buffer contains both usage flags, it counts once against both limits.
635 This doesn’t solve the overall limits for object counts, and so it’s not possible to trivially emul…
664 …set layout with 6 fixed-size arrays instead of using variable descriptor counts. This means `NumDe…
DVK_EXT_multisampled_render_to_single_sampled.adoc106 with `N` sample counts (extending `VkSubpassDescription2` and
DVK_EXT_swapchain_maintenance1.adoc155 can avoid paying any extra memory cost due to higher image counts until a
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dreflow.py658 counts = vuidCounts[key] variable

12