Home
last modified time | relevance | path

Searched refs:framebufferColorSampleCounts (Results 1 – 25 of 183) sorted by relevance

12345678

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp990 limitsVk.framebufferColorSampleCounts & limitsVk.framebufferDepthSampleCounts & in ensureCapsInitialized()
1565 vk_gl::AddSampleCounts(limits.framebufferColorSampleCounts & vk_gl::kSupportedSampleCounts, in GenerateConfigs()
H A Dvk_format_utils.cpp53 vk_gl::AddSampleCounts(physicalDeviceLimits.framebufferColorSampleCounts, in FillTextureFormatCaps()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateTests.cpp489 … 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 DvktDrawMultisampleLinearInterpolationTests.cpp633 … if (!(m_sampleCountFlagBits & context.getDeviceProperties().limits.framebufferColorSampleCounts)) in checkSupport()
H A DvktDrawExplicitVertexParameterTests.cpp248 if ((context.getDeviceProperties().limits.framebufferColorSampleCounts & m_data.samples) == 0) in checkSupport()
H A DvktDrawMultipleInterpolationTests.cpp297 if (!(m_params.samples & context.getDeviceProperties().limits.framebufferColorSampleCounts)) in checkSupport()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c694 .framebufferColorSampleCounts = sample_counts, in hk_get_device_properties()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.c443 .framebufferColorSampleCounts = sample_counts, in get_device_properties()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c768 .framebufferColorSampleCounts = sample_counts, in nvk_get_device_properties()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp320 if ((limits.framebufferColorSampleCounts & params.numColorSamples) == 0u) in checkRequirements()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp1310 … if ((context.getDeviceProperties().limits.framebufferColorSampleCounts & params.numSamples) == 0u) in checkSupportVerifyTests()
1930 … if ((context.getDeviceProperties().limits.framebufferColorSampleCounts & params.numSamples) == 0u) in checkSupportDrawTests()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp538 if ((limits.framebufferColorSampleCounts & numColorSamples) == 0u) in checkSampleRequirements()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationOrderAttachmentAccessTests.cpp883 if ((properties2.properties.limits.framebufferColorSampleCounts & m_sampleCount) == 0 || in checkSupport()
H A DvktShaderTileImageTests.cpp1038 …if ((properties.properties.limits.framebufferColorSampleCounts & m_testParam.m_sampleCount) == 0 || in checkSupport()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1216 …props->limits.framebufferColorSampleCounts = VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_… in getPhysicalDeviceProperties()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c1408 !(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 Dvulkan_profiles.cpp1038 …s->properties.limits.framebufferColorSampleCounts |= (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BI… in __anonef2f4cd23702()
1128framebufferColorSampleCounts, (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()
3806framebufferColorSampleCounts, (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()
6596framebufferColorSampleCounts, (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 DVulkanProfiles.cpp223 …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 Dvkjson.cc579 visitor->Visit("framebufferColorSampleCounts", &limits->framebufferColorSampleCounts) && in Iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp271 … {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 Dlvp_device.c885 .framebufferColorSampleCounts = sample_counts, in lvp_get_properties()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1004 .framebufferColorSampleCounts = supported_sample_counts, in get_device_properties()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c1240 .framebufferColorSampleCounts = sample_counts, in get_properties()
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c566 .framebufferColorSampleCounts = max_sample_bits, in pvr_physical_device_get_properties()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c1411 .framebufferColorSampleCounts = sample_counts, in radv_get_physical_device_properties()

12345678