Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp393 const uint32_t sampleCounts = limitsVk.framebufferColorSampleCounts & in ensureCapsInitialized()
518 vk_gl::AddSampleCounts(limits.framebufferColorSampleCounts, &colorSampleCounts); in GenerateConfigs()
DRenderbufferVk.cpp117 const uint32_t colorSampleCounts = limits.framebufferColorSampleCounts; in setStorageMultisample()
Dvk_format_utils.cpp43 vk_gl::AddSampleCounts(physicalDeviceLimits.framebufferColorSampleCounts, in FillTextureFormatCaps()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.cpp262 vkLimits.framebufferColorSampleCounts)) { in InitializeSupportedLimitsImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp53 vk_gl::AddSampleCounts(physicalDeviceLimits.framebufferColorSampleCounts, in FillTextureFormatCaps()
Dvk_caps_utils.cpp909 limitsVk.framebufferColorSampleCounts & limitsVk.framebufferDepthSampleCounts & in ensureCapsInitialized()
1252 vk_gl::AddSampleCounts(limits.framebufferColorSampleCounts & vk_gl::kSupportedSampleCounts, in GenerateConfigs()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateTests.cpp395 if (context.getDeviceProperties().limits.framebufferColorSampleCounts & vk::VK_SAMPLE_COUNT_2_BIT) in testShadingRates()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawExplicitVertexParameterTests.cpp227 if ((context.getDeviceProperties().limits.framebufferColorSampleCounts & m_data.samples) == 0) in checkSupport()
DvktDrawMultipleInterpolationTests.cpp286 if (!(m_params.samples & context.getDeviceProperties().limits.framebufferColorSampleCounts)) in checkSupport()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1169 !(screen->info.props.limits.framebufferColorSampleCounts & sample_mask)) in zink_is_format_supported()
1176 !(screen->info.props.limits.framebufferColorSampleCounts & sample_mask)) in zink_is_format_supported()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c618 DEBUG_FLAGS ("limit", limits, framebufferColorSampleCounts, sample_count); in dump_limits()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderFragmentMaskTests.cpp414 if ((limits.framebufferColorSampleCounts & params.numColorSamples) == 0u) in checkRequirements()
DvktPipelineMultisampleSampleLocationsExtTests.cpp1368 if ((context.getDeviceProperties().limits.framebufferColorSampleCounts & params.numSamples) == 0u) in checkSupportVerifyTests()
1915 if ((context.getDeviceProperties().limits.framebufferColorSampleCounts & params.numSamples) == 0u) in checkSupportDrawTests()
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp631 if ((limits.framebufferColorSampleCounts & numColorSamples) == 0u) in checkSampleRequirements()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c745 .framebufferColorSampleCounts = sample_counts, in panvk_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationOrderAttachmentAccessTests.cpp763 if ((properties.properties.limits.framebufferColorSampleCounts & m_sampleCount) == 0 || in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1082 props->limits.framebufferColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp232 …{ LIMIT(framebufferColorSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.0… in validateFeatureLimits()
818 …{ PN(checkAlways), PN(limits.framebufferColorSampleCounts), LIM_MIN_BITI32(VK_… in validateLimits12()
2459 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.framebufferColorSampleCounts),
3827 sampleCounts &= deviceLimits.framebufferColorSampleCounts; in getRequiredOptimalTilingSampleCounts()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c347 .framebufferColorSampleCounts = sample_counts, in lvp_physical_device_init()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1501 .framebufferColorSampleCounts = supported_sample_counts, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c974 .framebufferColorSampleCounts = max_sample_bits, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1198 .framebufferColorSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1489 .framebufferColorSampleCounts = supported_sample_counts, in dzn_GetPhysicalDeviceProperties2()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h1342 VkSampleCountFlags framebufferColorSampleCounts; member
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1977 .framebufferColorSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()

12