Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp321 const bool isDepthStencil = hasDepthStencil(testParams.depthStencilType); in createRenderPass() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1595 const bool isDepthStencil = isDepthStencilFormat(m_params.imageFormat); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1897 const bool isDepthStencil = !isCompressed in createAllFormatsSamplerTests() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1228 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in Support() local
1448 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in CopySupport() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3318 bool isDepthStencil = isFboBound && attachments[attNdx] == GL_DEPTH_STENCIL_ATTACHMENT; in invalidateSubFramebuffer() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5077 bool isDepthStencil = angleFormat.depthBits > 0 || angleFormat.stencilBits > 0; in clear() local