Home
last modified time | relevance | path

Searched refs:depthClipEnable (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_depth_clip_enable.adoc24 slink:VkPipelineRasterizationDepthClipStateCreateInfoEXT::pname:depthClipEnable.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc120 VkPipelineRasterizationDepthClipStateCreateInfoEXT::depthClipEnable
121 * Assuming VkPhysicalDeviceDepthClipEnableFeaturesEXT::depthClipEnable is enabled
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvertexpostproc.adoc820 slink:VkPipelineRasterizationDepthClipStateCreateInfoEXT::pname:depthClipEnable
889 * pname:depthClipEnable specifies whether depth clipping is enabled.
903 slink:VkPipelineRasterizationDepthClipStateCreateInfoEXT::pname:depthClipEnable
914 * [[VUID-vkCmdSetDepthClipEnableEXT-depthClipEnable-07451]]
915 The <<features-depthClipEnable, pname:depthClipEnable>> feature must: be
Dfeatures.adoc2821 * [[features-depthClipEnable]] pname:depthClipEnable indicates that the
7430 * <<features-depthClipEnable, pname:depthClipEnable>>, if the
Dshaders.adoc1002 If the <<features-depthClipEnable, pname:depthClipEnable>> feature is
Dprimsrast.adoc147 * pname:depthClipEnable controls whether depth clipping is enabled as
Dpipelines.adoc5594 pname:depthClipEnable state in
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c593 rs->depth_clip_enable = rdc_info->depthClipEnable ? in vk_rasterization_state_init()
2258 VkBool32 depthClipEnable) in vk_common_CmdSetDepthClipEnableEXT() argument
2264 depthClipEnable ? VK_MESA_DEPTH_CLIP_ENABLE_TRUE : in vk_common_CmdSetDepthClipEnableEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11816 VkBool32 depthClipEnable; member
11823 VkBool32 depthClipEnable; member
16820 …KAPI_PTR *PFN_vkCmdSetDepthClipEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 depthClipEnable);
16904 VkBool32 depthClipEnable);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc1603 If the <<features-depthClipEnable, pname:depthClipEnable>> feature is
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3844 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthClipEnableFeaturesEXT.depthClipEnable ); in operator ()()
5883 … VULKAN_HPP_HASH_COMBINE( seed, pipelineRasterizationDepthClipStateCreateInfoEXT.depthClipEnable ); in operator ()()
Dvulkan.hpp5065 …void vkCmdSetDepthClipEnableEXT( VkCommandBuffer commandBuffer, VkBool32 depthClipEnable ) const V… in vkCmdSetDepthClipEnableEXT()
5067 return ::vkCmdSetDepthClipEnableEXT( commandBuffer, depthClipEnable ); in vkCmdSetDepthClipEnableEXT()
Dvulkan_raii.hpp5598 …void setDepthClipEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 depthClipEnable ) const VULKAN_HPP_NOEXC…
19282 …d CommandBuffer::setDepthClipEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 depthClipEnable ) const VULK… in setDepthClipEnableEXT()
19288 …leEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBool32>( depthClipEnable ) ); in setDepthClipEnableEXT()
Dvulkan_hash.hpp7159 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthClipEnableFeaturesEXT.depthClipEnable ); in operator ()()
11243 … VULKAN_HPP_HASH_COMBINE( seed, pipelineRasterizationDepthClipStateCreateInfoEXT.depthClipEnable ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp12021 vkStream->write((VkBool32*)&forMarshaling->depthClipEnable, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDepthClipEnableFeaturesEXT()
12033 vkStream->read((VkBool32*)&forUnmarshaling->depthClipEnable, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDepthClipEnableFeaturesEXT()
12047 vkStream->write((VkBool32*)&forMarshaling->depthClipEnable, sizeof(VkBool32)); in marshal_VkPipelineRasterizationDepthClipStateCreateInfoEXT()
12061 vkStream->read((VkBool32*)&forUnmarshaling->depthClipEnable, sizeof(VkBool32)); in unmarshal_VkPipelineRasterizationDepthClipStateCreateInfoEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8101 memcpy(*ptr, (VkBool32*)&forMarshaling->depthClipEnable, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceDepthClipEnableFeaturesEXT()
8119 memcpy(*ptr, (VkBool32*)&forMarshaling->depthClipEnable, sizeof(VkBool32)); in reservedmarshal_VkPipelineRasterizationDepthClipStateCreateInfoEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp15445 vkStream->write((VkBool32*)&forMarshaling->depthClipEnable, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDepthClipEnableFeaturesEXT()
15469 vkStream->read((VkBool32*)&forUnmarshaling->depthClipEnable, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDepthClipEnableFeaturesEXT()
15483 vkStream->write((VkBool32*)&forMarshaling->depthClipEnable, sizeof(VkBool32)); in marshal_VkPipelineRasterizationDepthClipStateCreateInfoEXT()
15509 vkStream->read((VkBool32*)&forUnmarshaling->depthClipEnable, sizeof(VkBool32)); in unmarshal_VkPipelineRasterizationDepthClipStateCreateInfoEXT()
Dgoldfish_vk_reserved_marshaling.cpp11934 memcpy((VkBool32*)&forUnmarshaling->depthClipEnable, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceDepthClipEnableFeaturesEXT()
11966 memcpy((VkBool32*)&forUnmarshaling->depthClipEnable, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPipelineRasterizationDepthClipStateCreateInfoEXT()