/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineStencilExportTests.cpp | 76 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()
|
D | vktPipelineStencilTests.cpp | 116 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/ |
D | vktPipelineStencilExportTests.cpp | 76 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()
|
D | vktPipelineStencilTests.cpp | 116 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/ |
D | ReadOnlyDepthStencilAttachmentTests.cpp | 237 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/ |
D | GrMtlResourceProvider.mm | 71 MTLPixelFormat colorFormat, int sampleCount, MTLPixelFormat stencilFormat) { 117 fMSAALoadPipelines[i].fStencilFormat == stencilFormat) { 140 pipelineDescriptor.stencilAttachmentPixelFormat = stencilFormat; 153 fMSAALoadPipelines.push_back({renderPipeline, colorFormat, sampleCount, stencilFormat});
|
D | GrMtlResourceProvider.h | 45 MTLPixelFormat stencilFormat);
|
D | GrMtlGpu.mm | 1637 MTLPixelFormat stencilFormat = stencil.texture.pixelFormat; 1640 stencilFormat);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 462 …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()
|
D | es3fFboCompletenessTests.cpp | 262 …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/ |
D | GrResourceProvider.cpp | 613 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/ |
D | GrVkRenderTarget.cpp | 430 VkFormat stencilFormat = vkCaps.preferredStencilFormat(); in ReconstructAttachmentsDescriptor() local 431 desc->fStencil.fFormat = stencilFormat; in ReconstructAttachmentsDescriptor()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpuCommandBuffer.cpp | 322 dawn::TextureFormat stencilFormat = dawn::TextureFormat::Depth24PlusStencil8; in applyState() local 327 stencilFormat, &desc); in applyState()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.cpp | 868 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/ |
D | vktRenderPassTests.cpp | 1459 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/ |
D | vktRenderPassTests.cpp | 1459 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/ |
D | vktApiCommandBuffersTests.cpp | 4256 …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/ |
D | vktApiCommandBuffersTests.cpp | 4256 …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()
|