/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 120 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()
|
D | vktPipelineTimestampTests.cpp | 836 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/ |
D | gl4cClipControlTests.cpp | 700 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/ |
D | ProjectSettings.asset | 138 depthFormat: 0 141 depthFormat: 0 148 depthFormat: 1
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.hpp | 47 vk::VkFormat depthFormat; member
|
D | vktDrawUtil.cpp | 375 m_drawState.depthFormat, // VkFormat format in VulkanDrawContext()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolOcclusionTests.cpp | 87 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/ |
D | rasterizer_impl.h | 454 if (pState->depthFormat == R24_UNORM_X8_TYPELESS) 458 else if (pState->depthFormat == R16_UNORM) 464 SWR_ASSERT(pState->depthFormat == R32_FLOAT);
|
D | state.h | 1064 SWR_FORMAT depthFormat; // @llvm_enum member
|
D | api.cpp | 1034 switch (pState->state.rastState.depthFormat) in SetupPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 1417 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/ |
D | swr_state.cpp | 1199 rastState->depthFormat = swr_resource(zb->texture)->swr.format; in swr_update_derived()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 758 drawState.depthFormat = m_format; in iterate()
|