Home
last modified time | relevance | path

Searched refs:depthFormat (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthTests.cpp120 const VkFormat depthFormat,
145 const VkFormat depthFormat,
204 const VkFormat depthFormat, in DepthTest() argument
212 , m_depthFormat (depthFormat) in DepthTest()
255 const VkFormat depthFormat, in DepthTestInstance() argument
265 , m_depthFormat (depthFormat) in DepthTestInstance()
DvktPipelineTimestampTests.cpp836 VkFormat depthFormat);
839 VkFormat depthFormat);
907 void BasicGraphicsTestInstance::buildRenderPass(VkFormat colorFormat, VkFormat depthFormat) in buildRenderPass() argument
913 m_renderPass = makeRenderPass(vk, vkDevice, colorFormat, depthFormat); in buildRenderPass()
916 …csTestInstance::buildFrameBuffer(tcu::UVec2 renderSize, VkFormat colorFormat, VkFormat depthFormat) in buildFrameBuffer() argument
934 m_depthImage = createImage2DAndBindMemory(depthFormat, in buildFrameBuffer()
1001 depthFormat, // VkFormat format; in buildFrameBuffer()
/external/deqp/external/openglcts/modules/gl/
Dgl4cClipControlTests.cpp700 tcu::TextureFormat depthFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT); in ValidateFramebuffer() local
701 tcu::TextureLevel renderedDepthFrame(depthFormat, viewportW, viewportH); in ValidateFramebuffer()
702 tcu::TextureLevel referenceDepthFrame(depthFormat, viewportW, viewportH); in ValidateFramebuffer()
703 tcu::TextureLevel importanceMaskFrame(depthFormat, viewportW, viewportH); in ValidateFramebuffer()
889 tcu::TextureFormat depthFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT); in ValidateFramebuffer() local
890 tcu::TextureLevel renderedDepthFrame(depthFormat, viewportW, viewportH); in ValidateFramebuffer()
891 tcu::TextureLevel referenceDepthFrame(depthFormat, viewportW, viewportH); in ValidateFramebuffer()
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/
DProjectSettings.asset138 depthFormat: 0
141 depthFormat: 0
148 depthFormat: 1
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp47 vk::VkFormat depthFormat; member
DvktDrawUtil.cpp375 m_drawState.depthFormat, // VkFormat format in VulkanDrawContext()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp87 vk::VkFormat depthFormat = vk::VK_FORMAT_D16_UNORM; in StateObjects() local
107 …ImageCreateInfo depthImageCreateInfo(vk::VK_IMAGE_TYPE_2D, depthFormat, imageExtent, 1, 1, vk::VK_… in StateObjects()
113 … ImageViewCreateInfo depthViewInfo(m_DepthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, depthFormat); in StateObjects()
130 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format in StateObjects()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer_impl.h454 if (pState->depthFormat == R24_UNORM_X8_TYPELESS)
458 else if (pState->depthFormat == R16_UNORM)
464 SWR_ASSERT(pState->depthFormat == R32_FLOAT);
Dstate.h1064 SWR_FORMAT depthFormat; // @llvm_enum member
Dapi.cpp1034 switch (pState->state.rastState.depthFormat) in SetupPipeline()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1417 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat()); in AttachmentResources() local
1420 m_bufferSize = size.x() * size.y() * depthFormat.getPixelSize(); in AttachmentResources()
3637 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachment.getFormat()); in logAndVerifyImages() local
3647 …const ConstPixelBufferAccess depthAccess (depthFormat, targetSize.x(), targetSize.y(), 1, depthP… in logAndVerifyImages()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1199 rastState->depthFormat = swr_resource(zb->texture)->swr.format; in swr_update_derived()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp758 drawState.depthFormat = m_format; in iterate()