/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 752 .sampledImageDepthSampleCounts = sample_counts, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 598 limitsVk.sampledImageDepthSampleCounts & vk_gl::kSupportedSampleCounts; in ensureCapsInitialized()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 981 .sampledImageDepthSampleCounts = max_sample_bits, in pvr_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 354 .sampledImageDepthSampleCounts = sample_counts, in lvp_physical_device_init()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1070 props->limits.sampledImageDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 240 { LIMIT(sampledImageDepthSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.0f, LIMIT_FORMAT_BITMASK, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits() 846 { PN(checkAlways), PN(limits.sampledImageDepthSampleCounts), LIM_MIN_BITI32(VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT) }, in validateLimits12() 2842 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.sampledImageDepthSampleCounts), 4257 sampleCounts &= deviceLimits.sampledImageDepthSampleCounts; in getRequiredOptimalTilingSampleCounts()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 240 { LIMIT(sampledImageDepthSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.0f, LIMIT_FORMAT_BITMASK, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits() 837 { PN(checkAlways), PN(limits.sampledImageDepthSampleCounts), LIM_MIN_BITI32(VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT) }, in validateLimits12() 2867 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.sampledImageDepthSampleCounts), 4262 sampleCounts &= deviceLimits.sampledImageDepthSampleCounts; in getRequiredOptimalTilingSampleCounts()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1205 .sampledImageDepthSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1508 .sampledImageDepthSampleCounts = supported_sample_counts, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1496 .sampledImageDepthSampleCounts = supported_sample_counts, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 1156 (screen->info.props.limits.sampledImageDepthSampleCounts & sample_mask) != sample_mask) in zink_is_format_supported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 570 if ((limits.sampledImageDepthSampleCounts & numDepthStencilSamples) == 0u) in checkSampleRequirements() 571 TCU_THROW(NotSupportedError, "sampledImageDepthSampleCounts: sample count not supported"); in checkSampleRequirements()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 568 if ((limits.sampledImageDepthSampleCounts & numDepthStencilSamples) == 0u) in checkSampleRequirements() 569 TCU_THROW(NotSupportedError, "sampledImageDepthSampleCounts: sample count not supported"); in checkSampleRequirements()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1984 .sampledImageDepthSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3491 VkSampleCountFlags sampledImageDepthSampleCounts; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2006 .sampledImageDepthSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1904 VkSampleCountFlags sampledImageDepthSampleCounts; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 117 size += vn_sizeof_VkFlags(&val->sampledImageDepthSampleCounts); in vn_sizeof_VkPhysicalDeviceLimits() 243 vn_decode_VkFlags(dec, &val->sampledImageDepthSampleCounts); in vn_decode_VkPhysicalDeviceLimits() 361 /* skip val->sampledImageDepthSampleCounts */ in vn_sizeof_VkPhysicalDeviceLimits_partial() 473 /* skip val->sampledImageDepthSampleCounts */ in vn_encode_VkPhysicalDeviceLimits_partial()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2631 VkSampleCountFlags sampledImageDepthSampleCounts; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 45984 VULKAN_HPP_NAMESPACE::SampleCountFlags sampledImageDepthSampleCounts = {}; global() member [all...] |
H A D | vulkan_core.h | 2724 VkSampleCountFlags sampledImageDepthSampleCounts; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2988 VkSampleCountFlags sampledImageDepthSampleCounts; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 2773 VkSampleCountFlags sampledImageDepthSampleCounts; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 7238 print_VkSampleCountFlags(obj.sampledImageDepthSampleCounts, "sampledImageDepthSampleCounts", 1); in print_VkPhysicalDeviceLimits() 7516 print_VkSampleCountFlags(obj->sampledImageDepthSampleCounts, "sampledImageDepthSampleCounts", 1); in print_VkPhysicalDeviceLimits() [all...] |
H A D | vulkan_json_parser.hpp | 5666 parse_VkSampleCountFlags("sampledImageDepthSampleCounts", obj["sampledImageDepthSampleCounts"], (o.sampledImageDepthSampleCounts)); in parse_VkPhysicalDeviceLimits()
|