Home
last modified time | relevance | path

Searched refs:m_colorTargetView (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp57 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
90 colorAttachments[0] = *m_colorTargetView; in initialize()
DvktDrawNegativeViewportHeightTests.cpp78 Move<VkImageView> m_colorTargetView; member in vkt::Draw::__anon1534287d0111::NegativeViewportHeightTestInstance
168 m_colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in NegativeViewportHeightTestInstance()
171 colorAttachments[0] = *m_colorTargetView; in NegativeViewportHeightTestInstance()
DvktDrawBaseClass.hpp132 vk::Move<vk::VkImageView> m_colorTargetView; member in vkt::Draw::DrawTestsBaseClass
DvktDrawInstancedTests.cpp221 vk::Move<vk::VkImageView> m_colorTargetView; member in vkt::Draw::__anon72ae7aea0111::InstancedDrawInstance
317 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in InstancedDrawInstance()
349 colorAttachments[0] = *m_colorTargetView; in InstancedDrawInstance()
DvktBasicDrawTests.cpp289 vk::Move<vk::VkImageView> m_colorTargetView; member in vkt::Draw::__anon2c04a5330111::DrawTestInstanceBase
332 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
364 colorAttachments[0] = *m_colorTargetView; in initialize()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.hpp95 vk::Move<vk::VkImageView> m_colorTargetView; member in vkt::DynamicState::DynamicStateBaseClass
DvktDynamicStateBaseClass.cpp61 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
96 colorAttachments[0] = *m_colorTargetView; in initialize()
DvktDynamicStateRSTests.cpp80 vk::Move<vk::VkImageView> m_colorTargetView; member in vkt::DynamicState::__anonbab24aa50111::DepthBiasBaseCase
143 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
237 attachments[0] = *m_colorTargetView; in initialize()
DvktDynamicStateDSTests.cpp88 vk::Move<vk::VkImageView> m_colorTargetView; member in vkt::DynamicState::__anon6fa061170111::DepthStencilBaseCase
156 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
265 attachments[0] = *m_colorTargetView; in initialize()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp4282 vk::Move<vk::VkImageView> m_colorTargetView; member in vkt::memory::__anone897a1840111::SubmitRenderPass
4417 m_colorTargetView = vk::createImageView(vkd, device, &createInfo); in prepare()
4442 *m_colorTargetView in prepare()