/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 477 case VK_SAMPLE_COUNT_4_BIT: pSampleLocation = s_location_samples_4; break; in genFramebufferStandardSampleLocations() 1821 { VK_SAMPLE_COUNT_1_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1824 { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1827 { VK_SAMPLE_COUNT_4_BIT, VK_SAMPLE_COUNT_8_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1828 { VK_SAMPLE_COUNT_4_BIT, VK_SAMPLE_COUNT_16_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1836 { VK_SAMPLE_COUNT_1_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1837 { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1843 { VK_SAMPLE_COUNT_4_BIT, VK_SAMPLE_COUNT_8_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1847 { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1848 { VK_SAMPLE_COUNT_1_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 475 case VK_SAMPLE_COUNT_4_BIT: pSampleLocation = s_location_samples_4; break; in genFramebufferStandardSampleLocations() 1834 { VK_SAMPLE_COUNT_1_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1837 { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1840 { VK_SAMPLE_COUNT_4_BIT, VK_SAMPLE_COUNT_8_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1841 { VK_SAMPLE_COUNT_4_BIT, VK_SAMPLE_COUNT_16_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1849 { VK_SAMPLE_COUNT_1_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1850 { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1856 { VK_SAMPLE_COUNT_4_BIT, VK_SAMPLE_COUNT_8_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1860 { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() 1861 { VK_SAMPLE_COUNT_1_BIT, VK_SAMPLE_COUNT_4_BIT }, in createMixedAttachmentSamplesTestsInGroup() [all...] |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 144 !multisample ? VK_SAMPLE_COUNT_1_BIT : VK_SAMPLE_COUNT_4_BIT, // VkSampleCountFlagBits samples; in makeRenderPass() 218 multisample ? VK_SAMPLE_COUNT_4_BIT : VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples; in preparePipelineWrapper() 290 multisample ? VK_SAMPLE_COUNT_4_BIT : VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in makeImage() 968 !multisample ? VK_SAMPLE_COUNT_1_BIT : VK_SAMPLE_COUNT_4_BIT, // VkSampleCountFlagBits samples; in makeRenderPassMultiAttachments() 1395 VK_SAMPLE_COUNT_4_BIT, // VkSampleCountFlagBits samples; in makeRenderPassInputResolveSameAttachment()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_standard_sample_locations.c | 64 .per_pixel = VK_SAMPLE_COUNT_4_BIT,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureMultisampleTests.cpp | 72 { "sample_count_4", VK_SAMPLE_COUNT_4_BIT }, in createInvalidSampleIndexTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureMultisampleTests.cpp | 71 { "sample_count_4", VK_SAMPLE_COUNT_4_BIT }, in createInvalidSampleIndexTests()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | AdapterVk.cpp | 261 if (!IsSubset(VkSampleCountFlags(VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT), in InitializeSupportedLimitsImpl() 266 if (!IsSubset(VkSampleCountFlags(VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT), in InitializeSupportedLimitsImpl()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1063 props->limits.framebufferColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 1064 props->limits.framebufferDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 1065 props->limits.framebufferStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 1066 props->limits.framebufferNoAttachmentsSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 1068 props->limits.sampledImageColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 1070 props->limits.sampledImageDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 1071 props->limits.sampledImageStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 1072 props->limits.storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 1167 pImageFormatProperties->sampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceImageFormatProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperationResources.hpp | 63 { RESOURCE_TYPE_IMAGE, tcu::IVec4(64, 64, 0, 0), vk::VK_IMAGE_TYPE_2D, vk::VK_FORMAT_R32_UINT, vk::VK_IMAGE_ASPECT_COLOR_BIT, vk::VK_SAMPLE_COUNT_4_BIT },
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkUtil.cpp | 68 *vkSamples = VK_SAMPLE_COUNT_4_BIT; in GrSampleCountToVkSampleCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperationResources.hpp | 63 { RESOURCE_TYPE_IMAGE, tcu::IVec4(64, 64, 0, 0), vk::VK_IMAGE_TYPE_2D, vk::VK_FORMAT_R32_UINT, vk::VK_IMAGE_ASPECT_COLOR_BIT, vk::VK_SAMPLE_COUNT_4_BIT },
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_image.c | 45 image->vk.samples == VK_SAMPLE_COUNT_4_BIT); in pack_texture_shader_state_helper()
|
H A D | v3dv_image.c | 100 image->vk.samples == VK_SAMPLE_COUNT_4_BIT); in v3d_setup_slices() 325 pCreateInfo->samples == VK_SAMPLE_COUNT_4_BIT); in create_image()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkImageView.hpp | 119 case VK_SAMPLE_COUNT_4_BIT: return 4; in getSampleCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 140 if (fragmentShadingRateProperties.maxFragmentShadingRateRasterizationSamples < vk::VK_SAMPLE_COUNT_4_BIT) in testLimits() 142 log << tcu::TestLog::Message << "maxFragmentShadingRateRasterizationSamples should supports at least VK_SAMPLE_COUNT_4_BIT" << tcu::TestLog::EndMessage; in testLimits() 391 (!(fsr.sampleCounts & vk::VK_SAMPLE_COUNT_1_BIT) || !(fsr.sampleCounts & vk::VK_SAMPLE_COUNT_4_BIT))) in testShadingRates()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 139 if (fragmentShadingRateProperties.maxFragmentShadingRateRasterizationSamples < vk::VK_SAMPLE_COUNT_4_BIT) in testLimits() 141 log << tcu::TestLog::Message << "maxFragmentShadingRateRasterizationSamples should supports at least VK_SAMPLE_COUNT_4_BIT" << tcu::TestLog::EndMessage; in testLimits() 390 (!(fsr.sampleCounts & vk::VK_SAMPLE_COUNT_1_BIT) || !(fsr.sampleCounts & vk::VK_SAMPLE_COUNT_4_BIT))) in testShadingRates()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 676 { "4_samples", VK_SAMPLE_COUNT_4_BIT }, in createTests() 688 if (groupParams->useSecondaryCmdBuffer && (flagBit.value > VK_SAMPLE_COUNT_4_BIT)) in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 677 { "4_samples", VK_SAMPLE_COUNT_4_BIT }, in createTests() 689 if (groupParams->useSecondaryCmdBuffer && (flagBit.value > VK_SAMPLE_COUNT_4_BIT)) in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 1867 { "msaa_interpolate_at_centroid", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_CENTROID }, 1868 { "msaa_interpolate_at_sample", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_SAMPLE }, 1869 { "msaa_interpolate_at_offset", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_OFFSET }, 1870 { "msaa_centroid_qualifier", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_CENTROID_QUALIFIER }, 1871 { "msaa_sample_qualifier", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_SAMPLE_QUALIFIER },
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 2120 VK_SAMPLE_COUNT_4_BIT, VK_IMAGE_USAGE_STORAGE_BIT, in TEST() 2125 VK_SAMPLE_COUNT_4_BIT, VK_IMAGE_USAGE_STORAGE_BIT, in TEST() 2134 VK_SAMPLE_COUNT_4_BIT, // samples in TEST() 2176 VK_SAMPLE_COUNT_4_BIT, VK_IMAGE_USAGE_STORAGE_BIT, in TEST() 2181 VK_SAMPLE_COUNT_4_BIT, VK_IMAGE_USAGE_STORAGE_BIT, in TEST() 2190 VK_SAMPLE_COUNT_4_BIT, // samples in TEST() 2222 VK_SAMPLE_COUNT_4_BIT, VK_IMAGE_USAGE_STORAGE_BIT, in TEST() 2227 VK_SAMPLE_COUNT_4_BIT, VK_IMAGE_USAGE_STORAGE_BIT, in TEST() 2236 VK_SAMPLE_COUNT_4_BIT, // samples in TEST() 2275 VK_SAMPLE_COUNT_4_BIT, VK_IMAGE_USAGE_STORAGE_BI in TEST() [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_formats.c | 221 sampleCounts |= VK_SAMPLE_COUNT_4_BIT; in get_image_format_properties()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | transfer_image.cc | 53 return VK_SAMPLE_COUNT_4_BIT; in GetVkSampleCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 252 const VkSampleCountFlagBits sampleCount = testParams.attachments[i].usage & ATTACHMENT_USAGE_MULTISAMPLE ? VK_SAMPLE_COUNT_4_BIT : VK_SAMPLE_COUNT_1_BIT; in createRenderPass() 643 sampleCount = VK_SAMPLE_COUNT_4_BIT; in createCommandBuffer() 876 const VkSampleCountFlagBits sampleCount = att.usage & ATTACHMENT_USAGE_MULTISAMPLE ? VK_SAMPLE_COUNT_4_BIT : VK_SAMPLE_COUNT_1_BIT; in iterate() 1245 multisample ? VK_SAMPLE_COUNT_4_BIT : VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 252 const VkSampleCountFlagBits sampleCount = testParams.attachments[i].usage & ATTACHMENT_USAGE_MULTISAMPLE ? VK_SAMPLE_COUNT_4_BIT : VK_SAMPLE_COUNT_1_BIT; in createRenderPass() 645 sampleCount = VK_SAMPLE_COUNT_4_BIT; in createCommandBuffer() 875 const VkSampleCountFlagBits sampleCount = att.usage & ATTACHMENT_USAGE_MULTISAMPLE ? VK_SAMPLE_COUNT_4_BIT : VK_SAMPLE_COUNT_1_BIT; in iterate() 1240 multisample ? VK_SAMPLE_COUNT_4_BIT : VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 1898 { "msaa_interpolate_at_centroid", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_CENTROID }, 1899 { "msaa_interpolate_at_sample", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_SAMPLE }, 1900 { "msaa_interpolate_at_offset", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_OFFSET }, 1901 { "msaa_centroid_qualifier", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_CENTROID_QUALIFIER }, 1902 { "msaa_sample_qualifier", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_SAMPLE_QUALIFIER },
|