Searched defs:depthFormat (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
H A DvktDrawUtil.hpp47 vk::VkFormat depthFormat; member in struct:vkt::drawutil::DrawState
/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.cpp817 unsigned int GetDepthSize(sw::Format depthFormat) argument
819 switch(depthFormat)
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp118 const VkFormat depthFormat,
132 DepthTestInstance (Context& context, const VkFormat depthFormat, const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT]);
182 const VkFormat depthFormat,
185 , m_depthFormat (depthFormat)
223 const VkFormat depthFormat,
228 , m_depthFormat (depthFormat)
179 DepthTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const VkFormat depthFormat, const VkCompareOp depthCompareOps[QUAD_COUNT]) argument
222 DepthTestInstance(Context& context, const VkFormat depthFormat, const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT]) argument
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp85 vk::VkFormat depthFormat = vk::VK_FORMAT_D16_UNORM; local
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
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp1361 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat()); local
1364 m_bufferSize = size.x() * size.y() * depthFormat.getPixelSize();
3542 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachment.getFormat());
3543 const VkDeviceSize depthBufferSize = targetSize.x() * targetSize.y() * depthFormat.getPixelSize();
3570 const ConstPixelBufferAccess depthAccess (depthFormat, targetSize.x(), targetSize.y(), 1, depthPtr);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dstate.h959 SWR_FORMAT depthFormat; // @llvm_enum member in struct:SWR_RASTSTATE

Completed in 160 milliseconds