Home
last modified time | relevance | path

Searched refs:VK_SAMPLE_COUNT_4_BIT (Results 1 – 25 of 142) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp475 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 …]
DvktPipelineFramebufferAttachmentTests.cpp144 !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 … 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()
DvktPipelineMultisampleShaderBuiltInTests.cpp369 if (numSamples >= VK_SAMPLE_COUNT_4_BIT) in verifyImageData()
403 if (numSamples >= VK_SAMPLE_COUNT_4_BIT) in verifyImageData()
1097 vk::VK_SAMPLE_COUNT_4_BIT,
2104 vk::VK_SAMPLE_COUNT_4_BIT, in createMultisampleShaderBuiltInTests()
2125 vk::VK_SAMPLE_COUNT_4_BIT, in createMultisampleShaderBuiltInTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp475 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 …]
DvktPipelineFramebufferAttachmentTests.cpp144 !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 … 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()
DvktPipelineMultisampleShaderBuiltInTests.cpp369 if (numSamples >= VK_SAMPLE_COUNT_4_BIT) in verifyImageData()
403 if (numSamples >= VK_SAMPLE_COUNT_4_BIT) in verifyImageData()
1097 vk::VK_SAMPLE_COUNT_4_BIT,
2104 vk::VK_SAMPLE_COUNT_4_BIT, in createMultisampleShaderBuiltInTests()
2125 vk::VK_SAMPLE_COUNT_4_BIT, in createMultisampleShaderBuiltInTests()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1024 props->limits.framebufferColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
1025 props->limits.framebufferDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
1026 props->limits.framebufferStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
1027 …ops->limits.framebufferNoAttachmentsSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
1029 props->limits.sampledImageColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
1031 props->limits.sampledImageDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
1032 props->limits.sampledImageStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
1033 props->limits.storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
1128 pImageFormatProperties->sampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceImageFormatProperties()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_standard_sample_locations.c64 .per_pixel = VK_SAMPLE_COUNT_4_BIT,
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.cpp261 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/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdebug.c126 {VK_SAMPLE_COUNT_4_BIT, "4"},
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureMultisampleTests.cpp71 { "sample_count_4", VK_SAMPLE_COUNT_4_BIT }, in createInvalidSampleIndexTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureMultisampleTests.cpp71 { "sample_count_4", VK_SAMPLE_COUNT_4_BIT }, in createInvalidSampleIndexTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationResources.hpp63 …GE_TYPE_2D, vk::VK_FORMAT_R32_UINT, vk::VK_IMAGE_ASPECT_COLOR_BIT, vk::VK_SAMPLE_COUNT_4_BIT },
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationOperationResources.hpp63 …GE_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/
DGrVkUtil.cpp65 *vkSamples = VK_SAMPLE_COUNT_4_BIT; in GrSampleCountToVkSampleCount()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImageView.hpp119 case VK_SAMPLE_COUNT_4_BIT: return 4; in getSampleCount()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_image.c45 image->vk.samples == VK_SAMPLE_COUNT_4_BIT); in pack_texture_shader_state_helper()
Dv3dv_image.c100 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
DvktFragmentShadingRateTests.cpp139 …agmentShadingRateProperties.maxFragmentShadingRateRasterizationSamples < vk::VK_SAMPLE_COUNT_4_BIT) 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/fragment_shading_rate/
DvktFragmentShadingRateTests.cpp139 …agmentShadingRateProperties.maxFragmentShadingRateRasterizationSamples < vk::VK_SAMPLE_COUNT_4_BIT) in testLimits()
390 …(fsr.sampleCounts & vk::VK_SAMPLE_COUNT_1_BIT) || !(fsr.sampleCounts & vk::VK_SAMPLE_COUNT_4_BIT))) in testShadingRates()
/third_party/flutter/skia/src/gpu/vk/
DGrVkUtil.cpp94 *vkSamples = VK_SAMPLE_COUNT_4_BIT; in GrSampleCountToVkSampleCount()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultisampleLinearInterpolationTests.cpp677 { "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/draw/
DvktDrawMultisampleLinearInterpolationTests.cpp677 { "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/vulkan/fragment_shading_barycentric/
DvktFragmentShadingBarycentricTests.cpp1867 …{ "msaa_interpolate_at_centroid", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_CENTROID… in createTests()
1868 … { "msaa_interpolate_at_sample", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_SAMPLE }, in createTests()
1869 … { "msaa_interpolate_at_offset", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_OFFSET }, in createTests()
1870 { "msaa_centroid_qualifier", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_CENTROID_QUALIFIER }, in createTests()
1871 { "msaa_sample_qualifier", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_SAMPLE_QUALIFIER }, in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/
DvktFragmentShadingBarycentricTests.cpp1867 …{ "msaa_interpolate_at_centroid", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_CENTROID… in createTests()
1868 … { "msaa_interpolate_at_sample", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_SAMPLE }, in createTests()
1869 … { "msaa_interpolate_at_offset", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_INTERPOLATE_AT_OFFSET }, in createTests()
1870 { "msaa_centroid_qualifier", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_CENTROID_QUALIFIER }, in createTests()
1871 { "msaa_sample_qualifier", VK_SAMPLE_COUNT_4_BIT, TEST_SUBTYPE_MSAA_SAMPLE_QUALIFIER }, in createTests()

123456