Home
last modified time | relevance | path

Searched defs:depthBiasEnable (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkSubDecoder.cpp2019 VkBool32 depthBiasEnable; in subDecode() local
4748 VkBool32 depthBiasEnable; in subDecode() local
DVkDecoderSnapshot.cpp1742 VkBool32 depthBiasEnable) { in vkCmdSetDepthBiasEnable()
4494 VkBool32 depthBiasEnable) { in vkCmdSetDepthBiasEnableEXT()
7474 VkBool32 depthBiasEnable) { in vkCmdSetDepthBiasEnable()
10666 VkBool32 depthBiasEnable) { in vkCmdSetDepthBiasEnableEXT()
DVkDecoder.cpp12830 VkBool32 depthBiasEnable; in decode() local
34177 VkBool32 depthBiasEnable; in decode() local
/device/generic/goldfish-opengl/system/vulkan_enc/
Dfunc_table.cpp2090 static void entry_vkCmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) { in entry_vkCmdSetDepthBiasEnable()
8903 VkBool32 depthBiasEnable) { in entry_vkCmdSetDepthBiasEnableEXT()
8909 VkBool32 depthBiasEnable) { in dynCheck_entry_vkCmdSetDepthBiasEnableEXT()
DVkEncoder.cpp24369 void VkEncoder::vkCmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable, in vkCmdSetDepthBiasEnable()
63503 void VkEncoder::vkCmdSetDepthBiasEnableEXT(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable, in vkCmdSetDepthBiasEnableEXT()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_funcs.hpp6066 …AN_HPP_INLINE void CommandBuffer::setDepthBiasEnable( VULKAN_HPP_NAMESPACE::Bool32 depthBiasEnable in setDepthBiasEnable()
16388 …HPP_INLINE void CommandBuffer::setDepthBiasEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 depthBiasEnable in setDepthBiasEnableEXT()
Dvulkan_core.h3425 VkBool32 depthBiasEnable; member
Dvulkan_structs.hpp34190 VULKAN_HPP_NAMESPACE::Bool32 depthBiasEnable = {}; member
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto1725 optional uint32 depthBiasEnable = 9; field