Home
last modified time | relevance | path

Searched refs:depthClampEnable (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_depth_clip_enable.adoc22 slink:VkPipelineRasterizationStateCreateInfo::pname:depthClampEnable, to
DVK_NV_viewport_swizzle.adoc186 enabling pname:depthClampEnable.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc58 VkPipelineRasterizationStateCreateInfo::depthClampEnable
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp191 .depthClampEnable = VK_FALSE, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta.c407 .depthClampEnable = false,
Dvk_graphics_state.c560 rs->depth_clamp_enable = rs_info->depthClampEnable; in vk_rasterization_state_init()
561 rs->depth_clip_enable = rs_info->depthClampEnable ? in vk_rasterization_state_init()
2247 VkBool32 depthClampEnable) in vk_common_CmdSetDepthClampEnableEXT() argument
2253 rs.depth_clamp_enable, depthClampEnable); in vk_common_CmdSetDepthClampEnableEXT()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvertexpostproc.adoc824 slink:VkPipelineRasterizationStateCreateInfo::pname:depthClampEnable is
828 Depth clamping is enabled or disabled via the pname:depthClampEnable enable
830 Depth clipping is disabled when pname:depthClampEnable is ename:VK_TRUE.
844 * pname:depthClampEnable specifies whether depth clamping is enabled.
858 slink:VkPipelineRasterizationStateCreateInfo::pname:depthClampEnable value
873 pname:depthClampEnable must be ename:VK_FALSE
905 of slink:VkPipelineRasterizationStateCreateInfo::pname:depthClampEnable if
Dprimsrast.adoc52 * pname:depthClampEnable controls whether to clamp the fragment's depth
98 * [[VUID-VkPipelineRasterizationStateCreateInfo-depthClampEnable-00782]]
100 pname:depthClampEnable must: be ename:VK_FALSE
Dfeatures.adoc469 If this feature is not enabled, the pname:depthClampEnable member of the
472 Otherwise, setting pname:depthClampEnable to ename:VK_TRUE will enable
2826 slink:VkPipelineRasterizationStateCreateInfo::pname:depthClampEnable is
Dfragops.adoc1838 If slink:VkPipelineRasterizationStateCreateInfo::pname:depthClampEnable is
Dpipelines.adoc5527 pname:depthClampEnable state in
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp248 .depthClampEnable = VK_FALSE, in setUpGraphicsPipeline()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py946depthClampEnable = printer.write_int("depthClampEnable", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3555 VkBool32 depthClampEnable; member
16807 …PI_PTR *PFN_vkCmdSetDepthClampEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 depthClampEnable);
16845 VkBool32 depthClampEnable);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp4987 …void vkCmdSetDepthClampEnableEXT( VkCommandBuffer commandBuffer, VkBool32 depthClampEnable ) const… in vkCmdSetDepthClampEnableEXT()
4989 return ::vkCmdSetDepthClampEnableEXT( commandBuffer, depthClampEnable ); in vkCmdSetDepthClampEnableEXT()
Dvulkan_raii.hpp5559 …void setDepthClampEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 depthClampEnable ) const VULKAN_HPP_NOE…
19109 …CommandBuffer::setDepthClampEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 depthClampEnable ) const VULK… in setDepthClampEnableEXT()
19115 …eEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBool32>( depthClampEnable ) ); in setDepthClampEnableEXT()
Dvulkansc_hash.hpp2760 VULKAN_HPP_HASH_COMBINE( seed, pipelineRasterizationStateCreateInfo.depthClampEnable ); in operator ()()
Dvulkan_hash.hpp4823 VULKAN_HPP_HASH_COMBINE( seed, pipelineRasterizationStateCreateInfo.depthClampEnable ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp2535 vkStream->write((VkBool32*)&forMarshaling->depthClampEnable, sizeof(VkBool32)); in marshal_VkPipelineRasterizationStateCreateInfo()
2558 vkStream->read((VkBool32*)&forUnmarshaling->depthClampEnable, sizeof(VkBool32)); in unmarshal_VkPipelineRasterizationStateCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp1925 memcpy(*ptr, (VkBool32*)&forMarshaling->depthClampEnable, sizeof(VkBool32)); in reservedmarshal_VkPipelineRasterizationStateCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp2880 vkStream->write((VkBool32*)&forMarshaling->depthClampEnable, sizeof(VkBool32)); in marshal_VkPipelineRasterizationStateCreateInfo()
2915 vkStream->read((VkBool32*)&forUnmarshaling->depthClampEnable, sizeof(VkBool32)); in unmarshal_VkPipelineRasterizationStateCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2205 memcpy((VkBool32*)&forUnmarshaling->depthClampEnable, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPipelineRasterizationStateCreateInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc9283 slink:VkPipelineRasterizationStateCreateInfo::pname:depthClampEnable