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

  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.hpp 47 vk::VkFormat depthFormat;
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 85 vk::VkFormat depthFormat = vk::VK_FORMAT_D16_UNORM;
105 ImageCreateInfo depthImageCreateInfo(vk::VK_IMAGE_TYPE_2D, depthFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
111 const ImageViewCreateInfo depthViewInfo(m_DepthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, depthFormat);
128 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 959 SWR_FORMAT depthFormat; // @llvm_enum
    [all...]

Completed in 228 milliseconds