Home
last modified time | relevance | path

Searched refs:m_colorAttachmentFormat (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp34 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DrawTestsBaseClass()
51 …const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetI… in initialize()
56 …orTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize()
60 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
DvktDrawBaseClass.hpp110 vk::VkFormat m_colorAttachmentFormat; member in vkt::Draw::DrawTestsBaseClass
DvktDrawSimpleTest.cpp165 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
273 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
DvktDrawIndexedTest.cpp172 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
295 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
DvktDrawIndirectTest.cpp290 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
475 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp36 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DynamicStateBaseClass()
53 …const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, targetI… in initialize()
58 …orTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize()
62 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
DvktDynamicStateRSTests.cpp50 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DepthBiasBaseCase()
66 vk::VkFormat m_colorAttachmentFormat; member in vkt::DynamicState::__anondbf475a60111::DepthBiasBaseCase
128 …ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, … in initialize()
139 …orTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize()
146 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
452 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
558 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
664 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
DvktDynamicStateDSTests.cpp58 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DepthStencilBaseCase()
74 vk::VkFormat m_colorAttachmentFormat; member in vkt::DynamicState::__anon90e28c180111::DepthStencilBaseCase
138 …const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageEx… in initialize()
153 …orTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize()
160 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
491 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
643 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
813 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
DvktDynamicStateVPTests.cpp152 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in buildReferenceFrame()
199 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in buildReferenceFrame()
344 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
DvktDynamicStateBaseClass.hpp85 vk::VkFormat m_colorAttachmentFormat; member in vkt::DynamicState::DynamicStateBaseClass
DvktDynamicStateGeneralTests.cpp117 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
227 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
377 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
DvktDynamicStateCBTests.cpp126 …tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp71 vk::VkFormat m_colorAttachmentFormat; member
76 , m_colorAttachmentFormat(vk::VK_FORMAT_R8G8B8A8_UNORM) in StateObjects()
91 …const ImageCreateInfo colorImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExt… in StateObjects()
96 …mentViewInfo(m_colorAttachmentImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in StateObjects()
113 …renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in StateObjects()