Searched defs:m_colorAttachmentFormat (Results 1 - 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.hpp85 vk::VkFormat m_colorAttachmentFormat; member in class:vkt::DynamicState::DynamicStateBaseClass
H A DvktDynamicStateDSTests.cpp60 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM)
76 vk::VkFormat m_colorAttachmentFormat; member in class:vkt::DynamicState::__anon3792::DepthStencilBaseCase
140 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT,
155 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat);
162 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
493 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
645 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
815 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
H A DvktDynamicStateRSTests.cpp53 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM)
69 vk::VkFormat m_colorAttachmentFormat; member in class:vkt::DynamicState::__anon3795::DepthBiasBaseCase
131 ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
142 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat);
149 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
455 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
561 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
667 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.hpp122 vk::VkFormat m_colorAttachmentFormat; member in class:vkt::Draw::DrawTestsBaseClass
H A DvktDrawNegativeViewportHeightTests.cpp75 const VkFormat m_colorAttachmentFormat; member in class:vkt::Draw::__anon3784::NegativeViewportHeightTestInstance
88 , m_colorAttachmentFormat (VK_FORMAT_R8G8B8A8_UNORM)
122 m_colorAttachmentFormat, // format,
134 m_colorAttachmentFormat, // format
166 const ImageViewCreateInfo colorTargetViewInfo (m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat);
357 MovePtr<tcu::TextureLevel> image (new tcu::TextureLevel(mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT));
H A DvktDrawInstancedTests.cpp215 vk::VkFormat m_colorAttachmentFormat; member in class:vkt::Draw::__anon3783::InstancedDrawInstance
296 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM)
311 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT,
316 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat);
320 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
591 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
H A DvktBasicDrawTests.cpp287 vk::VkFormat m_colorAttachmentFormat; member in class:vkt::Draw::__anon3776::DrawTestInstanceBase
307 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM)
326 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetImageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT,
331 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat);
335 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
683 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
811 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
952 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
1146 tcu::TextureLevel refImage (vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp77 vk::VkFormat m_colorAttachmentFormat; member in struct:vkt::QueryPool::__anon3864::StateObjects
82 , m_colorAttachmentFormat(vk::VK_FORMAT_R8G8B8A8_UNORM)
97 const ImageCreateInfo colorImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
102 const ImageViewCreateInfo attachmentViewInfo(m_colorAttachmentImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat);
119 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format

Completed in 261 milliseconds