HomeSort by relevance Sort by last modified time
    Searched defs:m_colorAttachmentFormat (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.hpp 85 vk::VkFormat m_colorAttachmentFormat;
vktDynamicStateRSTests.cpp 50 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM)
66 vk::VkFormat m_colorAttachmentFormat;
128 ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
139 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat);
146 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
452 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
558 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
664 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
vktDynamicStateDSTests.cpp 58 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM)
74 vk::VkFormat m_colorAttachmentFormat;
138 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT,
153 const ImageViewCreateInfo colorTargetViewInfo(m_colorTargetImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat);
160 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
491 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
643 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.hpp 110 vk::VkFormat m_colorAttachmentFormat;
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 71 vk::VkFormat m_colorAttachmentFormat;
76 , m_colorAttachmentFormat(vk::VK_FORMAT_R8G8B8A8_UNORM)
91 const ImageCreateInfo colorImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
96 const ImageViewCreateInfo attachmentViewInfo(m_colorAttachmentImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, m_colorAttachmentFormat);
113 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format
    [all...]

Completed in 173 milliseconds