Home
last modified time | relevance | path

Searched refs:depthBiasRepresentation (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_depth_bias_control.adoc97 …VkDepthBiasRepresentationEXT depthBiasRepresentation; // The depth bias representation for the …
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c637 rs->depth_bias.representation = dbr_info->depthBiasRepresentation; in vk_rasterization_state_init()
2874 rs.depth_bias.representation, dbr_info->depthBiasRepresentation); in vk_common_CmdSetDepthBias2EXT()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc3912 * pname:depthBiasRepresentation is a elink:VkDepthBiasRepresentationEXT
3922 enabled, pname:depthBiasRepresentation must: not be
3926 feature is not enabled, pname:depthBiasRepresentation must: not be
3939 slink:VkDepthBiasRepresentationInfoEXT::pname:depthBiasRepresentation,
3976 ename:VK_FALSE and pname:depthBiasRepresentation set to
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14638 VkDepthBiasRepresentationEXT depthBiasRepresentation; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2848 VULKAN_HPP_HASH_COMBINE( seed, depthBiasRepresentationInfoEXT.depthBiasRepresentation ); in operator ()()