/third_party/skia/src/gpu/ |
H A D | GrRecordingContextPriv.cpp | 43 int sampleCount, in createDevice() 50 return skgpu::v1::Device::Make(this->context(), budgeted, ii, fit, sampleCount, in createDevice() 122 int sampleCount, in makeSC() 126 SkASSERT(renderable == GrRenderable::kYes || sampleCount == 1); in makeSC() 133 sampleCount, in makeSC() 154 int sampleCount, in makeSFC() 168 sampleCount, in makeSFC() 179 sampleCount, in makeSFC() 210 int sampleCount, in makeSFC() 220 SkASSERT(sampleCount > in makeSFC() 40 createDevice(SkBudgeted budgeted, const SkImageInfo& ii, SkBackingFit fit, int sampleCount, GrMipmapped mipmapped, GrProtected isProtected, GrSurfaceOrigin origin, const SkSurfaceProps& props, skgpu::BaseDevice::InitContents init) createDevice() argument 117 makeSC(const GrImageInfo& info, const GrBackendFormat& format, SkBackingFit fit, GrSurfaceOrigin origin, GrRenderable renderable, int sampleCount, GrMipmapped mipmapped, GrProtected isProtected, SkBudgeted budgeted) makeSC() argument 152 makeSFC(GrImageInfo info, SkBackingFit fit, int sampleCount, GrMipmapped mipmapped, GrProtected isProtected, GrSurfaceOrigin origin, SkBudgeted budgeted) makeSFC() argument 204 makeSFC( SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace, SkISize dimensions, SkBackingFit fit, const GrBackendFormat& format, int sampleCount, GrMipmapped mipmapped, GrProtected isProtected, GrSwizzle readSwizzle, GrSwizzle writeSwizzle, GrSurfaceOrigin origin, SkBudgeted budgeted) makeSFC() argument 264 makeSFCWithFallback( GrImageInfo info, SkBackingFit fit, int sampleCount, GrMipmapped mipmapped, GrProtected isProtected, GrSurfaceOrigin origin, SkBudgeted budgeted) makeSFCWithFallback() argument 306 makeSFCFromBackendTexture( GrColorInfo info, const GrBackendTexture& tex, int sampleCount, GrSurfaceOrigin origin, sk_sp<GrRefCntedCallback> releaseHelper) makeSFCFromBackendTexture() argument [all...] |
H A D | GrRecordingContextPriv.h | 124 int sampleCount, 155 int sampleCount = 1, 171 int sampleCount, 186 int sampleCount = 1, 200 int sampleCount,
|
H A D | GrRenderTargetProxy.cpp | 30 int sampleCount, in GrRenderTargetProxy() 37 , fSampleCnt(sampleCount) in GrRenderTargetProxy() 44 int sampleCount, in GrRenderTargetProxy() 53 , fSampleCnt(sampleCount) in GrRenderTargetProxy() 27 GrRenderTargetProxy(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, int sampleCount, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator) GrRenderTargetProxy() argument 41 GrRenderTargetProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCount, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, WrapsVkSecondaryCB wrapsVkSecondaryCB) GrRenderTargetProxy() argument
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLTextureRenderTarget.cpp | 18 int sampleCount, in GrGLTextureRenderTarget() 24 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, sampleCount, rtIDs) { in GrGLTextureRenderTarget() 29 int sampleCount, in GrGLTextureRenderTarget() 37 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, sampleCount, in GrGLTextureRenderTarget() 65 int sampleCount, in MakeWrapped() 72 gpu, sampleCount, texDesc, std::move(parameters), rtIDs, cacheable, mipmapStatus)); in MakeWrapped() 16 GrGLTextureRenderTarget(GrGLGpu* gpu, SkBudgeted budgeted, int sampleCount, const GrGLTexture::Desc& texDesc, const GrGLRenderTarget::IDs& rtIDs, GrMipmapStatus mipmapStatus) GrGLTextureRenderTarget() argument 28 GrGLTextureRenderTarget(GrGLGpu* gpu, int sampleCount, const GrGLTexture::Desc& texDesc, sk_sp<GrGLTextureParameters> parameters, const GrGLRenderTarget::IDs& rtIDs, GrWrapCacheable cacheable, GrMipmapStatus mipmapStatus) GrGLTextureRenderTarget() argument 63 MakeWrapped( GrGLGpu* gpu, int sampleCount, const GrGLTexture::Desc& texDesc, sk_sp<GrGLTextureParameters> parameters, const GrGLRenderTarget::IDs& rtIDs, GrWrapCacheable cacheable, GrMipmapStatus mipmapStatus) MakeWrapped() argument
|
H A D | GrGLRenderTarget.cpp | 28 int sampleCount, in GrGLRenderTarget() 32 , INHERITED(gpu, dimensions, sampleCount, GrProtected::kNo, std::move(stencil)) { in GrGLRenderTarget() 41 int sampleCount, in GrGLRenderTarget() 44 , INHERITED(gpu, dimensions, sampleCount, GrProtected::kNo) { in GrGLRenderTarget() 83 int sampleCount, in MakeWrapped() 102 sampleCount, in MakeWrapped() 106 new GrGLRenderTarget(gpu, dimensions, format, sampleCount, idDesc, std::move(sb))); in MakeWrapped() 25 GrGLRenderTarget(GrGLGpu* gpu, const SkISize& dimensions, GrGLFormat format, int sampleCount, const IDs& ids, sk_sp<GrGLAttachment> stencil) GrGLRenderTarget() argument 38 GrGLRenderTarget(GrGLGpu* gpu, const SkISize& dimensions, GrGLFormat format, int sampleCount, const IDs& ids) GrGLRenderTarget() argument 80 MakeWrapped(GrGLGpu* gpu, const SkISize& dimensions, GrGLFormat format, int sampleCount, const IDs& idDesc, int stencilBits) MakeWrapped() argument
|
H A D | GrGLAttachment.cpp | 28 int sampleCount, in renderbuffer_storage_msaa() 37 GR_GL_RENDERBUFFER, sampleCount, format, width, height)); in renderbuffer_storage_msaa() 41 GR_GL_RENDERBUFFER, sampleCount, format, width, height)); in renderbuffer_storage_msaa() 46 GR_GL_RENDERBUFFER, sampleCount, format, width, height)); in renderbuffer_storage_msaa() 27 renderbuffer_storage_msaa(GrGLGpu* gpu, int sampleCount, GrGLenum format, int width, int height) renderbuffer_storage_msaa() argument
|
H A D | GrGLTextureRenderTarget.h | 29 int sampleCount, 39 int sampleCount, 65 int sampleCount,
|
H A D | GrGLRenderTarget.h | 41 int sampleCount, 95 int sampleCount, 111 GrGLGpu*, const SkISize&, GrGLFormat, int sampleCount, const IDs&,
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fInternalFormatQueryTests.cpp | 76 GLint sampleCount = 0; in test() local 77 for (size_t ndx = 0; ndx < samples.size(); ++ndx, prevSampleCount = sampleCount) in test() 79 sampleCount = samples[ndx]; in test() 82 if (sampleCount <= 0) in test() 84 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected sample count to be at least one; got " << sampleCount << TestLog::EndMessage; in test() 90 if (ndx != 0 && !(sampleCount < prevSampleCount)) in test() 94 << "got " << prevSampleCount << " at index " << (ndx - 1) << ", and " << sampleCount << " at index " << ndx << TestLog::EndMessage; in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 257 deUint32 sampleCount, in createRenderPass() 260 const VkSampleCountFlagBits samples (sampleCountBitFromSampleCount(sampleCount)); in createRenderPass() 415 deUint32 sampleCount, in createRenderPass() 421 return createRenderPass<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass() 423 return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass() 489 deUint32 sampleCount) in createRenderPipeline() 514 sampleCountBitFromSampleCount(sampleCount), in createRenderPipeline() 601 deUint32 sampleCount) in createSubpassPipeline() 628 sampleCountBitFromSampleCount(sampleCount), in createSubpassPipeline() 731 : sampleCount (sampleCount in TestConfig() 253 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument 411 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument 482 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createRenderPipeline() argument 594 createSubpassPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSubpassPipeline() argument 738 deUint32 sampleCount; global() member [all...] |
H A D | vktRenderPassMultisampleTests.cpp | 449 deUint32 sampleCount, in createMultisampleImages() 453 std::vector<VkImageSp> images (sampleCount); in createMultisampleImages() 456 images[imageNdx] = safeSharedPtr(new vk::Unique<VkImage>(createImage(vki, physicalDevice, vkd, device, format, sampleCountBitFromomSampleCount(sampleCount), VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT, width, height))); in createMultisampleImages() 466 deUint32 sampleCount, in createSingleSampleImages() 470 std::vector<VkImageSp> images (sampleCount); in createSingleSampleImages() 508 deUint32 sampleCount, in createBuffers() 512 std::vector<VkBufferSp> buffers (sampleCount); in createBuffers() 538 deUint32 sampleCount, in createRenderPass() 542 const VkSampleCountFlagBits samples (sampleCountBitFromomSampleCount(sampleCount)); in createRenderPass() 543 const deUint32 splitSubpassCount (deDivRoundUp32(sampleCount, MAX_COLOR_ATTACHMENT_COUN in createRenderPass() 444 createMultisampleImages(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createMultisampleImages() argument 461 createSingleSampleImages(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createSingleSampleImages() argument 505 createBuffers(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createBuffers() argument 534 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType, TestSeparateUsage separateStencilUsage) createRenderPass() argument 756 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, const RenderingType renderingType, const TestSeparateUsage separateStencilUsage) createRenderPass() argument 841 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createRenderPipeline() argument 1026 createSplitPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, deUint32 subpassIndex, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSplitPipeline() argument 1115 createSplitPipelines(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSplitPipelines() argument 1238 deUint32 sampleCount; global() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 257 deUint32 sampleCount, in createRenderPass() 260 const VkSampleCountFlagBits samples (sampleCountBitFromSampleCount(sampleCount)); in createRenderPass() 415 deUint32 sampleCount, in createRenderPass() 421 return createRenderPass<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass() 423 return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass() 489 deUint32 sampleCount) in createRenderPipeline() 514 sampleCountBitFromSampleCount(sampleCount), in createRenderPipeline() 601 deUint32 sampleCount) in createSubpassPipeline() 628 sampleCountBitFromSampleCount(sampleCount), in createSubpassPipeline() 731 : sampleCount (sampleCount in TestConfig() 253 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument 411 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument 482 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createRenderPipeline() argument 594 createSubpassPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSubpassPipeline() argument 738 deUint32 sampleCount; global() member [all...] |
H A D | vktRenderPassMultisampleTests.cpp | 449 deUint32 sampleCount, in createMultisampleImages() 453 std::vector<VkImageSp> images (sampleCount); in createMultisampleImages() 456 images[imageNdx] = safeSharedPtr(new vk::Unique<VkImage>(createImage(vki, physicalDevice, vkd, device, format, sampleCountBitFromomSampleCount(sampleCount), VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT, width, height))); in createMultisampleImages() 466 deUint32 sampleCount, in createSingleSampleImages() 470 std::vector<VkImageSp> images (sampleCount); in createSingleSampleImages() 508 deUint32 sampleCount, in createBuffers() 512 std::vector<VkBufferSp> buffers (sampleCount); in createBuffers() 538 deUint32 sampleCount, in createRenderPass() 542 const VkSampleCountFlagBits samples (sampleCountBitFromomSampleCount(sampleCount)); in createRenderPass() 543 const deUint32 splitSubpassCount (deDivRoundUp32(sampleCount, MAX_COLOR_ATTACHMENT_COUN in createRenderPass() 444 createMultisampleImages(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createMultisampleImages() argument 461 createSingleSampleImages(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createSingleSampleImages() argument 505 createBuffers(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createBuffers() argument 534 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType, TestSeparateUsage separateStencilUsage) createRenderPass() argument 756 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, const RenderingType renderingType, const TestSeparateUsage separateStencilUsage) createRenderPass() argument 841 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createRenderPipeline() argument 1026 createSplitPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, deUint32 subpassIndex, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSplitPipeline() argument 1115 createSplitPipelines(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSplitPipelines() argument 1238 deUint32 sampleCount; global() member [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | D3D11FormatTablesTest.cpp | 137 for (unsigned int sampleCount = 1; in TEST_P() 138 sampleCount <= D3D11_MAX_MULTISAMPLE_SAMPLE_COUNT; sampleCount *= 2) in TEST_P() 142 renderFormat, sampleCount, &qualityCount)); in TEST_P() 144 EXPECT_EQ(expectedCount, textureInfo.sampleCounts.count(sampleCount)) in TEST_P()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMakeCurrentPerfTests.cpp | 80 int sampleCount; member 417 log << TestLog::Message << "Sample count: " << m_spec.sampleCount << TestLog::EndMessage; in logTestInfo() 535 if ((int)m_samples.size() == m_spec.sampleCount) in iterate() 552 const int sampleCount = 100; in init() local 575 spec.sampleCount = sampleCount; in init() 611 spec.sampleCount = sampleCount; in init() 654 spec.sampleCount = sampleCount; in init() [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPassCache.cpp | 78 void RenderPassCacheQuery::SetSampleCount(uint32_t sampleCount) { in SetSampleCount() argument 79 this->sampleCount = sampleCount; in SetSampleCount() 122 VkSampleCountFlagBits vkSampleCount = VulkanSampleCount(query.sampleCount); in CreateRenderPassForQuery() 252 HashCombine(&hash, query.sampleCount); in operator ()() 267 if (a.sampleCount != b.sampleCount) { in operator ()()
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | dm_flags.go | 178 sampleCount := 0 215 sampleCount = 4 221 sampleCount = 0 225 sampleCount = 0 234 if sampleCount > 0 { 235 configs = append(configs, fmt.Sprintf("%smsaa%d", glPrefix, sampleCount)) 281 if sampleCount > 0 { 315 if sampleCount > 0 { 316 configs = append(configs, fmt.Sprintf("angle_d3d11_es2_msaa%d", sampleCount)) 319 configs = append(configs, fmt.Sprintf("angle_d3d11_es3_msaa%d", sampleCount)) [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandEncoder.cpp | 146 uint32_t* sampleCount) { in ValidateOrSetColorAttachmentSampleCount() 147 if (*sampleCount == 0) { in ValidateOrSetColorAttachmentSampleCount() 148 *sampleCount = colorAttachment->GetTexture()->GetSampleCount(); in ValidateOrSetColorAttachmentSampleCount() 149 DAWN_ASSERT(*sampleCount != 0); in ValidateOrSetColorAttachmentSampleCount() 152 *sampleCount != colorAttachment->GetTexture()->GetSampleCount(), in ValidateOrSetColorAttachmentSampleCount() 155 colorAttachment, colorAttachment->GetTexture()->GetSampleCount(), *sampleCount); in ValidateOrSetColorAttachmentSampleCount() 219 uint32_t* sampleCount) { in ValidateRenderPassColorAttachment() 242 DAWN_TRY(ValidateOrSetColorAttachmentSampleCount(attachment, sampleCount)); in ValidateRenderPassColorAttachment() 257 uint32_t* sampleCount) { in ValidateRenderPassDepthStencilAttachment() 313 // *sampleCount in ValidateRenderPassDepthStencilAttachment() 145 ValidateOrSetColorAttachmentSampleCount(const TextureViewBase* colorAttachment, uint32_t* sampleCount) ValidateOrSetColorAttachmentSampleCount() argument 214 ValidateRenderPassColorAttachment( DeviceBase* device, const RenderPassColorAttachment& colorAttachment, uint32_t* width, uint32_t* height, uint32_t* sampleCount) ValidateRenderPassColorAttachment() argument 252 ValidateRenderPassDepthStencilAttachment( DeviceBase* device, const RenderPassDepthStencilAttachment* depthStencilAttachment, uint32_t* width, uint32_t* height, uint32_t* sampleCount) ValidateRenderPassDepthStencilAttachment() argument 332 ValidateRenderPassDescriptor(DeviceBase* device, const RenderPassDescriptor* descriptor, uint32_t* width, uint32_t* height, uint32_t* sampleCount) ValidateRenderPassDescriptor() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1106 void assertSquareSampleCount (deUint32 sampleCount) in assertSquareSampleCount() argument 1108 DE_ASSERT(kValidSquareSampleCounts.find(sampleCount) != kValidSquareSampleCounts.end()); in assertSquareSampleCount() 1109 DE_UNREF(sampleCount); // for release builds. in assertSquareSampleCount() 1127 vk::VkExtent2D imageSize (deUint32 sampleCount) in imageSize() argument 1129 assertSquareSampleCount(sampleCount); in imageSize() 1132 if (sampleCount == vk::VK_SAMPLE_COUNT_1_BIT) in imageSize() 1136 const auto dim = (1u<<(sampleCount>>1u)); in imageSize() 1140 vk::VkExtent3D getExtent3D (deUint32 sampleCount) in getExtent3D() argument 1142 const auto size = imageSize(sampleCount); in getExtent3D() 1156 vk::VkSampleCountFlagBits sampleCount; member 1665 getBufferElems(deUint32 sampleCount) getBufferElems() argument 2060 const auto sampleCount = static_cast<deUint32>(m_params.sampleCount); iterate() local [all...] |
H A D | vktPipelineMultisampleResolveRenderAreaTests.cpp | 64 const deUint32 sampleCount, in MultisampleRenderAreaTestInstance() 70 , m_sampleCount (sampleCount) in MultisampleRenderAreaTestInstance() 79 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& imageSize, const deUint32 sampleCount); 100 VkImageCreateInfo MultisampleRenderAreaTestInstance::makeImageCreateInfo(const tcu::IVec2& imageSize, const deUint32 sampleCount) in makeImageCreateInfo() argument 112 sampleCount < 2u ? VK_SAMPLE_COUNT_1_BIT : (VkSampleCountFlagBits)m_sampleCount, // VkSampleCountFlagBits samples; in makeImageCreateInfo() 433 const deUint32 sampleCount, in MultisampleRenderAreaTest() 439 , m_sampleCount (sampleCount) in MultisampleRenderAreaTest() 538 const deUint32 sampleCount; in createMultisampleResolveRenderpassRenderAreaTests() member 551 testGroupRenderArea->addChild(new MultisampleRenderAreaTest(testCtx, testShape.shapeName + "_" + testCase.caseName, pipelineConstructionType, testCase.sampleCount, tcu::IVec2(32, 32), testShape.testShape)); in createMultisampleResolveRenderpassRenderAreaTests() 62 MultisampleRenderAreaTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 sampleCount, const tcu::IVec2 framebufferSize, const TestShape testShape, const VkFormat colorFormat) MultisampleRenderAreaTestInstance() argument 430 MultisampleRenderAreaTest(tcu::TestContext& testCtx, const std::string name, const PipelineConstructionType pipelineConstructionType, const deUint32 sampleCount, const tcu::IVec2 framebufferSize, const TestShape testShape, const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM) MultisampleRenderAreaTest() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1102 void assertSquareSampleCount (deUint32 sampleCount) in assertSquareSampleCount() argument 1104 DE_ASSERT(kValidSquareSampleCounts.find(sampleCount) != kValidSquareSampleCounts.end()); in assertSquareSampleCount() 1105 DE_UNREF(sampleCount); // for release builds. in assertSquareSampleCount() 1123 vk::VkExtent2D imageSize (deUint32 sampleCount) in imageSize() argument 1125 assertSquareSampleCount(sampleCount); in imageSize() 1128 if (sampleCount == vk::VK_SAMPLE_COUNT_1_BIT) in imageSize() 1132 const auto dim = (1u<<(sampleCount>>1u)); in imageSize() 1136 vk::VkExtent3D getExtent3D (deUint32 sampleCount) in getExtent3D() argument 1138 const auto size = imageSize(sampleCount); in getExtent3D() 1152 vk::VkSampleCountFlagBits sampleCount; member 1661 getBufferElems(deUint32 sampleCount) getBufferElems() argument 2049 const auto sampleCount = static_cast<deUint32>(m_params.sampleCount); iterate() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSampleVariableTests.cpp | 291 NumSamplesCase (Context& context, const char* name, const char* desc, int sampleCount, RenderTarget target); 304 NumSamplesCase::NumSamplesCase (Context& context, const char* name, const char* desc, int sampleCount, RenderTarget target) 305 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) 344 MaxSamplesCase (Context& context, const char* name, const char* desc, int sampleCount, RenderTarget target); 358 MaxSamplesCase::MaxSamplesCase (Context& context, const char* name, const char* desc, int sampleCount, RenderTarget target) 359 : MultisampleRenderCase(context, name, desc, sampleCount, target, RENDER_SIZE) 427 SampleIDCase (Context& context, const char* name, const char* desc, int sampleCount, RenderTarget target); 450 SampleIDCase::SampleIDCase (Context& context, const char* name, const char* desc, int sampleCount, RenderTarget target) 451 : MultisampleRenderCase (context, name, desc, sampleCount, target, RENDER_SIZE, MultisampleShaderRenderUtil::MultisampleRenderCase::FLAG_VERIFY_MSAA_TEXTURE_SAMPLE_BUFFERS) 601 SamplePosDistributionCase (Context& context, const char* name, const char* desc, int sampleCount, RenderTarge [all...] |
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnTypesPriv.cpp | 11 uint32_t sampleCount, in GrDawnTextureSpecToSurfaceInfo() 16 info.fSampleCount = sampleCount; in GrDawnTextureSpecToSurfaceInfo() 10 GrDawnTextureSpecToSurfaceInfo(const GrDawnTextureSpec& dawnSpec, uint32_t sampleCount, uint32_t levelCount, GrProtected isProtected) GrDawnTextureSpecToSurfaceInfo() argument
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DTypesPriv.cpp | 11 uint32_t sampleCount, in GrD3DTextureResourceSpecToSurfaceInfo() 16 info.fSampleCount = sampleCount; in GrD3DTextureResourceSpecToSurfaceInfo() 10 GrD3DTextureResourceSpecToSurfaceInfo(const GrD3DTextureResourceSpec& d3dSpec, uint32_t sampleCount, uint32_t levelCount, GrProtected isProtected) GrD3DTextureResourceSpecToSurfaceInfo() argument
|
/third_party/skia/experimental/graphite/src/ |
H A D | Caps.h | 29 uint32_t sampleCount, 33 uint32_t sampleCount,
|