• Home
  • Raw
  • Download

Lines Matching refs:widgetCounts

177                                       OverlayWidgetCounts *widgetCounts);
192 OverlayWidgetCounts *widgetCounts);
197 OverlayWidgetCounts *widgetCounts);
202 OverlayWidgetCounts *widgetCounts);
207 OverlayWidgetCounts *widgetCounts);
212 OverlayWidgetCounts *widgetCounts);
217 OverlayWidgetCounts *widgetCounts);
230 OverlayWidgetCounts *widgetCounts);
238 OverlayWidgetCounts *widgetCounts);
245 OverlayWidgetCounts *widgetCounts) in AppendTextCommon() argument
252 ++(*widgetCounts)[WidgetInternalType::Text]; in AppendTextCommon()
261 OverlayWidgetCounts *widgetCounts) in AppendGraphCommon() argument
271 ++(*widgetCounts)[WidgetInternalType::Graph]; in AppendGraphCommon()
278 OverlayWidgetCounts *widgetCounts) in AppendFPS() argument
285 AppendTextCommon(widget, imageExtent, text.str(), textWidget, widgetCounts); in AppendFPS()
292 OverlayWidgetCounts *widgetCounts) in AppendVulkanLastValidationMessage() argument
299 AppendTextCommon(widget, imageExtent, text.str(), textWidget, widgetCounts); in AppendVulkanLastValidationMessage()
306 OverlayWidgetCounts *widgetCounts) in AppendVulkanValidationMessageCount() argument
313 AppendTextCommon(widget, imageExtent, text.str(), textWidget, widgetCounts); in AppendVulkanValidationMessageCount()
320 OverlayWidgetCounts *widgetCounts) in AppendVulkanCommandGraphSize() argument
331 commandGraphSize->lastValueIndex + 1, graphScale, graphWidget, widgetCounts); in AppendVulkanCommandGraphSize()
333 if ((*widgetCounts)[WidgetInternalType::Text] < in AppendVulkanCommandGraphSize()
339 widgetCounts); in AppendVulkanCommandGraphSize()
347 OverlayWidgetCounts *widgetCounts) in AppendVulkanRenderPassCount() argument
358 renderPassCount->lastValueIndex + 1, graphScale, graphWidget, widgetCounts); in AppendVulkanRenderPassCount()
360 if ((*widgetCounts)[WidgetInternalType::Text] < in AppendVulkanRenderPassCount()
366 widgetCounts); in AppendVulkanRenderPassCount()
375 OverlayWidgetCounts *widgetCounts) in AppendVulkanSecondaryCommandBufferPoolWaste() argument
386 AppendGraphCommon(widget, imageExtent, histogram, 0, graphScale, graphWidget, widgetCounts); in AppendVulkanSecondaryCommandBufferPoolWaste()
388 if ((*widgetCounts)[WidgetInternalType::Text] < in AppendVulkanSecondaryCommandBufferPoolWaste()
397 textWidget, widgetCounts); in AppendVulkanSecondaryCommandBufferPoolWaste()
460 OverlayWidgetCounts widgetCounts = {}; in fillEnabledWidgetCoordinates() local
472 if (widgetCounts[internalType] >= kWidgetInternalTypeMaxWidgets[internalType]) in fillEnabledWidgetCoordinates()
478 kWidgetInternalTypeWidgetOffsets[internalType] + widgetCounts[internalType]++; in fillEnabledWidgetCoordinates()
486 if (widgetCounts[textType] >= kWidgetInternalTypeMaxWidgets[textType]) in fillEnabledWidgetCoordinates()
493 writeIndex = kWidgetInternalTypeWidgetOffsets[textType] + widgetCounts[textType]++; in fillEnabledWidgetCoordinates()
511 OverlayWidgetCounts widgetCounts = {}; in fillWidgetData() local
524 if (widgetCounts[internalType] >= kWidgetInternalTypeMaxWidgets[internalType]) in fillWidgetData()
532 &textWidgets->widgets[widgetCounts[WidgetInternalType::Text]], in fillWidgetData()
533 &graphWidgets->widgets[widgetCounts[WidgetInternalType::Graph]], &widgetCounts); in fillWidgetData()