Home
last modified time | relevance | path

Searched refs:VkDepthBiasInfoEXT (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_depth_bias_control.adoc57 Add a new function, `vkCmdSetDepthBias2EXT` that uses an extendable `VkDepthBiasInfoEXT`.
59 …of a pipeline's `VkPipelineRasterizationStateCreateInfo` state or `VkDepthBiasInfoEXT` in a `vkCmd…
64 struct VkDepthBiasInfoEXT {
77 const VkDepthBiasInfoEXT* pInfo);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc3887 sname:VkDepthBiasInfoEXT.
3955 [open,refpage='VkDepthBiasInfoEXT',desc='Structure specifying depth bias parameters',type='structs']
3957 :refpage: VkDepthBiasInfoEXT
3959 The sname:VkDepthBiasInfoEXT structure is defined as:
3961 include::{generated}/api/structs/VkDepthBiasInfoEXT.adoc[]
3981 * [[VUID-VkDepthBiasInfoEXT-depthBiasClamp-08950]]
3986 include::{generated}/validity/structs/VkDepthBiasInfoEXT.adoc[]
3998 * pname:pDepthBiasInfo is a pointer to a slink:VkDepthBiasInfoEXT
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c2364 VkDepthBiasInfoEXT depth_bias_info = { in vk_common_CmdSetDepthBias()
2850 const VkDepthBiasInfoEXT* pDepthBiasInfo) in vk_common_CmdSetDepthBias2EXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14627 typedef struct VkDepthBiasInfoEXT { struct
14633 } VkDepthBiasInfoEXT; argument
14642 …R *PFN_vkCmdSetDepthBias2EXT)(VkCommandBuffer commandBuffer, const VkDepthBiasInfoEXT* pDe…
14647 const VkDepthBiasInfoEXT* pDepthBiasInfo);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp3282 …SSERT( sizeof( VULKAN_HPP_NAMESPACE::DepthBiasInfoEXT ) == sizeof( VkDepthBiasInfoEXT ), "struct a…
Dvulkan.hpp4297 …void vkCmdSetDepthBias2EXT( VkCommandBuffer commandBuffer, const VkDepthBiasInfoEXT * pDepthBiasIn… in vkCmdSetDepthBias2EXT()
Dvulkan_raii.hpp17643 …c_cast<VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkDepthBiasInfoEXT *>( &depthBi… in setDepthBias2EXT()