Lines Matching refs:depthFormat
67 VkFormat depthFormat; member
96 result << getFormatCaseName(param.depthFormat).c_str(); in generateTestName()
806 …hStencilFormat(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), param.depthFormat)) in DepthRangeUnrestrictedTestInstance()
832 …m_renderPass = makeRenderPass(vk, vkDevice, m_colorFormat, m_param.depthFormat, VK_ATTACHMENT_LOAD… in DepthRangeUnrestrictedTestInstance()
849 m_param.depthFormat, in DepthRangeUnrestrictedTestInstance()
858 if (depthFormatHasStencilComponent(param.depthFormat)) in DepthRangeUnrestrictedTestInstance()
921 m_param.depthFormat, // VkFormat format; in DepthRangeUnrestrictedTestInstance()
1016 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE) in verifyTestResult()
1039 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE) in verifyTestResult()
1070 …k, vkDevice, queue, queueFamilyIndex, allocator, *m_depthImage, m_param.depthFormat, m_renderSize); in verifyTestResult()
1126 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE) in verifyTestResult()
1146 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE) in verifyTestResult()
1195 …m_renderPassSecondDraw = makeRenderPass(vk, vkDevice, m_colorFormat, m_param.depthFormat, VK_ATTAC… in DepthBoundsRangeUnrestrictedTestInstance()
1295 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE) in verifyTestResult()
1309 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE) in verifyTestResult()
1320 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE) in verifyTestResult()
1361 …k, vkDevice, queue, queueFamilyIndex, allocator, *m_depthImage, m_param.depthFormat, m_renderSize); in verifyTestResult()
1393 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE) in verifyTestResult()
1402 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE) in verifyTestResult()
1513 testParams.depthFormat = depthFormats[format]; in createDepthRangeUnrestrictedTests()
1537 testParams.depthFormat = depthFormats[format]; in createDepthRangeUnrestrictedTests()
1538 testParams.depthBufferClearValue = defaultClearValue(testParams.depthFormat); in createDepthRangeUnrestrictedTests()
1572 testParams.depthFormat = depthFormats[format]; in createDepthRangeUnrestrictedTests()
1573 testParams.depthBufferClearValue = defaultClearValue(testParams.depthFormat); in createDepthRangeUnrestrictedTests()
1617 testParams.depthFormat = depthFormats[format]; in createDepthRangeUnrestrictedTests()
1618 testParams.depthBufferClearValue = defaultClearValue(testParams.depthFormat); in createDepthRangeUnrestrictedTests()