Home
last modified time | relevance | path

Searched refs:depthBiasExact (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_depth_bias_control.adoc98 …VkBool32 depthBiasExact; // Whether or not the depth bias should b…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc3774 If sname:VkDepthBiasRepresentationInfoEXT::pname:depthBiasExact is
3792 If sname:VkDepthBiasRepresentationInfoEXT::pname:depthBiasExact is
3914 * pname:depthBiasExact specifies that the implementation is not allowed to
3928 * [[VUID-VkDepthBiasRepresentationInfoEXT-depthBiasExact-08949]]
3929 If the <<features-depthBiasExact, pname:depthBiasExact>> feature is not
3930 enabled, pname:depthBiasExact must: be `VK_FALSE`
3975 slink:VkDepthBiasRepresentationInfoEXT with pname:depthBiasExact set to
Dfeatures.adoc6646 * [[features-depthBiasExact]] pname:depthBiasExact indicates whether the
6649 sname:VkDepthBiasRepresentationInfoEXT::pname:depthBiasExact.
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c638 rs->depth_bias.exact = dbr_info->depthBiasExact; in vk_rasterization_state_init()
2876 rs.depth_bias.exact, dbr_info->depthBiasExact); in vk_common_CmdSetDepthBias2EXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14624 VkBool32 depthBiasExact; member
14639 VkBool32 depthBiasExact; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2849 VULKAN_HPP_HASH_COMBINE( seed, depthBiasRepresentationInfoEXT.depthBiasExact ); in operator ()()
7123 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthBiasControlFeaturesEXT.depthBiasExact ); in operator ()()