Lines Matching refs:sampleCount
449 deUint32 sampleCount, in createMultisampleImages() argument
453 std::vector<VkImageSp> images (sampleCount); in createMultisampleImages()
456 …, physicalDevice, vkd, device, format, sampleCountBitFromomSampleCount(sampleCount), VK_IMAGE_USAG… in createMultisampleImages()
466 deUint32 sampleCount, in createSingleSampleImages() argument
470 std::vector<VkImageSp> images (sampleCount); in createSingleSampleImages()
508 deUint32 sampleCount, in createBuffers() argument
512 std::vector<VkBufferSp> buffers (sampleCount); in createBuffers()
538 deUint32 sampleCount, in createRenderPass() argument
542 const VkSampleCountFlagBits samples (sampleCountBitFromomSampleCount(sampleCount)); in createRenderPass()
543 const deUint32 splitSubpassCount (deDivRoundUp32(sampleCount, MAX_COLOR_ATTACHMENT_COUNT)); in createRenderPass()
596 …mpleNdx = 0; sampleNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, sampleCount - splitSubpass… in createRenderPass()
760 deUint32 sampleCount, in createRenderPass() argument
767 …Dependency1, RenderPassCreateInfo1>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType,… in createRenderPass()
769 …Dependency2, RenderPassCreateInfo2>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType,… in createRenderPass()
849 deUint32 sampleCount) in createRenderPipeline() argument
889 sampleCountBitFromomSampleCount(sampleCount), in createRenderPipeline()
914 0xFFu / (sampleCount + 1) in createRenderPipeline()
923 0xFFu / (sampleCount + 1) in createRenderPipeline()
1034 deUint32 sampleCount) in createSplitPipeline() argument
1050 …> attachmentBlendStates (de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, sampleCount), attachmentBle… in createSplitPipeline()
1072 sampleCountBitFromomSampleCount(sampleCount), in createSplitPipeline()
1122 deUint32 sampleCount) in createSplitPipelines() argument
1124 …std::vector<VkPipelineSp> pipelines (deDivRoundUp32(sampleCount, MAX_COLOR_ATTACHMENT_COUNT), (VkP… in createSplitPipelines()
1127 …, renderPass, (deUint32)(ndx + 1), pipelineLayout, binaryCollection, width, height, sampleCount))); in createSplitPipelines()
1231 , sampleCount (sampleCount_) in TestConfig()
1238 deUint32 sampleCount; member
1348 , m_sampleCount (config.sampleCount) in MultisampleRenderPassTestInstance()
2014 …; attachmentNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, config.sampleCount); attachmentNdx… in init()
2026 …; attachmentNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, config.sampleCount); attachmentNdx… in init()
2083 …; attachmentNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, config.sampleCount); attachmentNdx… in init()
2090 …; attachmentNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, config.sampleCount); attachmentNdx… in init()
2189 const deUint32 sampleCount (sampleCounts[sampleCountNdx]); in initTests() local
2190 const TestConfig testConfig (format, sampleCount, renderingType); in initTests()
2191 const std::string testName ("samples_" + de::toString(sampleCount)); in initTests()
2200 const TestConfig separateUsageDepthTestConfig (format, sampleCount, renderingType, TEST_DEPTH); in initTests()
2203 …const TestConfig separateUsageStencilTestConfig (format, sampleCount, renderingType, TEST_STENCIL); in initTests()