Searched refs:depthImageView (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/ |
H A D | vktDrawUtil.cpp | 246 vk::VkImageView depthImageView = m_framebufferState.depthImageView; in VulkanDrawContext() local 247 if (!m_framebufferState.depthImageView && m_framebufferState.depthFormat != VK_FORMAT_UNDEFINED) in VulkanDrawContext() 276 depthImageView = *m_depthImageView; in VulkanDrawContext() 322 if (depthImageView != 0) in VulkanDrawContext() 361 if (depthImageView != 0) in VulkanDrawContext() 362 attachmentBindInfos.push_back(depthImageView); in VulkanDrawContext() 593 if (!!m_framebufferState.depthImageView || !!*m_depthImageView) in draw()
|
H A D | vktDrawUtil.hpp | 53 vk::VkImageView depthImageView = 0; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderBuiltinVarTests.cpp | 371 Move<VkImageView> depthImageView; in iterate() local 583 depthImageView = createImageView(vk, device, &imageViewParams); in iterate() 751 frameBufferState.depthImageView = *depthImageView; in iterate() 845 …const VkDescriptorImageInfo depthImageInfo = {*depthSampler, *depthImageView, VK_IMAGE_LAYOUT_GENE… in iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 2225 const Unique<VkImageView> depthImageView( in iterate() local 2228 …const VkImageView attachmentImages[] = {*colorImageView, *depthImageView, *resolveColorImageView… in iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 992 … const Move<VkImageView> depthImageView = createImageView(vk, device, &depthImageViewCreateInfo); in runTest() local 1007 const VkImageView attachments[] = {*colorImageView, *depthImageView}; in runTest()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectMiscTests.cpp | 1323 … const auto depthImageView = vk::makeImageView(vk, device, **depthImage, vk::VK_IMAGE_VIEW_TYPE_2D, in iterate() local 1668 …vk::beginRendering(vk, *cmdBuffer, *imageView, *depthImageView, true, renderArea, clearValue, clea… in iterate()
|