Home
last modified time | relevance | path

Searched refs:colorTargetViewInfo (Results 1 - 25 of 32) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.cpp70 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), imageViewType, m_colorAttachmentFormat, colorSRR); in initialize()
71 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
H A DvktDrawDifferingInterpolationTests.cpp210 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImages[frameIdx]->object(), VK_IMAGE_VIEW_TYPE_2D, targetImageFormat); in iterate()
211 colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in iterate()
H A DvktDrawExplicitVertexParameterTests.cpp374 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, imageFormat); in iterate()
375 m_colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in iterate()
H A DvktDrawMultisampleLinearInterpolationTests.cpp150 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImages[draw]->object(), in iterate()
154 colorTargetViews.push_back(createImageView(vk, device, &colorTargetViewInfo)); in iterate()
H A DvktDrawInvertedDepthRangesTests.cpp183 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in InvertedDepthRangesTestInstance()
184 m_colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in InvertedDepthRangesTestInstance()
H A DvktDrawInstancedTests.cpp417 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), imageViewType, m_colorAttachmentFormat, subresourceRange); in InstancedDrawInstance()
418 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in InstancedDrawInstance()
H A DvktDrawMultipleClearsWithinRenderPass.cpp252 const ImageViewCreateInfo colorTargetViewInfo (m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_params.colorFormat); in MultipleClearsTest()
253 m_colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in MultipleClearsTest()
H A DvktDrawMultipleInterpolationTests.cpp380 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), in render()
384 m_colorTargetViews.push_back(makeSharedPtr(createImageView(vk, device, &colorTargetViewInfo))); in render()
H A DvktDrawNegativeViewportHeightTests.cpp221 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in NegativeViewportHeightTestInstance()
222 m_colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in NegativeViewportHeightTestInstance()
H A DvktDrawScissorTests.cpp415 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, colorImageFormat); in iterate()
416 colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in iterate()
H A DvktBasicDrawTests.cpp352 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize()
353 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawBaseClass.cpp60 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize()
61 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
H A DvktDrawDifferingInterpolationTests.cpp210 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImages[frameIdx]->object(), VK_IMAGE_VIEW_TYPE_2D, targetImageFormat); in iterate()
211 colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in iterate()
H A DvktDrawExplicitVertexParameterTests.cpp374 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, imageFormat); in iterate()
375 m_colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in iterate()
H A DvktDrawMultisampleLinearInterpolationTests.cpp150 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImages[draw]->object(), in iterate()
154 colorTargetViews.push_back(createImageView(vk, device, &colorTargetViewInfo)); in iterate()
H A DvktDrawNegativeViewportHeightTests.cpp141 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in NegativeViewportHeightTestInstance()
142 m_colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in NegativeViewportHeightTestInstance()
H A DvktDrawInvertedDepthRangesTests.cpp183 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in InvertedDepthRangesTestInstance()
184 m_colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in InvertedDepthRangesTestInstance()
H A DvktDrawInstancedTests.cpp400 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), imageViewType, m_colorAttachmentFormat, subresourceRange); in InstancedDrawInstance()
401 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in InstancedDrawInstance()
H A DvktDrawMultipleClearsWithinRenderPass.cpp252 const ImageViewCreateInfo colorTargetViewInfo (m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_params.colorFormat); in MultipleClearsTest()
253 m_colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in MultipleClearsTest()
H A DvktDrawMultipleInterpolationTests.cpp382 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), in render()
386 m_colorTargetViews.push_back(makeSharedPtr(createImageView(vk, device, &colorTargetViewInfo))); in render()
H A DvktDrawScissorTests.cpp415 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, colorImageFormat); in iterate()
416 colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.cpp104 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize()
105 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
H A DvktDynamicStateDSTests.cpp192 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize()
193 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.cpp100 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat); in initialize()
101 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp504 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, VK_FORMAT_R8G8B8A8_UNORM); in createTargetColorImageAndImageView()
506 m_colorTargetView = createImageView(m_vkd, m_device, &colorTargetViewInfo); in createTargetColorImageAndImageView()

Completed in 34 milliseconds

12