/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.cpp | 208 const AttachmentRef depthAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPass() 245 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; || const VkAttachmentReference2KHR* pDepthStencilAttachment; in makeRenderPass() 421 const AttachmentRef depthAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPassWithAttachments() 450 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; || const VkAttachmentReference2KHR* pDepthStencilAttachment; in makeRenderPassWithAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.cpp | 208 const AttachmentRef depthAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPass() 245 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; || const VkAttachmentReference2KHR* pDepthStencilAttachment; in makeRenderPass() 421 const AttachmentRef depthAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPassWithAttachments() 450 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; || const VkAttachmentReference2KHR* pDepthStencilAttachment; in makeRenderPassWithAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 660 const VkAttachmentReference depthAttachmentReference = in recordCommands() local 675 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; in recordCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 660 const VkAttachmentReference depthAttachmentReference = in recordCommands() local 675 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; in recordCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawDepthClampTests.cpp | 381 const VkAttachmentReference depthAttachmentReference = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL); in DepthClampTestInstance() local 390 depthAttachmentReference, // depthStencilAttachment in DepthClampTestInstance()
|
H A D | vktDrawInvertedDepthRangesTests.cpp | 219 const VkAttachmentReference depthAttachmentReference = in InvertedDepthRangesTestInstance() local 233 depthAttachmentReference, // depthStencilAttachment in InvertedDepthRangesTestInstance()
|
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 294 const VkAttachmentReference depthAttachmentReference = hasDepth ? makeAttachmentReference(hasColor ? 1u : 0u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL) : AttachmentReference(); in MultipleClearsTest() local 303 depthAttachmentReference, // depthStencilAttachment in MultipleClearsTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawDepthClampTests.cpp | 381 const VkAttachmentReference depthAttachmentReference = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL); in DepthClampTestInstance() local 390 depthAttachmentReference, // depthStencilAttachment in DepthClampTestInstance()
|
H A D | vktDrawInvertedDepthRangesTests.cpp | 219 const VkAttachmentReference depthAttachmentReference = in InvertedDepthRangesTestInstance() local 233 depthAttachmentReference, // depthStencilAttachment in InvertedDepthRangesTestInstance()
|
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 294 const VkAttachmentReference depthAttachmentReference = hasDepth ? makeAttachmentReference(hasColor ? 1u : 0u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL) : AttachmentReference(); in MultipleClearsTest() local 303 depthAttachmentReference, // depthStencilAttachment in MultipleClearsTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 223 const vk::VkAttachmentReference depthAttachmentReference = in initialize() local 237 depthAttachmentReference, in initialize() 724 const vk::VkAttachmentReference depthAttachmentReference = in initRenderPass() local 738 depthAttachmentReference, in initRenderPass()
|
H A D | vktDynamicStateRSTests.cpp | 213 const vk::VkAttachmentReference depthAttachmentReference = in initialize() local 226 depthAttachmentReference, in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 120 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local 133 depthAttachmentReference, // depthStencilAttachment in StateObjects() 180 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local 193 depthAttachmentReference, // depthStencilAttachment in StateObjects()
|
H A D | vktQueryPoolConcurrentTests.cpp | 154 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local 167 depthAttachmentReference, // depthStencilAttachment in StateObjects()
|
H A D | vktQueryPoolStatisticsTests.cpp | 1389 const VkAttachmentReference depthAttachmentReference = in creatColorAttachmentAndRenderPass() local 1402 depthAttachmentReference, // depthStencilAttachment in creatColorAttachmentAndRenderPass() 1440 const VkAttachmentReference depthAttachmentReference = in creatColorAttachmentAndRenderPass() local 1455 &depthAttachmentReference, //const VkAttachmentReference* pDepthStencilAttachment; in creatColorAttachmentAndRenderPass() 3724 const VkAttachmentReference depthAttachmentReference = in creatColorAttachmentAndRenderPass() local 3739 &depthAttachmentReference, //const VkAttachmentReference* pDepthStencilAttachment; in creatColorAttachmentAndRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 220 const vk::VkAttachmentReference depthAttachmentReference = in initialize() local 234 depthAttachmentReference, in initialize() 696 const vk::VkAttachmentReference depthAttachmentReference = in initRenderPass() local 710 depthAttachmentReference, in initRenderPass()
|
H A D | vktDynamicStateRSTests.cpp | 210 const vk::VkAttachmentReference depthAttachmentReference = in initialize() local 223 depthAttachmentReference, in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 120 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local 133 depthAttachmentReference, // depthStencilAttachment in StateObjects() 180 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local 193 depthAttachmentReference, // depthStencilAttachment in StateObjects()
|
H A D | vktQueryPoolConcurrentTests.cpp | 154 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local 167 depthAttachmentReference, // depthStencilAttachment in StateObjects()
|
H A D | vktQueryPoolStatisticsTests.cpp | 1387 const VkAttachmentReference depthAttachmentReference = in creatColorAttachmentAndRenderPass() local 1400 depthAttachmentReference, // depthStencilAttachment in creatColorAttachmentAndRenderPass() 1438 const VkAttachmentReference depthAttachmentReference = in creatColorAttachmentAndRenderPass() local 1453 &depthAttachmentReference, //const VkAttachmentReference* pDepthStencilAttachment; in creatColorAttachmentAndRenderPass() 3710 const VkAttachmentReference depthAttachmentReference = in creatColorAttachmentAndRenderPass() local 3725 &depthAttachmentReference, //const VkAttachmentReference* pDepthStencilAttachment; in creatColorAttachmentAndRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateBasic.cpp | 1924 const vk::VkAttachmentReference2 depthAttachmentReference = in iterate() local 1955 m_data.useDepthStencil ? &depthAttachmentReference : DE_NULL, // depthStencilAttachment in iterate() 1972 m_data.useDepthStencil ? &depthAttachmentReference : nullptr, // depthStencilAttachment in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateBasic.cpp | 1714 const vk::VkAttachmentReference2 depthAttachmentReference = in iterate() local 1745 m_data.useDepthStencil ? &depthAttachmentReference : DE_NULL, // depthStencilAttachment in iterate()
|