Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp172 const VkFormat stencilFormat) in makeTestRenderPass() argument
189 stencilFormat, // VkFormat format; in makeTestRenderPass()
487 const VkFormat stencilFormat = VK_FORMAT_S8_UINT; in testStencilExportReplace() local
516 …Move<VkImage> stencilImage = makeImage (vk, device, makeImageCreateInfo(stencilFormat, r… in testStencilExportReplace()
518 …= makeImageView (vk, device, *stencilImage, VK_IMAGE_VIEW_TYPE_2D, stencilFormat, stencilSubres… in testStencilExportReplace()
529 …Move<VkRenderPass> renderPass = makeTestRenderPass (vk, device, colorFormat, stencilFormat); in testStencilExportReplace()
585 const VkFormat stencilFormat = VK_FORMAT_S8_UINT; in checkSupport() local
586 …rtedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), stencilFormat)) in checkSupport()
587 …otSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(stencilFormat)); in checkSupport()
DvktPipelineStencilTests.cpp116 VkFormat stencilFormat,
133 VkFormat stencilFormat,
260 VkFormat stencilFormat, in StencilTest() argument
264 , m_stencilFormat (stencilFormat) in StencilTest()
306 VkFormat stencilFormat, in StencilTestInstance() argument
314 , m_stencilFormat (stencilFormat) in StencilTestInstance()
822 const VkFormat stencilFormat = stencilFormats[formatNdx]; in createStencilTests() local
824 getFormatCaseName(stencilFormat).c_str(), in createStencilTests()
825 (std::string("Uses format ") + getFormatName(stencilFormat)).c_str())); in createStencilTests()
884 …dFailOpTest->addChild(new StencilTest(testCtx, caseName, caseDesc, stencilFormat, stencilStateFron… in createStencilTests()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1418 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachmentInfo.getFormat()); in AttachmentResources() local
1421 m_secondaryBufferSize = size.x() * size.y() * stencilFormat.getPixelSize(); in AttachmentResources()
3640 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachment.getFormat()); in logAndVerifyImages() local
3648 …const ConstPixelBufferAccess stencilAccess (stencilFormat, targetSize.x(), targetSize.y(), 1, ste… in logAndVerifyImages()