/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 990 limitsVk.framebufferColorSampleCounts & limitsVk.framebufferDepthSampleCounts & in ensureCapsInitialized() 1565 vk_gl::AddSampleCounts(limits.framebufferColorSampleCounts & vk_gl::kSupportedSampleCounts, in GenerateConfigs()
|
H A D | vk_format_utils.cpp | 53 vk_gl::AddSampleCounts(physicalDeviceLimits.framebufferColorSampleCounts, in FillTextureFormatCaps()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 489 … if (context.getDeviceProperties().limits.framebufferColorSampleCounts & vk::VK_SAMPLE_COUNT_2_BIT) in testShadingRates()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 633 … if (!(m_sampleCountFlagBits & context.getDeviceProperties().limits.framebufferColorSampleCounts)) in checkSupport()
|
H A D | vktDrawExplicitVertexParameterTests.cpp | 248 if ((context.getDeviceProperties().limits.framebufferColorSampleCounts & m_data.samples) == 0) in checkSupport()
|
H A D | vktDrawMultipleInterpolationTests.cpp | 297 if (!(m_params.samples & context.getDeviceProperties().limits.framebufferColorSampleCounts)) in checkSupport()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 694 .framebufferColorSampleCounts = sample_counts, in hk_get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 443 .framebufferColorSampleCounts = sample_counts, in get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 768 .framebufferColorSampleCounts = sample_counts, in nvk_get_device_properties()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 320 if ((limits.framebufferColorSampleCounts & params.numColorSamples) == 0u) in checkRequirements()
|
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1310 … if ((context.getDeviceProperties().limits.framebufferColorSampleCounts & params.numSamples) == 0u) in checkSupportVerifyTests() 1930 … if ((context.getDeviceProperties().limits.framebufferColorSampleCounts & params.numSamples) == 0u) in checkSupportDrawTests()
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 538 if ((limits.framebufferColorSampleCounts & numColorSamples) == 0u) in checkSampleRequirements()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationOrderAttachmentAccessTests.cpp | 883 if ((properties2.properties.limits.framebufferColorSampleCounts & m_sampleCount) == 0 || in checkSupport()
|
H A D | vktShaderTileImageTests.cpp | 1038 …if ((properties.properties.limits.framebufferColorSampleCounts & m_testParam.m_sampleCount) == 0 || in checkSupport()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1216 …props->limits.framebufferColorSampleCounts = VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_… in getPhysicalDeviceProperties()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 1408 !(screen->info.props.limits.framebufferColorSampleCounts & sample_mask)) in zink_is_format_supported() 1415 !(screen->info.props.limits.framebufferColorSampleCounts & sample_mask)) in zink_is_format_supported()
|
/aosp_15_r20/frameworks/native/vulkan/vkprofiles/generated/ |
H A D | vulkan_profiles.cpp | 1038 …s->properties.limits.framebufferColorSampleCounts |= (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BI… in __anonef2f4cd23702() 1128 …framebufferColorSampleCounts, (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT))); VP_DEBUG_COND_MSG… in __anonef2f4cd23802() 3717 …s->properties.limits.framebufferColorSampleCounts |= (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BI… in __anonef2f4cd2f902() 3806 …framebufferColorSampleCounts, (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT))); VP_DEBUG_COND_MSG… in __anonef2f4cd2fa02() 6499 …s->properties.limits.framebufferColorSampleCounts |= (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BI… in __anonef2f4cd21bb02() 6596 …framebufferColorSampleCounts, (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT))); VP_DEBUG_COND_MSG… in __anonef2f4cd21bc02()
|
/aosp_15_r20/cts/tests/tests/graphics/jni/ |
H A D | VulkanProfiles.cpp | 223 …s->properties.limits.framebufferColorSampleCounts = (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT… in __anoneff15c680302() 313 …ret = ret && (vpCheckFlags(s->properties.limits.framebufferColorSampleCounts, (VK_SAMPLE_COUNT_1_B… in __anoneff15c680402() 2807 …s->properties.limits.framebufferColorSampleCounts = (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT… in __anoneff15c68bd02() 2896 …ret = ret && (vpCheckFlags(s->properties.limits.framebufferColorSampleCounts, (VK_SAMPLE_COUNT_1_B… in __anoneff15c68be02()
|
/aosp_15_r20/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 579 visitor->Visit("framebufferColorSampleCounts", &limits->framebufferColorSampleCounts) && in Iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 271 … {LIMIT(framebufferColorSampleCounts), VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.0f, in validateFeatureLimits() 895 {PN(checkAlways), PN(limits.framebufferColorSampleCounts), in validateLimits12() 3114 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.framebufferColorSampleCounts), 4571 sampleCounts &= deviceLimits.framebufferColorSampleCounts; in getRequiredOptimalTilingSampleCounts()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 885 .framebufferColorSampleCounts = sample_counts, in lvp_get_properties()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1004 .framebufferColorSampleCounts = supported_sample_counts, in get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 1240 .framebufferColorSampleCounts = sample_counts, in get_properties()
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 566 .framebufferColorSampleCounts = max_sample_bits, in pvr_physical_device_get_properties()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.c | 1411 .framebufferColorSampleCounts = sample_counts, in radv_get_physical_device_properties()
|