Home
last modified time | relevance | path

Searched defs:hasStencil (Results 1 - 25 of 43) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
H A DteglSimpleConfigCase.cpp138 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; } in hasStencil() function
H A DteglCreateContextExtTests.cpp1024 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; } in hasStencil() function
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp302 bool Framebuffer::hasStencil() in hasStencil() function in es2::Framebuffer
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp98 bool hasStencil = renderTarget.getStencilBits() > 0; in translateState() local
H A Des3fFboInvalidateTests.cpp122 const bool hasStencil = stencilBits > 0; in getCompatibleDepthStencilFormat() local
H A Des3fDepthStencilTests.cpp384 bool hasStencil = renderTarget.stencilBits > 0; in translateCommand() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp98 bool hasStencil = renderTarget.getStencilBits() > 0; in translateState() local
H A Des2fDepthStencilTests.cpp384 bool hasStencil = renderTarget.stencilBits > 0; in translateCommand() local
/third_party/skia/src/gpu/vk/
H A DGrVkRenderTarget.cpp27 static int renderpass_features_to_index(bool hasResolve, bool hasStencil, in renderpass_features_to_index() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp167 const bool hasStencil = (tcuFormat.order == tcu::TextureFormat::DS in makeAttachment() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp167 const bool hasStencil = (tcuFormat.order == tcu::TextureFormat::DS in makeAttachment() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilFormatsTest.cpp242 const bool hasStencil = (type.format != GL_DEPTH_COMPONENT); in depthStencilReadbackCase() local
/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp1053 bool hasStencil = tcu::hasStencilComponent(result.getFormat().order); in dsThresholdCompare() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilTests.cpp969 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(stencilFormat).order); in createStencilTests() local
H A DvktPipelineDepthTests.cpp1333 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(depthFormats[formatNdx]).order); in createDepthTests() local
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1380 const bool hasStencil = isStencilFormat(params.depthStencilFormat); in test() local
H A DvktPipelineSamplerBorderSwizzleTests.cpp521 const auto hasStencil = params.useStencilAspect; in comparePixelToColorClearValue() local
819 const auto hasStencil = m_params.useStencilAspect; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp796 const bool hasStencil = m_testParams.depthStencilType == DEPTH_STENCIL_BOTH || in UnusedClearAttachmentTestInstance() local
987 const bool hasStencil = (m_testParams.depthStencilType == DEPTH_STENCIL_BOTH || in createCommandBufferDynamicRendering() local
H A DvktRenderPassDepthStencilResolveTests.cpp1393 bool hasStencil; in initTests() member
1504 const bool hasStencil = formatData.hasStencil; in initTests() local
1688 const bool hasStencil = formatData.hasStencil; in initTests() local
[all...]
H A DvktRenderPassLoadStoreOpNoneTests.cpp1284 const auto hasStencil = tcu::hasStencilComponent(tcuFormat.order); in iterate() local
1693 const bool hasStencil = tcu::hasStencilComponent(tcuFormat.order); local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineStencilTests.cpp974 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(stencilFormat).order); in createStencilTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp797 const bool hasStencil = m_testParams.depthStencilType == DEPTH_STENCIL_BOTH || in UnusedClearAttachmentTestInstance() local
988 const bool hasStencil = (m_testParams.depthStencilType == DEPTH_STENCIL_BOTH || in createCommandBufferDynamicRendering() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationOrderAttachmentAccessTests.cpp149 virtual bool hasStencil() const in hasStencil() function in vkt::rasterization::__anon28372::AttachmentAccessOrderTestCase
264 virtual bool hasStencil() const in hasStencil() function in vkt::rasterization::__anon28372::AttachmentAccessOrderStencilTestCase
H A DvktShaderTileImageTests.cpp1763 const bool hasStencil = tcu::hasStencilComponent(depthStencilFormat.order); in rendering() local
2097 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(format).order); in createShaderTileImageTestVariations() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp258 const bool hasStencil = (mFormatInfo.format().stencilBits > 0); in getSRVForSampler() local

Completed in 71 milliseconds

12