Searched refs:useDepthStencil (Results 1 – 4 of 4) sorted by relevance
891 const bool useDepthStencil = (caseDef.depthStencilFormat != VK_FORMAT_UNDEFINED); in testWithSizeReduction() local895 …VkDeviceSize depthStencilSize = (useDepthStencil ? product(imageSize) * tcu::getPixelSize(mapV… in testWithSizeReduction()918 …depthStencilSize = (useDepthStencil ? product(imageSize) * tcu::getPixelSize(mapVkFormat(caseDef.d… in testWithSizeReduction()944 …depthStencilSize = (useDepthStencil ? product(imageSize) * tcu::getPixelSize(mapVkFormat(caseDef.d… in testWithSizeReduction()1011 if (useDepthStencil) in testWithSizeReduction()1091 if (useDepthStencil) in testWithSizeReduction()1110 if (useDepthStencil) in testWithSizeReduction()1406 const bool useDepthStencil = (caseDef.depthStencilFormat != VK_FORMAT_UNDEFINED); in testRenderToMipMaps() local1439 if (useDepthStencil) in testRenderToMipMaps()1507 …ageBarriers = static_cast<deUint32>(DE_LENGTH_OF_ARRAY(imageBarriers) - (useDepthStencil ? 0 : 1)); in testRenderToMipMaps()
86 bool useDepthStencil; // == fragDepth || fragStencil member196 …if (m_data.useDepthStencil && !m_context.getFragmentShadingRateProperties().fragmentShadingRateWit… in Force1x1()828 if (m_data.useDepthStencil) in iterate()911 if (m_data.useDepthStencil) in iterate()1358 if (m_data.useDepthStencil) in iterate()1392 if (m_data.useDepthStencil) in iterate()1445 m_data.useDepthStencil ? &depthAttachmentReference : DE_NULL, // depthStencilAttachment in iterate()1483 if (m_data.useDepthStencil) in iterate()1546 if (m_data.useDepthStencil) in iterate()1910 if (m_data.useDepthStencil) in iterate()[all …]
223 const bool useDepthStencil) in makeRenderPass() argument225 …return vk::makeRenderPass(vk, device, colorFormat, useDepthStencil ? dsFormat : VK_FORMAT_UNDEFINE… in makeRenderPass()300 const bool useDepthStencil = false) in makeGraphicsPipeline() argument319 useDepthStencil ? VK_TRUE : VK_FALSE, // VkBool32 depthTestEnable in makeGraphicsPipeline()320 useDepthStencil ? VK_TRUE : VK_FALSE, // VkBool32 depthWriteEnable in makeGraphicsPipeline()323 useDepthStencil ? VK_TRUE : VK_FALSE, // VkBool32 stencilTestEnable in makeGraphicsPipeline()
4990 const bool useDepthStencil = rng.getBool(); in addAttachmentTests() local5018 if (useDepthStencil) in addAttachmentTests()5042 …hmentReferences, vector<AttachmentReference>(), AttachmentReference((useDepthStencil ? (deUint32)(… in addAttachmentTests()