Home
last modified time | relevance | path

Searched refs:useDepthStencil (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp746 …eLimits& limits, const VkImageViewType viewType, const IVec4& sizeHint, const bool useDepthStencil) in getMaxImageSize() argument
749 …const int maxDepth = (useDepthStencil ? deMin32(static_cast<int>(limits.maxImageArrayLayers), stat… in getMaxImageSize()
874 const bool useDepthStencil = (caseDef.depthStencilFormat != VK_FORMAT_UNDEFINED); in testWithSizeReduction() local
876 …ze(context.getDeviceProperties().limits, caseDef.viewType, caseDef.imageSizeHint, useDepthStencil); in testWithSizeReduction()
893 …const VkDeviceSize depthStencilSize = (useDepthStencil ? product(imageSize) * tcu::getPixelSize… in testWithSizeReduction()
895 if (useDepthStencil && !isDepthStencilFormatSupported(vki, physDevice, caseDef.depthStencilFormat)) in testWithSizeReduction()
947 if (useDepthStencil) in testWithSizeReduction()
1027 if (useDepthStencil) in testWithSizeReduction()
1046 if (useDepthStencil) in testWithSizeReduction()
1370 const bool useDepthStencil = (caseDef.depthStencilFormat != VK_FORMAT_UNDEFINED); in testRenderToMipMaps() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4732 const bool useDepthStencil = rng.getBool(); in addAttachmentTests() local
4755 if (useDepthStencil) in addAttachmentTests()
4776 …hmentReferences, vector<AttachmentReference>(), AttachmentReference((useDepthStencil ? (deUint32)(… in addAttachmentTests()