Home
last modified time | relevance | path

Searched refs:depthAttachmentReference (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp208 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 DvktMultiViewRenderUtil.cpp208 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 DvktSparseResourcesShaderIntrinsicsSampled.cpp660 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 DvktSparseResourcesShaderIntrinsicsSampled.cpp660 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 DvktDrawDepthClampTests.cpp381 const VkAttachmentReference depthAttachmentReference = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL); in DepthClampTestInstance() local
390 depthAttachmentReference, // depthStencilAttachment in DepthClampTestInstance()
H A DvktDrawInvertedDepthRangesTests.cpp219 const VkAttachmentReference depthAttachmentReference = in InvertedDepthRangesTestInstance() local
233 depthAttachmentReference, // depthStencilAttachment in InvertedDepthRangesTestInstance()
H A DvktDrawMultipleClearsWithinRenderPass.cpp294 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 DvktDrawDepthClampTests.cpp381 const VkAttachmentReference depthAttachmentReference = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL); in DepthClampTestInstance() local
390 depthAttachmentReference, // depthStencilAttachment in DepthClampTestInstance()
H A DvktDrawInvertedDepthRangesTests.cpp219 const VkAttachmentReference depthAttachmentReference = in InvertedDepthRangesTestInstance() local
233 depthAttachmentReference, // depthStencilAttachment in InvertedDepthRangesTestInstance()
H A DvktDrawMultipleClearsWithinRenderPass.cpp294 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 DvktDynamicStateDSTests.cpp223 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 DvktDynamicStateRSTests.cpp213 const vk::VkAttachmentReference depthAttachmentReference = in initialize() local
226 depthAttachmentReference, in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp120 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 DvktQueryPoolConcurrentTests.cpp154 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local
167 depthAttachmentReference, // depthStencilAttachment in StateObjects()
H A DvktQueryPoolStatisticsTests.cpp1389 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 DvktDynamicStateDSTests.cpp220 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 DvktDynamicStateRSTests.cpp210 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 DvktQueryPoolOcclusionTests.cpp120 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 DvktQueryPoolConcurrentTests.cpp154 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects() local
167 depthAttachmentReference, // depthStencilAttachment in StateObjects()
H A DvktQueryPoolStatisticsTests.cpp1387 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 DvktFragmentShadingRateBasic.cpp1924 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 DvktFragmentShadingRateBasic.cpp1714 const vk::VkAttachmentReference2 depthAttachmentReference = in iterate() local
1745 m_data.useDepthStencil ? &depthAttachmentReference : DE_NULL, // depthStencilAttachment in iterate()

Completed in 71 milliseconds