Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp455 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi…
1202 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi… in CmdSetDepthBias() argument
1203 …er).dispatch.CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlop… in CmdSetDepthBias()
2092 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi… in vkCmdSetDepthBias() argument
2093 …vulkan::api::CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlop… in vkCmdSetDepthBias()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h130 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi…
Dnull_driver.cpp1366 void CmdSetDepthBias(VkCommandBuffer cmdBuffer, float depthBias, float depthBiasClamp, float slopeS… in CmdSetDepthBias() argument
/frameworks/native/vulkan/vkjson/
Dvkjson.cc562 visitor->Visit("depthBiasClamp", &features->depthBiasClamp) && in Iterate()