/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 699 .sampledImageColorSampleCounts = sample_counts, in hk_get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 448 .sampledImageColorSampleCounts = sample_counts, in get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 773 .sampledImageColorSampleCounts = sample_counts, in nvk_get_device_properties()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 676 vk_gl::GetMaxSampleCount(limitsVk.sampledImageColorSampleCounts); in ensureCapsInitialized()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 330 if ((limits.sampledImageColorSampleCounts & params.numColorSamples) == 0u) in checkRequirements()
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 547 if ((limits.sampledImageColorSampleCounts & numColorSamples) == 0u) in checkSampleRequirements()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationOrderAttachmentAccessTests.cpp | 884 (properties2.properties.limits.sampledImageColorSampleCounts & m_sampleCount) == 0) in checkSupport()
|
H A D | vktShaderTileImageTests.cpp | 1039 … (properties.properties.limits.sampledImageColorSampleCounts & m_testParam.m_sampleCount) == 0) in checkSupport()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 280 … {LIMIT(sampledImageColorSampleCounts), VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.0f, in validateFeatureLimits() 906 {PN(checkAlways), PN(limits.sampledImageColorSampleCounts), in validateLimits12() 3119 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.sampledImageColorSampleCounts), 4555 sampleCounts &= deviceLimits.sampledImageColorSampleCounts; in getRequiredOptimalTilingSampleCounts() 4565 sampleCounts &= deviceLimits.sampledImageColorSampleCounts; in getRequiredOptimalTilingSampleCounts()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1221 …props->limits.sampledImageColorSampleCounts = VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_… in getPhysicalDeviceProperties()
|
/aosp_15_r20/frameworks/native/vulkan/vkprofiles/generated/ |
H A D | vulkan_profiles.cpp | 1107 …s->properties.limits.sampledImageColorSampleCounts |= (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_B… in __anonef2f4cd23702() 1202 …sampledImageColorSampleCounts, (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT))); VP_DEBUG_COND_MS… in __anonef2f4cd23802() 3785 …s->properties.limits.sampledImageColorSampleCounts |= (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_B… in __anonef2f4cd2f902() 3878 …sampledImageColorSampleCounts, (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT))); VP_DEBUG_COND_MS… in __anonef2f4cd2fa02() 6570 …s->properties.limits.sampledImageColorSampleCounts |= (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_B… in __anonef2f4cd21bb02() 6672 …sampledImageColorSampleCounts, (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT))); VP_DEBUG_COND_MS… in __anonef2f4cd21bc02()
|
/aosp_15_r20/cts/tests/tests/graphics/jni/ |
H A D | VulkanProfiles.cpp | 292 …s->properties.limits.sampledImageColorSampleCounts = (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BI… in __anoneff15c680302() 387 …ret = ret && (vpCheckFlags(s->properties.limits.sampledImageColorSampleCounts, (VK_SAMPLE_COUNT_1_… in __anoneff15c680402() 2875 …s->properties.limits.sampledImageColorSampleCounts = (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BI… in __anoneff15c68bd02() 2968 …ret = ret && (vpCheckFlags(s->properties.limits.sampledImageColorSampleCounts, (VK_SAMPLE_COUNT_1_… in __anoneff15c68be02()
|
/aosp_15_r20/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 584 visitor->Visit("sampledImageColorSampleCounts", &limits->sampledImageColorSampleCounts) && in Iterate()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 890 .sampledImageColorSampleCounts = sample_counts, in lvp_get_properties()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1009 .sampledImageColorSampleCounts = supported_sample_counts, in get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 1245 .sampledImageColorSampleCounts = sample_counts, in get_properties()
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 571 .sampledImageColorSampleCounts = max_sample_bits, in pvr_physical_device_get_properties()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.c | 1416 .sampledImageColorSampleCounts = sample_counts, in radv_get_physical_device_properties()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_device.c | 1084 .sampledImageColorSampleCounts = sample_counts, in get_properties()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.cc | 969 props->sampledImageColorSampleCounts = sample_counts; in tu_get_properties()
|
/aosp_15_r20/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 892 …sampledImageColorSampleCounts = printer.write_int("sampledImageColorSampleCounts", 4, indent, sign…
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkStructTypes.inl | 1133 VkSampleCountFlags sampledImageColorSampleCounts; member
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 925 .sampledImageColorSampleCounts = supported_sample_counts, in dzn_physical_device_get_properties()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 1418 !(screen->info.props.limits.sampledImageColorSampleCounts & sample_mask)) in zink_is_format_supported()
|
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1902 VkSampleCountFlags sampledImageColorSampleCounts; member
|