Home
last modified time | relevance | path

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

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h129 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi…
Dnull_driver.cpp1358 void CmdSetDepthBias(VkCommandBuffer cmdBuffer, float depthBias, float depthBiasClamp, float slopeS… in CmdSetDepthBias() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp441 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi…
1156 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi… in CmdSetDepthBias() argument
1157 …er).dispatch.CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlop… in CmdSetDepthBias()
1993 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi… in vkCmdSetDepthBias() argument
1994 …vulkan::api::CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlop… in vkCmdSetDepthBias()
/frameworks/native/vulkan/vkjson/
Dvkjson.cc516 visitor->Visit("depthBiasClamp", &features->depthBiasClamp) && in Iterate()