Home
last modified time | relevance | path

Searched refs:negativeOneToOne (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc153 VkPipelineViewportDepthClipControlCreateInfoEXT::negativeOneToOne
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvertexpostproc.adoc770 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
1017 * pname:negativeOneToOne sets the [eq]#z~m~# in the _view volume_ to
1022 * [[VUID-VkPipelineViewportDepthClipControlCreateInfoEXT-negativeOneToOne-06470]]
1024 pname:negativeOneToOne must: be ename:VK_FALSE
1033 To <<pipelines-dynamic-state, dynamically set>> pname:negativeOneToOne,
1040 * pname:negativeOneToOne specifies the pname:negativeOneToOne state.
1042 This command sets the pname:negativeOneToOne state for subsequent drawing
1054 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
1670 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
1678 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
Dfeatures.adoc5087 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
Dpipelines.adoc5636 the pname:negativeOneToOne state in
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c476 vp->depth_clip_negative_one_to_one = vp_dcc_info->negativeOneToOne; in vk_viewport_state_init()
2211 VkBool32 negativeOneToOne) in vk_common_CmdSetDepthClipNegativeOneToOneEXT() argument
2217 vp.depth_clip_negative_one_to_one, negativeOneToOne); in vk_common_CmdSetDepthClipNegativeOneToOneEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15688 VkBool32 negativeOneToOne; member
16826 …FN_vkCmdSetDepthClipNegativeOneToOneEXT)(VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne);
16930 VkBool32 negativeOneToOne);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5101 …pthClipNegativeOneToOneEXT( VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne ) const VULKA… in vkCmdSetDepthClipNegativeOneToOneEXT()
5103 return ::vkCmdSetDepthClipNegativeOneToOneEXT( commandBuffer, negativeOneToOne ); in vkCmdSetDepthClipNegativeOneToOneEXT()
Dvulkan_raii.hpp5616 …void setDepthClipNegativeOneToOneEXT( VULKAN_HPP_NAMESPACE::Bool32 negativeOneToOne ) const VULKA…
19360 …ffer::setDepthClipNegativeOneToOneEXT( VULKAN_HPP_NAMESPACE::Bool32 negativeOneToOne ) const VULK… in setDepthClipNegativeOneToOneEXT()
19366 …eEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBool32>( negativeOneToOne ) ); in setDepthClipNegativeOneToOneEXT()
Dvulkan_hash.hpp11456 VULKAN_HPP_HASH_COMBINE( seed, pipelineViewportDepthClipControlCreateInfoEXT.negativeOneToOne ); in operator ()()