Home
last modified time | relevance | path

Searched refs:dsFormat (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp165 const VkFormat dsFormat) in makeRenderPass() argument
167 const bool dsAttacmentAvailable = (dsFormat != vk::VK_FORMAT_UNDEFINED); in makeRenderPass()
198 dsFormat, // VkFormat format; || VkFormat format; in makeRenderPass()
320 const VkFormat dsFormat);
331 const VkFormat dsFormat);
335 …ice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, const VkFormat dsFormat) in makeRenderPassWithDepth() argument
337 …(vk, device, colorFormat, viewMasks, VK_SAMPLE_COUNT_1_BIT, VK_ATTACHMENT_LOAD_OP_CLEAR, dsFormat); in makeRenderPassWithDepth()
347 const VkFormat dsFormat);
356 const VkFormat dsFormat);
DvktMultiViewRenderUtil.hpp43 …ampleCountFlagBits samples, const vk::VkAttachmentLoadOp colorLoadOp, const vk::VkFormat dsFormat);
49 …nst vk::VkFormat colorFormat, const std::vector<deUint32>& viewMasks, const vk::VkFormat dsFormat);
DvktMultiViewRenderTests.cpp120 const VkFormat dsFormat = VK_FORMAT_UNDEFINED) in makeRenderPass() argument
125 …dency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, samples, colorLoadOp, dsFormat); in makeRenderPass()
127 …dency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, samples, colorLoadOp, dsFormat); in makeRenderPass()
154 const VkFormat dsFormat, in makeRenderPassWithDepth() argument
160 …ription1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, dsFormat); in makeRenderPassWithDepth()
162 …ription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, dsFormat); in makeRenderPassWithDepth()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp87 VkFormat dsFormat; member
541 const VkFormat* dsFormat, in makeFramebufferAttachmentImageInfos() argument
551 DE_ASSERT(dsFormat != DE_NULL); in makeFramebufferAttachmentImageInfos()
571 if (*dsFormat != VK_FORMAT_UNDEFINED) in makeFramebufferAttachmentImageInfos()
583 dsFormat // const VkFormat* pViewFormats; in makeFramebufferAttachmentImageInfos()
621 dsFormat // const VkFormat* pViewFormats; in makeFramebufferAttachmentImageInfos()
624 DE_ASSERT(*dsFormat != VK_FORMAT_UNDEFINED); in makeFramebufferAttachmentImageInfos()
656 const VkFormat* dsFormat, in makeFramebuffer() argument
661 …akeFramebufferAttachmentImageInfos(renderSize, colorFormat, colorUsage, dsFormat, dsUsage, resolve… in makeFramebuffer()
1214 …ue<VkRenderPass> renderPass (makeRenderPass (vk, device, colorFormat, m_parameters.dsFormat)); in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp392 vk::VkFormat dsFormat = vk::VK_FORMAT_UNDEFINED; in iterate() local
399 dsFormat = kDepthStencilFormats[formatIdx]; in iterate()
405 if (dsFormat == vk::VK_FORMAT_UNDEFINED) in iterate()
407 …log << tcu::TestLog::Message << "Chosen depth/stencil format: " << dsFormat << tcu::TestLog::EndMe… in iterate()
445 dsFormat, // VkFormat format; in iterate()
470 …k(vk::makeImageView(vkd, device, img->get(), vk::VK_IMAGE_VIEW_TYPE_2D, dsFormat, dsSubresourceRan… in iterate()
580 dsFormat, // VkFormat format; in iterate()
994 …ttachment(vkd, device, queue, queueIndex, allocator, dsImages.back()->get(), dsFormat, renderSize); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp1013 for (const auto dsFormat : dsFormats) in createRenderPassUnusedClearAttachmentTests() local
1018 const std::string dsCase = depthStencilTypeName(dsType, dsFormat); in createRenderPassUnusedClearAttachmentTests()
1022 …testTypes.emplace_back(0, dsType, depthStencilUse, dsFormat, renderPassType); // No color att… in createRenderPassUnusedClearAttachmentTests()
1023 …testTypes.emplace_back(1, dsType, depthStencilUse, dsFormat, renderPassType); // Single colo… in createRenderPassUnusedClearAttachmentTests()
1024 …testTypes.emplace_back(COLOR_ATTACHMENTS_NUMBER, dsType, depthStencilUse, dsFormat, renderPassType… in createRenderPassUnusedClearAttachmentTests()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp222 const VkFormat dsFormat, in makeRenderPass() argument
225 …return vk::makeRenderPass(vk, device, colorFormat, useDepthStencil ? dsFormat : VK_FORMAT_UNDEFINE… in makeRenderPass()
1310 const VkFormat dsFormat = VK_FORMAT_D24_UNORM_S8_UINT; in testLayeredReadBack() local
1314 …t deUint32 dsImagePixelSize = static_cast<deUint32>(tcu::getPixelSize(mapVkFormat(dsFormat))); in testLayeredReadBack()
1319 const VkFormat stencilBufferFormat = getStencilBufferFormat(dsFormat); in testLayeredReadBack()
1323 …ce, imageType, VK_IMAGE_TILING_OPTIMAL, dsImageUsage, imageCreateFlags, dsFormat, params.image.siz… in testLayeredReadBack()
1331 …ge (vk, device, makeImageCreateInfo(dsImageCreateFlags, dsImageType, dsFormat, dsImageSize, num… in testLayeredReadBack()
1333 …View> dsAttachment (makeImageView (vk, device, *dsImage, viewType, dsFormat, makeImageSubreso… in testLayeredReadBack()
1346 …const Unique<VkRenderPass> renderPass (makeRenderPass (vk, device, colorFormat, dsFormat, ds… in testLayeredReadBack()
1425 fillBuffer(vk, device, *depthBufferAlloc, bufferOffset, bufferSliceSize, dsFormat, depthValue); in testLayeredReadBack()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4273 …e device, Allocator &alloc, const VkExtent3D& imageExtent, VkFormat colorFormat, VkFormat dsFormat) in ManyDrawsAllocatedData()
4310 dsFormat, // VkFormat format; in ManyDrawsAllocatedData()
4349 const auto dsFormat = getSupportedDepthStencilFormat(vki, physDev); in checkSupport() local
4353 …sAllocatedData allocatedData(vkd, device, alloc, m_params.imageExtent, getColorFormat(), dsFormat); in checkSupport()
4429 const auto dsFormat = getSupportedDepthStencilFormat(vki, physDev); in iterate() local
4441 ManyDrawsAllocatedData testData(vkd, device, alloc, m_params.imageExtent, colorFormat, dsFormat); in iterate()
4506 …eView(vkd, device, testData.dsAttachment->get(), VK_IMAGE_VIEW_TYPE_2D, dsFormat, dsResourceRange); in iterate()
4511 const auto renderPass = makeRenderPass(vkd, device, colorFormat, dsFormat); in iterate()
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp1127 const vk::Format &dsFormat = renderer->getFormat(mState.config->depthStencilFormat); in createSwapChain() local
1131 ANGLE_TRY(mDepthStencilImage.init(context, gl::TextureType::_2D, vkExtents, dsFormat, in createSwapChain()