Home
last modified time | relevance | path

Searched defs:isDepthStencil (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsTransientAttachmentTests.cpp456 const bool isDepthStencil = isDepthStencilFormat(m_testFormat); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp333 const bool isDepthStencil = hasDepthStencil(testParams.depthStencilType); in createRenderPass() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2402 …const bool isDepthStencil = !isCompressed && tcu::hasDepthComponent(mapVkFormat(format).order) &&… in createAttachmentFeedbackLoopLayoutSamplerTests() local
DvktPipelineSamplerTests.cpp1982 const bool isDepthStencil = !isCompressed in createAllFormatsSamplerTests() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1727 const bool isDepthStencil = isDepthStencilFormat(m_params.imageFormat); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1232 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in Support() local
1454 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in CopySupport() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3339 bool isDepthStencil = isFboBound && attachments[attNdx] == GL_DEPTH_STENCIL_ATTACHMENT; in invalidateSubFramebuffer() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp6852 bool isDepthStencil = angleFormat.hasDepthOrStencilBits(); in clear() local