Lines Matching refs:depthFormat

72 	VkFormat					depthFormat;
101 result << getFormatCaseName(param.depthFormat).c_str();
730 if (!isSupportedDepthStencilFormat(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), param.depthFormat))
756 m_renderPass = makeRenderPass(vk, vkDevice, m_param.pipelineConstructionType, m_colorFormat, m_param.depthFormat, VK_ATTACHMENT_LOAD_OP_CLEAR, VK_ATTACHMENT_LOAD_OP_CLEAR);
773 m_param.depthFormat,
782 if (depthFormatHasStencilComponent(param.depthFormat))
845 m_param.depthFormat, // VkFormat format;
942 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE)
965 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE)
1001 de::MovePtr<tcu::TextureLevel> depthResult = readDepthAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_depthImage, m_param.depthFormat, m_renderSize);
1057 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE)
1077 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE)
1125 m_renderPassSecondDraw = makeRenderPass(vk, vkDevice, param.pipelineConstructionType, m_colorFormat, m_param.depthFormat, VK_ATTACHMENT_LOAD_OP_CLEAR, VK_ATTACHMENT_LOAD_OP_LOAD);
1234 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE)
1248 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE)
1259 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE)
1305 de::MovePtr<tcu::TextureLevel> depthResult = readDepthAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_depthImage, m_param.depthFormat, m_renderSize);
1337 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE)
1346 if (isFloatingPointDepthFormat(m_param.depthFormat) == VK_FALSE)
1463 testParams.depthFormat = depthFormats[format];
1488 testParams.depthFormat = depthFormats[format];
1489 testParams.depthBufferClearValue = defaultClearValue(testParams.depthFormat);
1524 testParams.depthFormat = depthFormats[format];
1525 testParams.depthBufferClearValue = defaultClearValue(testParams.depthFormat);
1570 testParams.depthFormat = depthFormats[format];
1571 testParams.depthBufferClearValue = defaultClearValue(testParams.depthFormat);