Searched refs:tcuStencilFormat (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineStencilTests.cpp | 785 const tcu::TextureFormat tcuStencilFormat = mapVkFormat(m_stencilFormat); in verifyImage() local 787 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage() 789 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStencilFormat, &program); in verifyImage()
|
H A D | vktPipelineInputAssemblyTests.cpp | 1547 const tcu::TextureFormat tcuStencilFormat = tcu::TextureFormat(); in verifyImage() local 1549 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage() 1551 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStencilFormat, &program); in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineStencilTests.cpp | 780 const tcu::TextureFormat tcuStencilFormat = mapVkFormat(m_stencilFormat); in verifyImage() local 782 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage() 784 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStencilFormat, &program); in verifyImage()
|
H A D | vktPipelineInputAssemblyTests.cpp | 1551 const tcu::TextureFormat tcuStencilFormat = tcu::TextureFormat(); in verifyImage() local 1553 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage() 1555 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStencilFormat, &program); in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 554 const auto tcuStencilFormat = (hasStencil ? getStencilCopyFormat(m_params.format) : tcu::TextureFormat()); in iterate() local 1031 const auto stencilVerifBufferSize = getCopyBufferSize(tcuStencilFormat, extent); in iterate() 1216 tcu::TextureLevel referenceStencil (tcuStencilFormat, iExtent.x(), iExtent.y(), iExtent.z()); in iterate() 1225 tcu::ConstPixelBufferAccess stencilPixels(tcuStencilFormat, iExtent, verifAlloc.getHostPtr()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 554 const auto tcuStencilFormat = (hasStencil ? getStencilCopyFormat(m_params.format) : tcu::TextureFormat()); in iterate() local 1031 const auto stencilVerifBufferSize = getCopyBufferSize(tcuStencilFormat, extent); in iterate() 1216 tcu::TextureLevel referenceStencil (tcuStencilFormat, iExtent.x(), iExtent.y(), iExtent.z()); in iterate() 1225 tcu::ConstPixelBufferAccess stencilPixels(tcuStencilFormat, iExtent, verifAlloc.getHostPtr()); in iterate()
|
Completed in 13 milliseconds