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

  /external/deqp/external/vulkancts/modules/vulkan/util/
vktDrawUtil.hpp 47 vk::VkFormat depthFormat;
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 87 vk::VkFormat depthFormat = vk::VK_FORMAT_D16_UNORM;
107 ImageCreateInfo depthImageCreateInfo(vk::VK_IMAGE_TYPE_2D, depthFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
113 const ImageViewCreateInfo depthViewInfo(m_DepthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, depthFormat);
130 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]

Completed in 456 milliseconds