Searched refs:useDepthStencil (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineRenderToImageTests.cpp | 894 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/ |
D | vktGeometryLayeredRenderingTests.cpp | 210 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 243 …useDepthStencil ? VK_TRUE : VK_FALSE, // VkBool32 depthTestE… in makeGraphicsPipeline() 244 …useDepthStencil ? VK_TRUE : VK_FALSE, // VkBool32 depthWrite… in makeGraphicsPipeline() 247 …useDepthStencil ? VK_TRUE : VK_FALSE, // VkBool32 stencilTes… in makeGraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 4819 const bool useDepthStencil = rng.getBool(); in addAttachmentTests() local 4842 if (useDepthStencil) in addAttachmentTests() 4863 …hmentReferences, vector<AttachmentReference>(), AttachmentReference((useDepthStencil ? (deUint32)(… in addAttachmentTests()
|