Home
last modified time | relevance | path

Searched refs:depthAttachmentReference (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp208 …const AttachmentRef depthAttachmentReference // VkAttachmentReference || VkAttach… in makeRenderPass() local
245 …&depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; || … in makeRenderPass()
419 …const AttachmentRef depthAttachmentReference // VkAttachmentReference || VkAttach… in makeRenderPassWithAttachments() local
448 …&depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; || … in makeRenderPassWithAttachments()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp251 …const VkAttachmentReference depthAttachmentReference = makeAttachmentReference(0u, VK_IMAGE_LA… in DepthClampTestInstance() local
260 depthAttachmentReference, // depthStencilAttachment in DepthClampTestInstance()
DvktDrawInvertedDepthRangesTests.cpp201 const VkAttachmentReference depthAttachmentReference = in InvertedDepthRangesTestInstance() local
215 depthAttachmentReference, // depthStencilAttachment in InvertedDepthRangesTestInstance()
DvktDrawMultipleClearsWithinRenderPass.cpp281 …const VkAttachmentReference depthAttachmentReference = hasDepth ? makeAttachmentReference(hasColo… in MultipleClearsTest() local
290 depthAttachmentReference, // depthStencilAttachment in MultipleClearsTest()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp638 const VkAttachmentReference depthAttachmentReference = in recordCommands() local
653 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; in recordCommands()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateDSTests.cpp189 const vk::VkAttachmentReference depthAttachmentReference = in initialize() local
203 depthAttachmentReference, in initialize()
573 const vk::VkAttachmentReference depthAttachmentReference = in initRenderPass() local
587 depthAttachmentReference, in initRenderPass()
DvktDynamicStateRSTests.cpp175 const vk::VkAttachmentReference depthAttachmentReference = in initialize() local
188 depthAttachmentReference, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolConcurrentTests.cpp154 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local
167 depthAttachmentReference, // depthStencilAttachment in StateObjects()
DvktQueryPoolOcclusionTests.cpp145 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local
158 depthAttachmentReference, // depthStencilAttachment in StateObjects()
DvktQueryPoolStatisticsTests.cpp1091 const VkAttachmentReference depthAttachmentReference = in creatColorAttachmentAndRenderPass() local
1106 &depthAttachmentReference, //const VkAttachmentReference* pDepthStencilAttachment; in creatColorAttachmentAndRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp1416 const vk::VkAttachmentReference2 depthAttachmentReference = in iterate() local
1445 m_data.useDepthStencil ? &depthAttachmentReference : DE_NULL, // depthStencilAttachment in iterate()