Searched refs:depthFormat (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 118 const VkFormat depthFormat, 132 …DepthTestInstance (Context& context, const VkFormat depthFormat, const VkCompareOp depthCompareOp… 182 const VkFormat depthFormat, in DepthTest() argument 185 , m_depthFormat (depthFormat) in DepthTest() 223 const VkFormat depthFormat, in DepthTestInstance() argument 228 , m_depthFormat (depthFormat) in DepthTestInstance()
|
D | vktPipelineTimestampTests.cpp | 969 VkFormat depthFormat); 972 VkFormat depthFormat); 1040 void BasicGraphicsTestInstance::buildRenderPass(VkFormat colorFormat, VkFormat depthFormat) in buildRenderPass() argument 1063 depthFormat, // VkFormat format; in buildRenderPass() 1123 …csTestInstance::buildFrameBuffer(tcu::UVec2 renderSize, VkFormat colorFormat, VkFormat depthFormat) in buildFrameBuffer() argument 1141 m_depthImage = createImage2DAndBindMemory(depthFormat, in buildFrameBuffer() 1208 depthFormat, // VkFormat format; in buildFrameBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolOcclusionTests.cpp | 79 vk::VkFormat depthFormat = vk::VK_FORMAT_D16_UNORM; in StateObjects() local 99 …ImageCreateInfo depthImageCreateInfo(vk::VK_IMAGE_TYPE_2D, depthFormat, imageExtent, 1, 1, vk::VK_… in StateObjects() 105 … ImageViewCreateInfo depthViewInfo(m_DepthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, depthFormat); in StateObjects() 122 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format in StateObjects()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 1203 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat()); in AttachmentResources() local 1206 m_bufferSize = size.x() * size.y() * depthFormat.getPixelSize(); in AttachmentResources() 3259 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachment.getFormat()); in logAndVerifyImages() local 3260 …const VkDeviceSize depthBufferSize = targetSize.x() * targetSize.y() * depthFormat.getPixelSize(… in logAndVerifyImages() 3287 …const ConstPixelBufferAccess depthAccess (depthFormat, targetSize.x(), targetSize.y(), 1, depthPt… in logAndVerifyImages()
|