Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp894 const bool useDepthStencil = (caseDef.depthStencilFormat != VK_FORMAT_UNDEFINED); in testWithSizeReduction() local
898 …VkDeviceSize depthStencilSize = (useDepthStencil ? product(imageSize) * tcu::getPixelSize(mapV… in testWithSizeReduction()
917 …depthStencilSize = (useDepthStencil ? product(imageSize) * tcu::getPixelSize(mapVkFormat(caseDef.d… in testWithSizeReduction()
943 …depthStencilSize = (useDepthStencil ? product(imageSize) * tcu::getPixelSize(mapVkFormat(caseDef.d… in testWithSizeReduction()
965 if (useDepthStencil && !isDepthStencilFormatSupported(vki, physDevice, caseDef.depthStencilFormat)) in testWithSizeReduction()
1014 if (useDepthStencil) in testWithSizeReduction()
1094 if (useDepthStencil) in testWithSizeReduction()
1113 if (useDepthStencil) in testWithSizeReduction()
1390 const bool useDepthStencil = (caseDef.depthStencilFormat != VK_FORMAT_UNDEFINED); in testRenderToMipMaps() local
1398 if (useDepthStencil && !isDepthStencilFormatSupported(vki, physDevice, caseDef.depthStencilFormat)) in testRenderToMipMaps()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp210 const bool useDepthStencil) in makeRenderPass() argument
212 …return vk::makeRenderPass(vk, device, colorFormat, useDepthStencil ? dsFormat : VK_FORMAT_UNDEFINE… in makeRenderPass()
224 const bool useDepthStencil = false) in makeGraphicsPipeline() argument
243useDepthStencil ? VK_TRUE : VK_FALSE, // VkBool32 depthTestE… in makeGraphicsPipeline()
244useDepthStencil ? VK_TRUE : VK_FALSE, // VkBool32 depthWrite… in makeGraphicsPipeline()
247useDepthStencil ? VK_TRUE : VK_FALSE, // VkBool32 stencilTes… in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4819 const bool useDepthStencil = rng.getBool(); in addAttachmentTests() local
4842 if (useDepthStencil) in addAttachmentTests()
4863 …hmentReferences, vector<AttachmentReference>(), AttachmentReference((useDepthStencil ? (deUint32)(… in addAttachmentTests()