Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp761 props->limits.framebufferColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
762 props->limits.framebufferDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
763 props->limits.framebufferStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
764 …ops->limits.framebufferNoAttachmentsSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
766 props->limits.sampledImageColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
768 props->limits.sampledImageDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
769 props->limits.sampledImageStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
770 props->limits.storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
871 pImageFormatProperties->sampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceImageFormatProperties()
DvkBasicTypes.inl1031 VK_SAMPLE_COUNT_4_BIT = 0x00000004, enumerator
DvkStrUtilImpl.inl1153 tcu::Format::BitDesc(VK_SAMPLE_COUNT_4_BIT, "VK_SAMPLE_COUNT_4_BIT"),
/external/skia/src/gpu/vk/
DGrVkCaps.cpp130 if (!(flags & VK_SAMPLE_COUNT_4_BIT)) { in get_max_sample_count()
367 if (flags & VK_SAMPLE_COUNT_4_BIT) { in initSampleCounts()
DGrVkUtil.cpp211 *vkSamples = VK_SAMPLE_COUNT_4_BIT; in GrSampleCountToVkSampleCount()
/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.cpp5930 VK_SAMPLE_COUNT_4_BIT,
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp497 VK_SAMPLE_COUNT_4_BIT, in createImageMultisampleLoadStoreTests()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1019 sampleCounts |= VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT; in radv_GetPhysicalDeviceImageFormatProperties()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp1200 VK_SAMPLE_COUNT_4_BIT, in testRasterSamplesConsistency()
2108 VK_SAMPLE_COUNT_4_BIT, in createMultisampleTests()
DvktPipelineMultisampleInterpolationTests.cpp1795 vk::VK_SAMPLE_COUNT_4_BIT, in createMultisampleInterpolationTests()
DvktPipelineMultisampleImageTests.cpp1521 VK_SAMPLE_COUNT_4_BIT, in addTestCasesWithFunctions()
DvktPipelineTimestampTests.cpp1896 VK_SAMPLE_COUNT_4_BIT, in TransferTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp2594 { "4_bit", "Test FragCoord locations with 4 samples", VK_SAMPLE_COUNT_4_BIT }, in createBuiltinVarTests()
2658 { VK_FORMAT_D32_SFLOAT, "d32_sfloat_multisample_4", false, false, VK_SAMPLE_COUNT_4_BIT }, in createBuiltinVarTests()
DvktShaderRenderDerivateTests.cpp611 case 4: return VK_SAMPLE_COUNT_4_BIT; in getVkSampleCount()
DvktShaderRenderTextureFunctionTests.cpp1714 vk::VK_SAMPLE_COUNT_4_BIT, in TextureSamplesInstance()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp298 case 4: return VK_SAMPLE_COUNT_4_BIT; in sampleCountBitFromSampleCount()
DvktRenderPassMultisampleTests.cpp356 case 4: return VK_SAMPLE_COUNT_4_BIT; in sampleCountBitFromomSampleCount()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp922 if (info.samples == VK_SAMPLE_COUNT_4_BIT && !features.sparseResidency4Samples) in isImageSupported()
/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.cpp2949 VK_SAMPLE_COUNT_4_BIT, in createRasterizationTests()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h867 VK_SAMPLE_COUNT_4_BIT = 0x00000004, enumerator
/external/mesa3d/include/vulkan/
Dvulkan.h873 VK_SAMPLE_COUNT_4_BIT = 0x00000004, enumerator
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h954 VK_SAMPLE_COUNT_4_BIT = 0x00000004, enumerator
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1015 VK_SAMPLE_COUNT_4_BIT = 0x00000004, enumerator

12