Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp890 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/
Dnull_driver_gen.h130 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi…
Dnull_driver.cpp1389 void CmdSetDepthBias(VkCommandBuffer cmdBuffer, float depthBias, float depthBiasClamp, float slopeS… in CmdSetDepthBias() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp492 …(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/
Dvkjson.cc576 visitor->Visit("depthBiasClamp", &features->depthBiasClamp) && in Iterate()