Home
last modified time | relevance | path

Searched refs:stencilFormat (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp76 vk::VkFormat stencilFormat; member
256 const VkFormat stencilFormat) in makeTestRenderPass() argument
273 stencilFormat, // VkFormat format; in makeTestRenderPass()
493 …tencilImage = makeImage (vk, device, makeImageCreateInfo(params.stencilFormat, renderSize, V… in testStencilExportReplace()
495 …mageView (vk, device, *stencilImage, VK_IMAGE_VIEW_TYPE_2D, params.stencilFormat, stencilSubres… in testStencilExportReplace()
505 …RenderPass> renderPass = makeTestRenderPass (vk, device, colorFormat, params.stencilFormat); in testStencilExportReplace()
589 …thStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), params.stencilFormat)) in checkSupport()
629 params.stencilFormat = kFormats[fmtIdx].format; in createStencilExportTests()
DvktPipelineStencilTests.cpp116 VkFormat stencilFormat,
140 VkFormat stencilFormat,
272 VkFormat stencilFormat, in StencilTest() argument
279 , m_stencilFormat (stencilFormat) in StencilTest()
350 VkFormat stencilFormat, in StencilTestInstance() argument
362 , m_stencilFormat (stencilFormat) in StencilTestInstance()
972 const VkFormat stencilFormat = stencilFormats[formatNdx]; in createStencilTests() local
973 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(stencilFormat).order); in createStencilTests()
974 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(stencilFormat).order); in createStencilTests()
982 …(getFormatCaseName(stencilFormat) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : ""))… in createStencilTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp76 vk::VkFormat stencilFormat; member
256 const VkFormat stencilFormat) in makeTestRenderPass() argument
273 stencilFormat, // VkFormat format; in makeTestRenderPass()
493 …tencilImage = makeImage (vk, device, makeImageCreateInfo(params.stencilFormat, renderSize, V… in testStencilExportReplace()
495 …mageView (vk, device, *stencilImage, VK_IMAGE_VIEW_TYPE_2D, params.stencilFormat, stencilSubres… in testStencilExportReplace()
505 …RenderPass> renderPass = makeTestRenderPass (vk, device, colorFormat, params.stencilFormat); in testStencilExportReplace()
589 …thStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), params.stencilFormat)) in checkSupport()
629 params.stencilFormat = kFormats[fmtIdx].format; in createStencilExportTests()
DvktPipelineStencilTests.cpp116 VkFormat stencilFormat,
140 VkFormat stencilFormat,
272 VkFormat stencilFormat, in StencilTest() argument
279 , m_stencilFormat (stencilFormat) in StencilTest()
350 VkFormat stencilFormat, in StencilTestInstance() argument
362 , m_stencilFormat (stencilFormat) in StencilTestInstance()
972 const VkFormat stencilFormat = stencilFormats[formatNdx]; in createStencilTests() local
973 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(stencilFormat).order); in createStencilTests()
974 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(stencilFormat).order); in createStencilTests()
982 …(getFormatCaseName(stencilFormat) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : ""))… in createStencilTests()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DReadOnlyDepthStencilAttachmentTests.cpp237 wgpu::TextureFormat stencilFormat = GetParam().mTextureFormat; in TEST_P() local
244 DoTest(wgpu::TextureAspect::StencilOnly, stencilFormat, colorTexture, &values); in TEST_P()
251 DoTest(wgpu::TextureAspect::StencilOnly, stencilFormat, colorTexture, &values); in TEST_P()
/third_party/skia/src/gpu/mtl/
DGrMtlResourceProvider.mm71 MTLPixelFormat colorFormat, int sampleCount, MTLPixelFormat stencilFormat) {
117 fMSAALoadPipelines[i].fStencilFormat == stencilFormat) {
140 pipelineDescriptor.stencilAttachmentPixelFormat = stencilFormat;
153 fMSAALoadPipelines.push_back({renderPipeline, colorFormat, sampleCount, stencilFormat});
DGrMtlResourceProvider.h45 MTLPixelFormat stencilFormat);
DGrMtlGpu.mm1637 MTLPixelFormat stencilFormat = stencil.texture.pixelFormat;
1640 stencilFormat);
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp462 …t, const char* name, const char* desc, deUint32 depthFormat, deUint32 stencilFormat, deUint32 srcB… in BlitDepthStencilCase() argument
465 , m_stencilFormat(stencilFormat) in BlitDepthStencilCase()
1079 deUint32 stencilFormat = stencilFormats[sFmtNdx]; in init() local
1095 if (stencilFormat != GL_NONE) in init()
1103 fmtName += getFormatName(stencilFormat); in init()
1112 …StencilCase(m_context, (fmtName + "_basic").c_str(), "", depthFormat, stencilFormat, buffers, IVec… in init()
1113 …StencilCase(m_context, (fmtName + "_scale").c_str(), "", depthFormat, stencilFormat, buffers, IVec… in init()
1117 …lCase(m_context, (fmtName + "_depth_only").c_str(), "", depthFormat, stencilFormat, buffers, IVec… in init()
1118 …Case(m_context, (fmtName + "_stencil_only").c_str(), "", depthFormat, stencilFormat, buffers, IVec… in init()
Des3fFboCompletenessTests.cpp262 …ImageFormat stencilFormat = attPoint == GL_STENCIL_ATTACHMENT ? image->internalFormat : m_depthSte… in check() local
265 if (m_formats.getFormatInfo(stencilFormat) & DEPTH_RENDERABLE) in check()
/third_party/skia/src/gpu/
DGrResourceProvider.cpp613 GrBackendFormat stencilFormat = this->gpu()->getPreferredStencilFormat(rt->backendFormat()); in attachStencilAttachment() local
614 if (!stencilFormat.isValid()) { in attachStencilAttachment()
620 *this->caps(), stencilFormat, rt->dimensions(), in attachStencilAttachment()
/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.cpp430 VkFormat stencilFormat = vkCaps.preferredStencilFormat(); in ReconstructAttachmentsDescriptor() local
431 desc->fStencil.fFormat = stencilFormat; in ReconstructAttachmentsDescriptor()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp322 dawn::TextureFormat stencilFormat = dawn::TextureFormat::Depth24PlusStencil8; in applyState() local
327 stencilFormat, &desc); in applyState()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp868 wgpu::TextureFormat stencilFormat = wgpu::TextureFormat::Depth24PlusStencil8; in getOrCreateRenderPipeline() local
873 hasDepthStencil, stencilFormat, &desc); in getOrCreateRenderPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1459 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachmentInfo.getFormat()); in AttachmentResources() local
1462 m_secondaryBufferSize = size.x() * size.y() * stencilFormat.getPixelSize(); in AttachmentResources()
2064 vk::VkFormat stencilFormat = VK_FORMAT_UNDEFINED; in createSubpassPipeline() local
2077 stencilFormat = depthStencilFormat; in createSubpassPipeline()
2091 stencilFormat in createSubpassPipeline()
4236 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachment.getFormat()); in logAndVerifyImages() local
4246 …const ConstPixelBufferAccess stencilAccess (stencilFormat, targetSize.x(), targetSize.y(), 1, ste… in logAndVerifyImages()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTests.cpp1459 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachmentInfo.getFormat()); in AttachmentResources() local
1462 m_secondaryBufferSize = size.x() * size.y() * stencilFormat.getPixelSize(); in AttachmentResources()
2064 vk::VkFormat stencilFormat = VK_FORMAT_UNDEFINED; in createSubpassPipeline() local
2077 stencilFormat = depthStencilFormat; in createSubpassPipeline()
2091 stencilFormat in createSubpassPipeline()
4236 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachment.getFormat()); in logAndVerifyImages() local
4246 …const ConstPixelBufferAccess stencilAccess (stencilFormat, targetSize.x(), targetSize.y(), 1, ste… in logAndVerifyImages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4256 …const auto stencilFormat = tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNE… in ManyDrawsAllocatedData() local
4257 …o stencilCheckBufferSize = static_cast<VkDeviceSize>(numPixels * tcu::getPixelSize(stencilFormat)); in ManyDrawsAllocatedData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCommandBuffersTests.cpp4256 …const auto stencilFormat = tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNE… in ManyDrawsAllocatedData() local
4257 …o stencilCheckBufferSize = static_cast<VkDeviceSize>(numPixels * tcu::getPixelSize(stencilFormat)); in ManyDrawsAllocatedData()