Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp161 const VkFormat stencilFormat) in makeTestRenderPass() argument
178 stencilFormat, // VkFormat format; in makeTestRenderPass()
451 tcu::TestStatus testStencilExportReplace (Context& context, vk::VkFormat stencilFormat) in testStencilExportReplace() argument
480 …Move<VkImage> stencilImage = makeImage (vk, device, makeImageCreateInfo(stencilFormat, r… in testStencilExportReplace()
482 …= makeImageView (vk, device, *stencilImage, VK_IMAGE_VIEW_TYPE_2D, stencilFormat, stencilSubres… in testStencilExportReplace()
493 …Move<VkRenderPass> renderPass = makeTestRenderPass (vk, device, colorFormat, stencilFormat); in testStencilExportReplace()
543 void checkSupport (Context& context, vk::VkFormat stencilFormat) in checkSupport() argument
547 …rtedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), stencilFormat)) in checkSupport()
DvktPipelineStencilTests.cpp116 VkFormat stencilFormat,
138 VkFormat stencilFormat,
269 VkFormat stencilFormat, in StencilTest() argument
275 , m_stencilFormat (stencilFormat) in StencilTest()
345 VkFormat stencilFormat, in StencilTestInstance() argument
357 , m_stencilFormat (stencilFormat) in StencilTestInstance()
942 const VkFormat stencilFormat = stencilFormats[formatNdx]; in createStencilTests() local
943 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(stencilFormat).order); in createStencilTests()
944 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(stencilFormat).order); in createStencilTests()
952 …(getFormatCaseName(stencilFormat) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : ""))… in createStencilTests()
[all …]
/external/skia/src/gpu/
DGrResourceProvider.cpp524 GrBackendFormat stencilFormat = this->gpu()->getPreferredStencilFormat(rt->backendFormat()); in attachStencilAttachment() local
525 if (!stencilFormat.isValid()) { in attachStencilAttachment()
531 *this->caps(), stencilFormat, rt->dimensions(), in attachStencilAttachment()
/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp391 VkFormat stencilFormat = vkCaps.preferredStencilFormat(); in ReconstructAttachmentsDescriptor() local
392 desc->fStencil.fFormat = stencilFormat; in ReconstructAttachmentsDescriptor()
/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp859 wgpu::TextureFormat stencilFormat = wgpu::TextureFormat::Depth24PlusStencil8; in getOrCreateRenderPipeline() local
864 hasDepthStencil, stencilFormat, &desc); in getOrCreateRenderPipeline()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1478 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachmentInfo.getFormat()); in AttachmentResources() local
1481 m_secondaryBufferSize = size.x() * size.y() * stencilFormat.getPixelSize(); in AttachmentResources()
3773 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachment.getFormat()); in logAndVerifyImages() local
3783 …const ConstPixelBufferAccess stencilAccess (stencilFormat, targetSize.x(), targetSize.y(), 1, ste… in logAndVerifyImages()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4329 …const auto stencilFormat = tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNE… in ManyDrawsAllocatedData() local
4330 …o stencilCheckBufferSize = static_cast<VkDeviceSize>(numPixels * tcu::getPixelSize(stencilFormat)); in ManyDrawsAllocatedData()