Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp708 props->limits.framebufferColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
709 props->limits.framebufferDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
710 props->limits.framebufferStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
711 …ops->limits.framebufferNoAttachmentsSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
713 props->limits.sampledImageColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
715 props->limits.sampledImageDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
716 props->limits.sampledImageStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
717 props->limits.storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
801 pImageFormatProperties->sampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceImageFormatProperties()
DvkBasicTypes.inl906 VK_SAMPLE_COUNT_4_BIT = 0x00000004, enumerator
DvkStrUtilImpl.inl1024 tcu::Format::BitDesc(VK_SAMPLE_COUNT_4_BIT, "VK_SAMPLE_COUNT_4_BIT"),
/external/skia/src/gpu/vk/
DGrVkUtil.cpp235 *vkSamples = VK_SAMPLE_COUNT_4_BIT; in GrSampleCountToVkSampleCount()
DGrVkCaps.cpp120 if (!(flags & VK_SAMPLE_COUNT_4_BIT)) { in get_max_sample_count()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp210 …{ LIMIT(framebufferColorSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.0… in validateFeatureLimits()
211 …{ LIMIT(framebufferDepthSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.0… in validateFeatureLimits()
212 …{ LIMIT(framebufferStencilSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.… in validateFeatureLimits()
213 …{ LIMIT(framebufferNoAttachmentsSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, … in validateFeatureLimits()
215 …{ LIMIT(sampledImageColorSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.… in validateFeatureLimits()
217 …{ LIMIT(sampledImageDepthSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.… in validateFeatureLimits()
218 …{ LIMIT(sampledImageStencilSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0… in validateFeatureLimits()
219 …{ LIMIT(storageImageSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.0f, … in validateFeatureLimits()
DvktApiCopiesAndBlittingTests.cpp4882 VK_SAMPLE_COUNT_4_BIT, in createCopiesAndBlittingTests()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp496 VK_SAMPLE_COUNT_4_BIT, in createImageMultisampleLoadStoreTests()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp329 if (info.samples == VK_SAMPLE_COUNT_4_BIT && !features.sparseResidency4Samples) in isImageSupported()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp1199 VK_SAMPLE_COUNT_4_BIT, in testRasterSamplesConsistency()
2135 VK_SAMPLE_COUNT_4_BIT, in createMultisampleTests()
DvktPipelineMultisampleInterpolationTests.cpp1772 vk::VK_SAMPLE_COUNT_4_BIT, in createMultisampleInterpolationTests()
DvktPipelineMultisampleImageTests.cpp1520 VK_SAMPLE_COUNT_4_BIT, in addTestCasesWithFunctions()
DvktPipelineTimestampTests.cpp1917 VK_SAMPLE_COUNT_4_BIT, in TransferTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp611 case 4: return VK_SAMPLE_COUNT_4_BIT; in getVkSampleCount()
DvktShaderRenderTextureFunctionTests.cpp1714 vk::VK_SAMPLE_COUNT_4_BIT, in TextureSamplesInstance()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp2467 image_create_info.samples = VK_SAMPLE_COUNT_4_BIT; in TEST_F()
3064 …{0, VK_FORMAT_R8G8B8A8_UNORM, VK_SAMPLE_COUNT_4_BIT, VK_ATTACHMENT_LOAD_OP_DONT_CARE, VK_ATTACHMEN… in TEST_F()
3067 …{0, VK_FORMAT_R8G8B8A8_UNORM, VK_SAMPLE_COUNT_4_BIT, VK_ATTACHMENT_LOAD_OP_DONT_CARE, VK_ATTACHMEN… in TEST_F()
3107 …{0, VK_FORMAT_R8G8B8A8_UNORM, VK_SAMPLE_COUNT_4_BIT, VK_ATTACHMENT_LOAD_OP_DONT_CARE, VK_ATTACHMEN… in TEST_F()
3236 attach_desc.samples = VK_SAMPLE_COUNT_4_BIT; in TEST_F()
9263 pipe_ms_state_ci.rasterizationSamples = VK_SAMPLE_COUNT_4_BIT; in TEST_F()
9567 pipe_ms_state_ci.rasterizationSamples = VK_SAMPLE_COUNT_4_BIT; in TEST_F()
14398 image_create_info.samples = VK_SAMPLE_COUNT_4_BIT; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp2979 VK_SAMPLE_COUNT_4_BIT, in createRasterizationTests()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h867 VK_SAMPLE_COUNT_4_BIT = 0x00000004, enumerator
Dvulkan.hpp12681 e4 = VK_SAMPLE_COUNT_4_BIT,
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in895 VK_SAMPLE_COUNT_4_BIT = 0x00000004, enumerator
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt2095 …ure is not enabled, imageType is VK_IMAGE_TYPE_2D, and samples is VK_SAMPLE_COUNT_4_BIT, flags mus…