Searched refs:depthAttachmentReference (Results 1 – 11 of 11) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 208 …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/ |
D | vktDrawDepthClampTests.cpp | 251 …const VkAttachmentReference depthAttachmentReference = makeAttachmentReference(0u, VK_IMAGE_LA… in DepthClampTestInstance() local 260 depthAttachmentReference, // depthStencilAttachment in DepthClampTestInstance()
|
D | vktDrawInvertedDepthRangesTests.cpp | 201 const VkAttachmentReference depthAttachmentReference = in InvertedDepthRangesTestInstance() local 215 depthAttachmentReference, // depthStencilAttachment in InvertedDepthRangesTestInstance()
|
D | vktDrawMultipleClearsWithinRenderPass.cpp | 281 …const VkAttachmentReference depthAttachmentReference = hasDepth ? makeAttachmentReference(hasColo… in MultipleClearsTest() local 290 depthAttachmentReference, // depthStencilAttachment in MultipleClearsTest()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 638 const VkAttachmentReference depthAttachmentReference = in recordCommands() local 653 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; in recordCommands()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateDSTests.cpp | 189 const vk::VkAttachmentReference depthAttachmentReference = in initialize() local 203 depthAttachmentReference, in initialize() 573 const vk::VkAttachmentReference depthAttachmentReference = in initRenderPass() local 587 depthAttachmentReference, in initRenderPass()
|
D | vktDynamicStateRSTests.cpp | 175 const vk::VkAttachmentReference depthAttachmentReference = in initialize() local 188 depthAttachmentReference, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolConcurrentTests.cpp | 154 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local 167 depthAttachmentReference, // depthStencilAttachment in StateObjects()
|
D | vktQueryPoolOcclusionTests.cpp | 145 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local 158 depthAttachmentReference, // depthStencilAttachment in StateObjects()
|
D | vktQueryPoolStatisticsTests.cpp | 1091 const VkAttachmentReference depthAttachmentReference = in creatColorAttachmentAndRenderPass() local 1106 &depthAttachmentReference, //const VkAttachmentReference* pDepthStencilAttachment; in creatColorAttachmentAndRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRateBasic.cpp | 1416 const vk::VkAttachmentReference2 depthAttachmentReference = in iterate() local 1445 m_data.useDepthStencil ? &depthAttachmentReference : DE_NULL, // depthStencilAttachment in iterate()
|