/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawBaseClass.cpp | 70 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 D | vktDrawDifferingInterpolationTests.cpp | 210 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImages[frameIdx]->object(), VK_IMAGE_VIEW_TYPE_2D, targetImageFormat); in iterate() 211 colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in iterate()
|
H A D | vktDrawExplicitVertexParameterTests.cpp | 374 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, imageFormat); in iterate() 375 m_colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in iterate()
|
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 150 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImages[draw]->object(), in iterate() 154 colorTargetViews.push_back(createImageView(vk, device, &colorTargetViewInfo)); in iterate()
|
H A D | vktDrawInvertedDepthRangesTests.cpp | 183 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 D | vktDrawInstancedTests.cpp | 417 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 D | vktDrawMultipleClearsWithinRenderPass.cpp | 252 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 D | vktDrawMultipleInterpolationTests.cpp | 380 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), in render() 384 m_colorTargetViews.push_back(makeSharedPtr(createImageView(vk, device, &colorTargetViewInfo))); in render()
|
H A D | vktDrawNegativeViewportHeightTests.cpp | 221 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 D | vktDrawScissorTests.cpp | 415 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, colorImageFormat); in iterate() 416 colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in iterate()
|
H A D | vktBasicDrawTests.cpp | 352 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 D | vktDrawBaseClass.cpp | 60 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 D | vktDrawDifferingInterpolationTests.cpp | 210 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImages[frameIdx]->object(), VK_IMAGE_VIEW_TYPE_2D, targetImageFormat); in iterate() 211 colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in iterate()
|
H A D | vktDrawExplicitVertexParameterTests.cpp | 374 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, imageFormat); in iterate() 375 m_colorTargetView = createImageView(vk, device, &colorTargetViewInfo); in iterate()
|
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 150 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImages[draw]->object(), in iterate() 154 colorTargetViews.push_back(createImageView(vk, device, &colorTargetViewInfo)); in iterate()
|
H A D | vktDrawNegativeViewportHeightTests.cpp | 141 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 D | vktDrawInvertedDepthRangesTests.cpp | 183 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 D | vktDrawInstancedTests.cpp | 400 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 D | vktDrawMultipleClearsWithinRenderPass.cpp | 252 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 D | vktDrawMultipleInterpolationTests.cpp | 382 const ImageViewCreateInfo colorTargetViewInfo(colorTargetImage->object(), in render() 386 m_colorTargetViews.push_back(makeSharedPtr(createImageView(vk, device, &colorTargetViewInfo))); in render()
|
H A D | vktDrawScissorTests.cpp | 415 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 D | vktDynamicStateBaseClass.cpp | 104 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 D | vktDynamicStateDSTests.cpp | 192 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 D | vktDynamicStateBaseClass.cpp | 100 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 D | vktConditionalDrawAndClearTests.cpp | 504 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()
|