/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | vertexpostproc.adoc | 756 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
|
D | vertexpostproc.txt | 657 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
|
D | features.txt | 4110 slink:VkPipelineViewportDepthClipControlCreateInfoEXT::pname:negativeOneToOne
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 153 VkPipelineViewportDepthClipControlCreateInfoEXT::negativeOneToOne
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 1767 …cmdSetDepthClipNegativeOneToOneEXT (VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne) const 1769 m_vk.cmdSetDepthClipNegativeOneToOneEXT(commandBuffer, negativeOneToOne);
|
D | vkConcreteDeviceInterface.inl | 358 …DepthClipNegativeOneToOneEXT (VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne) const;
|
D | vkVirtualDeviceInterface.inl | 358 …hClipNegativeOneToOneEXT (VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne) const = 0;
|
D | vkNullDriverImpl.inl | 3216 …_CALL cmdSetDepthClipNegativeOneToOneEXT (VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne) argument 3219 DE_UNREF(negativeOneToOne);
|
D | vkFunctionPointerTypes.inl | 507 …epthClipNegativeOneToOneEXTFunc) (VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne);
|
D | vkVulkan_c.inl | 15901 VkBool32 negativeOneToOne; member 16915 …FN_vkCmdSetDepthClipNegativeOneToOneEXT)(VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne); 17019 VkBool32 negativeOneToOne);
|
D | vkStructTypes.inl | 6144 VkBool32 negativeOneToOne; member
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_graphics_state.c | 379 vp->negative_one_to_one = vp_dcc_info->negativeOneToOne; in vk_viewport_state_init()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 14160 VkBool32 negativeOneToOne; member 15012 …FN_vkCmdSetDepthClipNegativeOneToOneEXT)(VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne); 15116 VkBool32 negativeOneToOne);
|
D | vulkan.hpp | 5584 …pthClipNegativeOneToOneEXT( VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne ) const VULKA… in vkCmdSetDepthClipNegativeOneToOneEXT() 5586 return ::vkCmdSetDepthClipNegativeOneToOneEXT( commandBuffer, negativeOneToOne ); in vkCmdSetDepthClipNegativeOneToOneEXT()
|
D | vulkan_raii.hpp | 5654 …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()
|
D | vulkan_structs.hpp | 79550 , 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/ |
D | vk_loader_extensions.c | 7148 VkBool32 negativeOneToOne) { in CmdSetDepthClipNegativeOneToOneEXT() argument 7156 disp->CmdSetDepthClipNegativeOneToOneEXT(commandBuffer, negativeOneToOne); in CmdSetDepthClipNegativeOneToOneEXT()
|
D | vk_dispatch_table_helper.h | 363 …ubCmdSetDepthClipNegativeOneToOneEXT(VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne) { } in StubCmdSetDepthClipNegativeOneToOneEXT() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 3348 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/ |
D | vktPipelineExtendedDynamicStateTests.cpp | 4419 …pDepthClipControlInfo->negativeOneToOne = makeVkBool32(m_testConfig.negativeOneToOneConfig.staticV… in iterate()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 1650 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/ |
D | vktPipelineExtendedDynamicStateTests.cpp | 4419 …pDepthClipControlInfo->negativeOneToOne = makeVkBool32(m_testConfig.negativeOneToOneConfig.staticV… in iterate()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 12896 VkBool32 negativeOneToOne; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 12888 VkBool32 negativeOneToOne; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 13891 VkBool32 negativeOneToOne; member
|