Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvertexpostproc.adoc756 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
987 * pname:negativeOneToOne sets the [eq]#z~m~# in the _view volume_ to
992 * [[VUID-VkPipelineViewportDepthClipControlCreateInfoEXT-negativeOneToOne-06470]]
994 pname:negativeOneToOne must: be ename:VK_FALSE
1003 To <<pipelines-dynamic-state, dynamically set>> pname:negativeOneToOne,
1010 * pname:negativeOneToOne specifies the pname:negativeOneToOne state.
1012 This command sets the pname:negativeOneToOne state for subsequent drawing
1017 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
1628 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
1636 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
Dvertexpostproc.txt657 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
813 * pname:negativeOneToOne sets the [eq]#z~m~# in the _view volume_ to
818 * [[VUID-VkPipelineViewportDepthClipControlCreateInfoEXT-negativeOneToOne-06470]]
820 pname:negativeOneToOne must: be ename:VK_FALSE
Dfeatures.txt4110 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_extended_dynamic_state3.adoc153 VkPipelineViewportDepthClipControlCreateInfoEXT::negativeOneToOne
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl1767 …cmdSetDepthClipNegativeOneToOneEXT (VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne) const
1769 m_vk.cmdSetDepthClipNegativeOneToOneEXT(commandBuffer, negativeOneToOne);
DvkConcreteDeviceInterface.inl358 …DepthClipNegativeOneToOneEXT (VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne) const;
DvkVirtualDeviceInterface.inl358 …hClipNegativeOneToOneEXT (VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne) const = 0;
DvkNullDriverImpl.inl3216 …_CALL cmdSetDepthClipNegativeOneToOneEXT (VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne) argument
3219 DE_UNREF(negativeOneToOne);
DvkFunctionPointerTypes.inl507 …epthClipNegativeOneToOneEXTFunc) (VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne);
DvkVulkan_c.inl15901 VkBool32 negativeOneToOne; member
16915 …FN_vkCmdSetDepthClipNegativeOneToOneEXT)(VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne);
17019 VkBool32 negativeOneToOne);
DvkStructTypes.inl6144 VkBool32 negativeOneToOne; member
/third_party/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.c379 vp->negative_one_to_one = vp_dcc_info->negativeOneToOne; in vk_viewport_state_init()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h14160 VkBool32 negativeOneToOne; member
15012 …FN_vkCmdSetDepthClipNegativeOneToOneEXT)(VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne);
15116 VkBool32 negativeOneToOne);
Dvulkan.hpp5584 …pthClipNegativeOneToOneEXT( VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne ) const VULKA… in vkCmdSetDepthClipNegativeOneToOneEXT()
5586 return ::vkCmdSetDepthClipNegativeOneToOneEXT( commandBuffer, negativeOneToOne ); in vkCmdSetDepthClipNegativeOneToOneEXT()
Dvulkan_raii.hpp5654 …void setDepthClipNegativeOneToOneEXT( VULKAN_HPP_NAMESPACE::Bool32 negativeOneToOne ) const VULKAN…
18396 …ffer::setDepthClipNegativeOneToOneEXT( VULKAN_HPP_NAMESPACE::Bool32 negativeOneToOne ) const VULKA… in setDepthClipNegativeOneToOneEXT()
18401 …eEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBool32>( negativeOneToOne ) ); in setDepthClipNegativeOneToOneEXT()
Dvulkan_structs.hpp79550 , negativeOneToOne( negativeOneToOne_ )
79581 negativeOneToOne = negativeOneToOne_; in setNegativeOneToOne()
79604 return std::tie( sType, pNext, negativeOneToOne ); in reflect()
79616 …n ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( negativeOneToOne == rhs.negativeOneToOne ); in operator ==()
79629 VULKAN_HPP_NAMESPACE::Bool32 negativeOneToOne = {}; member
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.c7148 VkBool32 negativeOneToOne) { in CmdSetDepthClipNegativeOneToOneEXT() argument
7156 disp->CmdSetDepthClipNegativeOneToOneEXT(commandBuffer, negativeOneToOne); in CmdSetDepthClipNegativeOneToOneEXT()
Dvk_dispatch_table_helper.h363 …ubCmdSetDepthClipNegativeOneToOneEXT(VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne) { } in StubCmdSetDepthClipNegativeOneToOneEXT() argument
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c3348 pipeline->z_negative_one_to_one = depth_clip_info ? depth_clip_info->negativeOneToOne : false; in tu_pipeline_builder_parse_viewport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp4419 …pDepthClipControlInfo->negativeOneToOne = makeVkBool32(m_testConfig.negativeOneToOneConfig.staticV… in iterate()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1650 info.negative_one_to_one = !!depth_clip_control->negativeOneToOne; in radv_pipeline_init_viewport_info()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp4419 …pDepthClipControlInfo->negativeOneToOne = makeVkBool32(m_testConfig.negativeOneToOneConfig.staticV… in iterate()
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h12896 VkBool32 negativeOneToOne; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h12888 VkBool32 negativeOneToOne; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h13891 VkBool32 negativeOneToOne; member

12