Searched refs:depthStencil (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_clear.c | 234 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/ |
D | VK_KHR_dynamic_rendering.adoc | 390 .clearValue = {.depthStencil = {.depth = 0.0f, .stencil = 0 } } };
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | clears.adoc | 496 * pname:depthStencil specifies the depth and stencil clear values to use
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 2208 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_tohost_VkClearValue() 2217 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_fromhost_VkClearValue()
|
D | goldfish_vk_deepcopy_guest.cpp | 2110 deepcopy_VkClearDepthStencilValue(alloc, rootType, &from->depthStencil, in deepcopy_VkClearValue() 2111 (VkClearDepthStencilValue*)(&to->depthStencil)); in deepcopy_VkClearValue()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_raii.hpp | 2471 …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()
|
D | vulkansc_funcs.hpp | 3440 …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()
|
D | vulkan_raii.hpp | 4903 …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()
|
D | vulkansc_handles.hpp | 2286 …out imageLayout, const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue & depthStencil, VULKAN_HPP_NAM…
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 2214 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_tohost_VkClearValue() 2224 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_fromhost_VkClearValue()
|
D | goldfish_vk_deepcopy.cpp | 2110 deepcopy_VkClearDepthStencilValue(alloc, rootType, &from->depthStencil, in deepcopy_VkClearValue() 2111 (VkClearDepthStencilValue*)(&to->depthStencil)); in deepcopy_VkClearValue()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3900 VkClearDepthStencilValue depthStencil; member
|