Searched refs:depthBiasClamp (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/vkprofiles/generated/ |
D | vulkan_profiles.cpp | 890 s->features.depthBiasClamp = VK_TRUE; in __anon526a5adc2d02() 911 …atures2KHR->features.depthBiasClamp == VK_TRUE); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceFeat… in __anon526a5adc2e02() 992 s->features.depthBiasClamp = VK_TRUE; in __anon526a5adc3502() 1013 …atures2KHR->features.depthBiasClamp == VK_TRUE); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceFeat… in __anon526a5adc3602() 3572 s->features.depthBiasClamp = VK_TRUE; in __anon526a5adcef02() 3593 …atures2KHR->features.depthBiasClamp == VK_TRUE); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceFeat… in __anon526a5adcf002() 3671 s->features.depthBiasClamp = VK_TRUE; in __anon526a5adcf702() 3692 …atures2KHR->features.depthBiasClamp == VK_TRUE); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceFeat… in __anon526a5adcf802() 6261 s->features.depthBiasClamp = VK_TRUE; in __anon526a5adc1b102() 6302 …atures2KHR->features.depthBiasClamp == VK_TRUE); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceFeat… in __anon526a5adc1b202() [all …]
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 130 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi…
|
D | null_driver.cpp | 1389 void CmdSetDepthBias(VkCommandBuffer cmdBuffer, float depthBias, float depthBiasClamp, float slopeS… in CmdSetDepthBias() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 492 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi… 1318 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi… in CmdSetDepthBias() argument 1319 …er).dispatch.CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlop… in CmdSetDepthBias() 2356 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi… in vkCmdSetDepthBias() argument 2357 …vulkan::api::CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlop… in vkCmdSetDepthBias()
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson.cc | 576 visitor->Visit("depthBiasClamp", &features->depthBiasClamp) && in Iterate()
|