Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp242 const VkFormat dsFormat) in makeRenderPass() argument
244 const bool dsAttacmentAvailable = (dsFormat != vk::VK_FORMAT_UNDEFINED); in makeRenderPass()
275 dsFormat, // VkFormat format; || VkFormat format; in makeRenderPass()
397 const VkFormat dsFormat);
408 const VkFormat dsFormat);
412 …ice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, const VkFormat dsFormat) in makeRenderPassWithDepth() argument
414 …(vk, device, colorFormat, viewMasks, VK_SAMPLE_COUNT_1_BIT, VK_ATTACHMENT_LOAD_OP_CLEAR, dsFormat); in makeRenderPassWithDepth()
424 const VkFormat dsFormat);
433 const VkFormat dsFormat);
DvktMultiViewRenderUtil.hpp46 …ampleCountFlagBits samples, const vk::VkAttachmentLoadOp colorLoadOp, const vk::VkFormat dsFormat);
52 …nst vk::VkFormat colorFormat, const std::vector<deUint32>& viewMasks, const vk::VkFormat dsFormat);
DvktMultiViewRenderTests.cpp117 const VkFormat dsFormat = VK_FORMAT_UNDEFINED) in makeRenderPass() argument
122 …dency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, samples, colorLoadOp, dsFormat); in makeRenderPass()
124 …dency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, samples, colorLoadOp, dsFormat); in makeRenderPass()
151 const VkFormat dsFormat, in makeRenderPassWithDepth() argument
157 …ription1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, dsFormat); in makeRenderPassWithDepth()
159 …ription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, dsFormat); in makeRenderPassWithDepth()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp209 const VkFormat dsFormat, in makeRenderPass() argument
212 …return vk::makeRenderPass(vk, device, colorFormat, useDepthStencil ? dsFormat : VK_FORMAT_UNDEFINE… in makeRenderPass()
1162 const VkFormat dsFormat = VK_FORMAT_D24_UNORM_S8_UINT; in testLayeredReadBack() local
1163 …t deUint32 dsImagePixelSize = static_cast<deUint32>(tcu::getPixelSize(mapVkFormat(dsFormat))); in testLayeredReadBack()
1168 const VkFormat stencilBufferFormat = getStencilBufferFormat(dsFormat); in testLayeredReadBack()
1172 …ce, imageType, VK_IMAGE_TILING_OPTIMAL, dsImageUsage, imageCreateFlags, dsFormat, params.image.siz… in testLayeredReadBack()
1180 …eImage (vk, device, makeImageCreateInfo(imageCreateFlags, imageType, dsFormat, params.image.siz… in testLayeredReadBack()
1182 …View> dsAttachment (makeImageView (vk, device, *dsImage, viewType, dsFormat, makeImageSubreso… in testLayeredReadBack()
1195 …const Unique<VkRenderPass> renderPass (makeRenderPass (vk, device, colorFormat, dsFormat, ds… in testLayeredReadBack()
1276 fillBuffer(vk, device, *depthBufferAlloc, bufferOffset, bufferSliceSize, dsFormat, depthValue); in testLayeredReadBack()
[all …]