Lines Matching refs:fbFormat
1849 const auto fbFormat = VK_FORMAT_R8G8B8A8_UNORM;
1850 const auto tcuFbFormat = mapVkFormat(fbFormat);
2002 fbFormat, // VkFormat format;
2018 colorAttView = makeImageView(vkd, device, colorAtt->get(), VK_IMAGE_VIEW_TYPE_2D, fbFormat, colorSRR);
2019 renderPass = RenderPassWrapper(m_params->constructionType, vkd, device, fbFormat);
3166 const auto fbFormat = VK_FORMAT_R8G8B8A8_UNORM;
3169 const auto tcuFbFormat = mapVkFormat(fbFormat);
3186 fbFormat, // VkFormat format;
3202 const auto colorAttView = makeImageView(vkd, device, colorAtt.get(), VK_IMAGE_VIEW_TYPE_2D, fbFormat, colorSRR);
3203 RenderPassWrapper renderPass (m_constructionType, vkd, device, fbFormat);