Home
last modified time | relevance | path

Searched refs:colorAttachmentFormat (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawAhbTests.cpp272 const VkFormat colorAttachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
285 const VkDeviceSize pixelSize = mapVkFormat(colorAttachmentFormat).getPixelSize(); in iterate()
304 …const ImageCreateInfo targetImageCreateInfo (VK_IMAGE_TYPE_2D, colorAttachmentFormat, targetI… in iterate()
322 …T, targetImageCreateInfo.arrayLayers, ahbApi->vkFormatToAhbFormat(colorAttachmentFormat), required… in iterate()
329 colorAttachmentFormat, WIDTH, HEIGHT, VK_IMAGE_TILING_OPTIMAL, 0u, in iterate()
394 colorAttachmentFormat, // VkFormat format in iterate()
402 renderPassCreateInfo.addAttachment(AttachmentDescription(colorAttachmentFormat, in iterate()
613 tcu::TextureLevel refImage(mapVkFormat(colorAttachmentFormat), WIDTH, HEIGHT); in iterate()
628 const tcu::TextureFormat format (mapVkFormat(colorAttachmentFormat)); in iterate()
DvktDrawDiscardRectanglesTests.cpp350 VkFormat colorAttachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in makeGraphicsPipeline() local
357 &colorAttachmentFormat, in makeGraphicsPipeline()
DvktDrawShaderLayerTests.cpp330 VkFormat colorAttachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in makeGraphicsPipeline() local
337 &colorAttachmentFormat, in makeGraphicsPipeline()
DvktDrawShaderViewportIndexTests.cpp347 VkFormat colorAttachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in makeGraphicsPipeline() local
354 &colorAttachmentFormat, in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp703 const auto colorAttachmentFormat = getColorAttachmentFormat(m_params.textureFormat); in iterate() local
750 colorAttachmentFormat, // VkFormat format; in iterate()
853 const auto renderPass = makeRenderPass(vkd, device, colorAttachmentFormat); in iterate()
1051 …achment(vkd, device, queue, qIndex, alloc, colorAttachment.get(), colorAttachmentFormat, renderSiz… in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.hpp165 const VkFormat colorAttachmentFormat,
DvkWsiUtil.cpp600 const VkFormat colorAttachmentFormat, in createRenderPass() argument
606 colorAttachmentFormat, in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp838 const vk::VkFormat colorAttachmentFormat);
865 const vk::VkFormat colorAttachmentFormat) in createRenderPass() argument
870 colorAttachmentFormat, in createRenderPass()