Home
last modified time | relevance | path

Searched refs:sample_counts (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/metrics/
Dsample_map.cc27 explicit SampleMapIterator(const SampleToCountMap& sample_counts);
44 SampleMapIterator::SampleMapIterator(const SampleToCountMap& sample_counts) in SampleMapIterator() argument
45 : iter_(sample_counts.begin()), in SampleMapIterator()
46 end_(sample_counts.end()) { in SampleMapIterator()
Dpersistent_sample_map.cc29 explicit PersistentSampleMapIterator(const SampleToCountMap& sample_counts);
47 const SampleToCountMap& sample_counts) in PersistentSampleMapIterator() argument
48 : iter_(sample_counts.begin()), in PersistentSampleMapIterator()
49 end_(sample_counts.end()) { in PersistentSampleMapIterator()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c391 VkSampleCountFlags sample_counts = VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT; in lvp_GetPhysicalDeviceProperties() local
488 .framebufferColorSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties()
489 .framebufferDepthSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties()
490 .framebufferStencilSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties()
491 .framebufferNoAttachmentsSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties()
493 .sampledImageColorSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties()
494 .sampledImageIntegerSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties()
495 .sampledImageDepthSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties()
496 .sampledImageStencilSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties()
497 .storageImageSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c628 VkSampleCountFlags sample_counts = in tu_GetPhysicalDeviceProperties2() local
720 .framebufferColorSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2()
721 .framebufferDepthSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2()
722 .framebufferStencilSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2()
723 .framebufferNoAttachmentsSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2()
725 .sampledImageColorSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2()
727 .sampledImageDepthSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2()
728 .sampledImageStencilSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2()
/external/mesa3d/src/intel/vulkan/
Danv_device.c1515 VkSampleCountFlags sample_counts = in anv_GetPhysicalDeviceProperties() local
1607 .framebufferColorSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
1608 .framebufferDepthSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
1609 .framebufferStencilSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
1610 .framebufferNoAttachmentsSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
1612 .sampledImageColorSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
1613 .sampledImageIntegerSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
1614 .sampledImageDepthSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
1615 .sampledImageStencilSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1523 VkSampleCountFlags sample_counts = 0xf; in radv_GetPhysicalDeviceProperties() local
1612 .framebufferColorSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
1613 .framebufferDepthSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
1614 .framebufferStencilSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
1615 .framebufferNoAttachmentsSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
1617 .sampledImageColorSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
1618 .sampledImageIntegerSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
1619 .sampledImageDepthSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
1620 .sampledImageStencilSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
1621 .storageImageSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()