/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMatchedAttachmentsTests.cpp | 115 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in testMatchedAttachments() 126 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in testMatchedAttachments() 263 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples; in testMatchedAttachments()
|
D | vktPipelineStencilExportTests.cpp | 158 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in makeImageCreateInfo() 179 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in makeTestRenderPass() 190 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in makeTestRenderPass() 332 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples; in makeGraphicsPipeline()
|
D | vktPipelineMultisampleBaseResolve.cpp | 91 imageRSInfo.samples = VK_SAMPLE_COUNT_1_BIT; in iterate() 138 …hmentReference* resolveAttachment = m_imageMSParams.numSamples == VK_SAMPLE_COUNT_1_BIT ? DE_NULL … in iterate() 328 …const VkImage sourceImage = m_imageMSParams.numSamples == VK_SAMPLE_COUNT_1_BIT ? **imageMS : **im… in iterate()
|
D | vktPipelineSpecConstantUtil.cpp | 180 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples; in build() 276 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in makeImageCreateInfo()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 931 props->limits.framebufferColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 932 props->limits.framebufferDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 933 props->limits.framebufferStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 934 …props->limits.framebufferNoAttachmentsSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_B… in getPhysicalDeviceProperties() 936 props->limits.sampledImageColorSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 937 props->limits.sampledImageIntegerSampleCounts = VK_SAMPLE_COUNT_1_BIT; in getPhysicalDeviceProperties() 938 props->limits.sampledImageDepthSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 939 props->limits.sampledImageStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 940 props->limits.storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties() 1035 pImageFormatProperties->sampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceImageFormatProperties()
|
D | vkObjUtil.cpp | 180 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples in makeGraphicsPipeline() 399 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples in makeRenderPass() 412 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples in makeRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 111 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples in createRenderPass() 124 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples in createRenderPass() 137 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples in createRenderPass() 378 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in UnusedAttachmentTestInstance() 406 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in UnusedAttachmentTestInstance() 512 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in UnusedAttachmentTestInstance()
|
D | vktRenderPassTests.cpp | 1788 rasterSamples = VK_SAMPLE_COUNT_1_BIT; in createSubpassPipeline() 4826 const VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT; in addAttachmentTests() 4844 const VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT; in addAttachmentTests() 4922 const VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT; in addAttachmentWriteMaskTests() 5141 const VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT; in addAttachmentAllocationTests() 5429 const VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT; in addAttachmentAllocationTests() 5632 VK_SAMPLE_COUNT_1_BIT, in addSimpleTests() 5666 VK_SAMPLE_COUNT_1_BIT, in addSimpleTests() 5700 VK_SAMPLE_COUNT_1_BIT, in addSimpleTests() 5734 VK_SAMPLE_COUNT_1_BIT, in addSimpleTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 395 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagsBits samples in iterate() 455 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagsBit smaples in iterate() 1077 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples in iterate() 1552 const char* multisampleDecoration = m_samples != VK_SAMPLE_COUNT_1_BIT ? "MS" : ""; in initPrograms() 2235 { "1_bit", "Test FragCoord locations with 2 samples", VK_SAMPLE_COUNT_1_BIT }, in createBuiltinVarTests() 2291 { VK_FORMAT_D16_UNORM, "d16_unorm_no_depth_clamp", false, false, VK_SAMPLE_COUNT_1_BIT }, in createBuiltinVarTests() 2292 …T_X8_D24_UNORM_PACK32, "x8_d24_unorm_pack32_no_depth_clamp", false, false, VK_SAMPLE_COUNT_1_BIT }, in createBuiltinVarTests() 2293 { VK_FORMAT_D32_SFLOAT, "d32_sfloat_no_depth_clamp", false, false, VK_SAMPLE_COUNT_1_BIT }, in createBuiltinVarTests() 2294 …MAT_D16_UNORM_S8_UINT, "d16_unorm_s8_uint_no_depth_clamp", false, false, VK_SAMPLE_COUNT_1_BIT }, in createBuiltinVarTests() 2295 …MAT_D24_UNORM_S8_UINT, "d24_unorm_s8_uint_no_depth_clamp", false, false, VK_SAMPLE_COUNT_1_BIT }, in createBuiltinVarTests() [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 131 return VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT; in getSampleCounts() 226 VK_SAMPLE_COUNT_1_BIT, // sampledImageIntegerSampleCounts in getLimits() 229 VK_SAMPLE_COUNT_1_BIT, // storageImageSampleCounts (unsupported) in getLimits()
|
D | VkImage.hpp | 87 VkSampleCountFlagBits samples = VK_SAMPLE_COUNT_1_BIT;
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferAndImageAllocationUtil.cpp | 131 VK_SAMPLE_COUNT_1_BIT, // deUint32 samples; in createTestImage() 179 VK_SAMPLE_COUNT_1_BIT, // deUint32 samples; in createTestImage()
|
D | vktApiPipelineTests.cpp | 109 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in renderpassLifetimeTest() 176 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in renderpassLifetimeTest() 450 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in createSimpleRenderPass() 546 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in framebufferCompatibleRenderPassTest() 744 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits rasterizationSamples; in createSimpleGraphicsPipeline() 901 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in pipelineLayoutLifetimeGraphicsTest()
|
D | vktApiSmokeTests.cpp | 393 VK_SAMPLE_COUNT_1_BIT, // samples in renderTriangleTest() 656 VK_SAMPLE_COUNT_1_BIT, // samples in renderTriangleUnusedResolveAttachmentTest() 674 VK_SAMPLE_COUNT_1_BIT, // samples in renderTriangleUnusedResolveAttachmentTest()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBaseClass.cpp | 53 …(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 63 vk::VK_SAMPLE_COUNT_1_BIT, in initialize()
|
D | vktDrawDifferingInterpolationTests.cpp | 186 …teInfo (VK_IMAGE_TYPE_2D, VK_FORMAT_R8G8B8A8_UNORM, targetImageExtent, 1, 1, VK_SAMPLE_COUNT_1_BIT, in iterate() 198 VK_SAMPLE_COUNT_1_BIT, in iterate()
|
D | vktDrawInvertedDepthRangesTests.cpp | 129 VK_SAMPLE_COUNT_1_BIT, // samples, in InvertedDepthRangesTestInstance() 138 VK_SAMPLE_COUNT_1_BIT, // samples in InvertedDepthRangesTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 414 …assDep, RenderPassCreateInfo>(vk, device, colorFormat, viewMasks, VK_SAMPLE_COUNT_1_BIT, VK_ATTACH… in makeRenderPassWithDepth() 450 …VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; || VkSampleCountFlagBi… in makeRenderPassWithAttachments() 465 …VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; || VkSampleCountFlagBi… in makeRenderPassWithAttachments()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateDSTests.cpp | 143 …teInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 152 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL, in initialize() 166 vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 175 vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 541 …o(vk::VK_IMAGE_TYPE_2D, m_depthAttachmentFormat, depthImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in DepthBoundsTestInstance() 564 vk::VK_SAMPLE_COUNT_1_BIT, in initRenderPass() 572 vk::VK_SAMPLE_COUNT_1_BIT, in initRenderPass()
|
D | vktDynamicStateBaseClass.cpp | 57 …(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 126 vk::VK_SAMPLE_COUNT_1_BIT, in initRenderPass()
|
D | vktDynamicStateRSTests.cpp | 133 …VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IM… in initialize() 139 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL, in initialize() 152 vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 161 vk::VK_SAMPLE_COUNT_1_BIT, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 233 , numSamples (VK_SAMPLE_COUNT_1_BIT) in DrawState() 646 if (m_drawState.numSamples != VK_SAMPLE_COUNT_1_BIT) in VulkanDrawContext() 668 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples in VulkanDrawContext()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 105 …nst std::string& description, VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT, deBool fl… 145 …tInstance (Context& context, VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT, deUint32 … 206 , m_multisampling (m_sampleCount != VK_SAMPLE_COUNT_1_BIT) in BaseRenderingTestInstance() 319 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in BaseRenderingTestInstance() 377 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples; in BaseRenderingTestInstance() 1213 …g& name, const std::string& description, VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT) in BaseTestCase() 1427 …description, PrimitiveWideness wideness, VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT) in WidenessTestCase() 1853 …RuleTestInstance::FillRuleCaseType type, VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT) in FillRuleTestCase() 1870 : BaseRenderingTestInstance (context, VK_SAMPLE_COUNT_1_BIT, DEFAULT_RENDER_SIZE) in CullingTestInstance() 2146 …ce frontFace, VkPolygonMode polygonMode, VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT) in CullingTestCase() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 293 vk::VK_SAMPLE_COUNT_1_BIT, in generateSwapchainParameterCases() 380 vk::VK_SAMPLE_COUNT_1_BIT, in generateSwapchainParameterCases() 454 vk::VK_SAMPLE_COUNT_1_BIT, in generateSwapchainParameterCases() 496 vk::VK_SAMPLE_COUNT_1_BIT, in generateSwapchainParameterCases() 544 vk::VK_SAMPLE_COUNT_1_BIT, in generateSwapchainParameterCases() 849 vk::VK_SAMPLE_COUNT_1_BIT, in createRenderPass()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 1088 pipe_ms_state_ci_.rasterizationSamples = VK_SAMPLE_COUNT_1_BIT; in InitMultisampleInfo() 2185 image_create_info.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 2246 image_create_info.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 2320 image_create_info.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 2601 image_create_info.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 2865 image_create_info.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 3251 image_create_info.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 3319 image_create_info.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 3673 image_create_info.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 3858 image_create_info.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() [all …]
|