/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawBaseClass.cpp | 42 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DrawTestsBaseClass() 63 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, m_layers, vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 70 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), imageViewType, m_colorAttachmentFormat, colorSRR); in initialize() 77 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 211 &m_colorAttachmentFormat, in initPipeline() local 269 &m_colorAttachmentFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer() local
|
H A D | vktDrawInvertedDepthRangesTests.cpp | 122 const VkFormat m_colorAttachmentFormat; member in vkt::Draw::__anon27917::InvertedDepthRangesTestInstance 138 , m_colorAttachmentFormat (VK_FORMAT_R8G8B8A8_UNORM) in InvertedDepthRangesTestInstance() 161 m_colorAttachmentFormat, // format, in InvertedDepthRangesTestInstance() 183 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in InvertedDepthRangesTestInstance() 194 m_colorAttachmentFormat, // format in InvertedDepthRangesTestInstance() 313 &m_colorAttachmentFormat, in InvertedDepthRangesTestInstance() 373 const auto tcuFormat = mapVkFormat(color ? m_colorAttachmentFormat : VK_FORMAT_D16_UNORM_S8_UINT); in generateReferenceImage() 474 &m_colorAttachmentFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer()
|
H A D | vktDrawInstancedTests.cpp | 260 vk::VkFormat m_colorAttachmentFormat; member in vkt::Draw::__anon27916::InstancedDrawInstance 390 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in InstancedDrawInstance() 406 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, arrayLayers, vk::VK_SAMPLE_COUNT_1_BIT, in InstancedDrawInstance() 417 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), imageViewType, m_colorAttachmentFormat, subresourceRange); in InstancedDrawInstance() 423 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in InstancedDrawInstance() 584 &m_colorAttachmentFormat, in InstancedDrawInstance() local 752 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT)); in iterate() 1060 &m_colorAttachmentFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer()
|
H A D | vktDrawNegativeViewportHeightTests.cpp | 165 const VkFormat m_colorAttachmentFormat; member in vkt::Draw::__anon27935::NegativeViewportHeightTestInstance 179 , m_colorAttachmentFormat (VK_FORMAT_R8G8B8A8_UNORM) in NegativeViewportHeightTestInstance() 211 m_colorAttachmentFormat, // format, in NegativeViewportHeightTestInstance() 221 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in NegativeViewportHeightTestInstance() 229 m_colorAttachmentFormat, // format in NegativeViewportHeightTestInstance() 327 &m_colorAttachmentFormat, in NegativeViewportHeightTestInstance() local 405 MovePtr<tcu::TextureLevel> image (new tcu::TextureLevel(mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT)); in generateReferenceImage() 497 m_dynRenderHelper.beginSecondaryCmdBuffer(vk, *secCmdBuffer, m_colorAttachmentFormat); in iterate()
|
H A D | vktBasicDrawTests.cpp | 307 vk::VkFormat m_colorAttachmentFormat; member in vkt::Draw::__anon27893::DrawTestInstanceBase 328 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DrawTestInstanceBase() 347 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 352 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize() 359 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 481 &m_colorAttachmentFormat, in initPipeline() local 552 &m_colorAttachmentFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer() local 878 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 1053 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 1242 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (in in iterate() [all...] |
H A D | vktDrawBaseClass.hpp | 137 vk::VkFormat m_colorAttachmentFormat; member in vkt::Draw::DrawTestsBaseClass
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawBaseClass.cpp | 37 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DrawTestsBaseClass() 55 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 60 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize() 67 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 182 &m_colorAttachmentFormat, in initPipeline() local 240 &m_colorAttachmentFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer() local
|
H A D | vktDrawNegativeViewportHeightTests.cpp | 86 const VkFormat m_colorAttachmentFormat; member in vkt::Draw::__anon29176::NegativeViewportHeightTestInstance 99 , m_colorAttachmentFormat (VK_FORMAT_R8G8B8A8_UNORM) in NegativeViewportHeightTestInstance() 131 m_colorAttachmentFormat, // format, in NegativeViewportHeightTestInstance() 141 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in NegativeViewportHeightTestInstance() 149 m_colorAttachmentFormat, // format in NegativeViewportHeightTestInstance() 247 &m_colorAttachmentFormat, in NegativeViewportHeightTestInstance() local 325 MovePtr<tcu::TextureLevel> image (new tcu::TextureLevel(mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT)); in generateReferenceImage() 378 &m_colorAttachmentFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer()
|
H A D | vktDrawInvertedDepthRangesTests.cpp | 122 const VkFormat m_colorAttachmentFormat; member in vkt::Draw::__anon29158::InvertedDepthRangesTestInstance 138 , m_colorAttachmentFormat (VK_FORMAT_R8G8B8A8_UNORM) in InvertedDepthRangesTestInstance() 161 m_colorAttachmentFormat, // format, in InvertedDepthRangesTestInstance() 183 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in InvertedDepthRangesTestInstance() 194 m_colorAttachmentFormat, // format in InvertedDepthRangesTestInstance() 313 &m_colorAttachmentFormat, in InvertedDepthRangesTestInstance() 373 const auto tcuFormat = mapVkFormat(color ? m_colorAttachmentFormat : VK_FORMAT_D16_UNORM_S8_UINT); in generateReferenceImage() 474 &m_colorAttachmentFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer()
|
H A D | vktDrawInstancedTests.cpp | 247 vk::VkFormat m_colorAttachmentFormat; member in vkt::Draw::__anon29157::InstancedDrawInstance 373 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in InstancedDrawInstance() 389 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, arrayLayers, vk::VK_SAMPLE_COUNT_1_BIT, in InstancedDrawInstance() 400 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), imageViewType, m_colorAttachmentFormat, subresourceRange); in InstancedDrawInstance() 406 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in InstancedDrawInstance() 567 &m_colorAttachmentFormat, in InstancedDrawInstance() local 734 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT)); in iterate() 1025 &m_colorAttachmentFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer()
|
H A D | vktBasicDrawTests.cpp | 305 vk::VkFormat m_colorAttachmentFormat; member in vkt::Draw::__anon29139::DrawTestInstanceBase 326 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DrawTestInstanceBase() 345 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 350 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize() 357 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 467 &m_colorAttachmentFormat, in initPipeline() local 526 &m_colorAttachmentFormat, // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer() local 849 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 1024 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 1213 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (in in iterate() [all...] |
H A D | vktDrawBaseClass.hpp | 131 vk::VkFormat m_colorAttachmentFormat; member in vkt::Draw::DrawTestsBaseClass
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateClearTests.cpp | 106 vk::VkImageFormatProperties imageFormatProperties(getPhysicalDeviceImageFormatProperties(vkInstance, vkPhysicalDevice, m_colorAttachmentFormat, vk::VK_IMAGE_TYPE_2D, vk::VK_IMAGE_TILING_OPTIMAL, vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT | vk::VK_IMAGE_USAGE_TRANSFER_DST_BIT, 0)); in iterate() 110 const ImageCreateInfo imageCreateInfo (vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, m_samples, vk::VK_IMAGE_TILING_OPTIMAL, vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT | vk::VK_IMAGE_USAGE_TRANSFER_DST_BIT); in iterate() 191 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT); in buildReferenceFrame() 266 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT); in buildReferenceFrame() 324 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT); in buildReferenceFrame() 406 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT); in buildReferenceFrame()
|
H A D | vktDynamicStateBaseClass.cpp | 50 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DynamicStateBaseClass() 99 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 104 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize() 179 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
|
H A D | vktDynamicStateDSTests.cpp | 68 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DepthStencilBaseCase() 92 vk::VkFormat m_colorAttachmentFormat; member in vkt::DynamicState::__anon27959::DepthStencilBaseCase 177 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 192 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize() 199 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 605 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 701 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass() 898 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 1045 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 1251 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (in in iterate() [all...] |
H A D | vktDynamicStateGeneralTests.cpp | 130 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 250 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 401 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate()
|
H A D | vktDynamicStateVPTests.cpp | 157 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in buildReferenceFrame() 204 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in buildReferenceFrame() 389 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate()
|
H A D | vktDynamicStateRSTests.cpp | 65 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DepthBiasBaseCase() 88 vk::VkFormat m_colorAttachmentFormat; member in vkt::DynamicState::__anon27966::DepthBiasBaseCase 171 ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL, in initialize() 182 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize() 189 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 558 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 666 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 765 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate()
|
H A D | vktDynamicStateBaseClass.hpp | 104 vk::VkFormat m_colorAttachmentFormat; member in vkt::DynamicState::DynamicStateBaseClass
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateClearTests.cpp | 105 vk::VkImageFormatProperties imageFormatProperties(getPhysicalDeviceImageFormatProperties(vkInstance, vkPhysicalDevice, m_colorAttachmentFormat, vk::VK_IMAGE_TYPE_2D, vk::VK_IMAGE_TILING_OPTIMAL, vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT | vk::VK_IMAGE_USAGE_TRANSFER_DST_BIT, 0)); in iterate() 109 const ImageCreateInfo imageCreateInfo (vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, m_samples, vk::VK_IMAGE_TILING_OPTIMAL, vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT | vk::VK_IMAGE_USAGE_TRANSFER_DST_BIT); in iterate() 190 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT); in buildReferenceFrame() 265 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT); in buildReferenceFrame() 323 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT); in buildReferenceFrame() 382 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT); in buildReferenceFrame()
|
H A D | vktDynamicStateBaseClass.cpp | 46 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DynamicStateBaseClass() 95 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 100 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize() 175 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
|
H A D | vktDynamicStateDSTests.cpp | 65 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DepthStencilBaseCase() 88 vk::VkFormat m_colorAttachmentFormat; member in vkt::DynamicState::__anon29194::DepthStencilBaseCase 174 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, in initialize() 189 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize() 196 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 577 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 673 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass() 870 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 1017 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 1223 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (in in iterate() [all...] |
H A D | vktDynamicStateGeneralTests.cpp | 128 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 248 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 399 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate()
|
H A D | vktDynamicStateVPTests.cpp | 155 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in buildReferenceFrame() 202 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in buildReferenceFrame() 387 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate()
|
H A D | vktDynamicStateRSTests.cpp | 62 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DepthBiasBaseCase() 84 vk::VkFormat m_colorAttachmentFormat; member in vkt::DynamicState::__anon29200::DepthBiasBaseCase 168 ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL, in initialize() 179 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize() 186 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 529 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 637 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate() 736 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5f + static_cast<float>(WIDTH)), (int)(0.5f + static_cast<float>(HEIGHT))); in iterate()
|