Home
last modified time | relevance | path

Searched refs:depthStencil (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_clear.c234 depth_value = attachments[i].clearValue.depthStencil.depth; in vk_meta_clear_attachments()
238 stencil_value = attachments[i].clearValue.depthStencil.stencil; in vk_meta_clear_attachments()
393 clear_att[clear_count].clearValue.depthStencil.depth = in vk_meta_clear_rendering()
394 d_att_info->clearValue.depthStencil.depth; in vk_meta_clear_rendering()
406 clear_att[clear_count].clearValue.depthStencil.stencil = in vk_meta_clear_rendering()
407 s_att_info->clearValue.depthStencil.depth; in vk_meta_clear_rendering()
596 .depthStencil = *depth_stencil, in vk_meta_clear_depth_stencil_image()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_dynamic_rendering.adoc390 .clearValue = {.depthStencil = {.depth = 0.0f, .stencil = 0 } } };
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dclears.adoc496 * pname:depthStencil specifies the depth and stencil clear values to use
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp2208 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_tohost_VkClearValue()
2217 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_fromhost_VkClearValue()
Dgoldfish_vk_deepcopy_guest.cpp2110 deepcopy_VkClearDepthStencilValue(alloc, rootType, &from->depthStencil, in deepcopy_VkClearValue()
2111 (VkClearDepthStencilValue*)(&to->depthStencil)); in deepcopy_VkClearValue()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_raii.hpp2471 …out imageLayout, const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, VULKAN_HPP_NAM…
7041 …out imageLayout, const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, VULKAN_HPP_NAM… in clearDepthStencilImage() argument
7047 …( imageLayout ), reinterpret_cast<const VkClearDepthStencilValue *>( &depthStencil ), ranges.size(… in clearDepthStencilImage()
Dvulkansc_funcs.hpp3440 …out imageLayout, const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, VULKAN_HPP_NAM… in clearDepthStencilImage() argument
3446 …( imageLayout ), reinterpret_cast<const VkClearDepthStencilValue *>( &depthStencil ), ranges.size(… in clearDepthStencilImage()
Dvulkan_raii.hpp4903 …out imageLayout, const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, VULKAN_HPP_NAM…
11871 …out imageLayout, const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, VULKAN_HPP_NAM… in clearDepthStencilImage() argument
11877 …( imageLayout ), reinterpret_cast<const VkClearDepthStencilValue *>( &depthStencil ), ranges.size(… in clearDepthStencilImage()
Dvulkansc_handles.hpp2286 …out imageLayout, const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, VULKAN_HPP_NAM…
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp2214 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_tohost_VkClearValue()
2224 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_fromhost_VkClearValue()
Dgoldfish_vk_deepcopy.cpp2110 deepcopy_VkClearDepthStencilValue(alloc, rootType, &from->depthStencil, in deepcopy_VkClearValue()
2111 (VkClearDepthStencilValue*)(&to->depthStencil)); in deepcopy_VkClearValue()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3900 VkClearDepthStencilValue depthStencil; member