Searched refs:depthBiasConstantFactor (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 129 VKAPI_ATTR void CmdSetDepthBias(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float…
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 441 VKAPI_ATTR void CmdSetDepthBias(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float… 1156 VKAPI_ATTR void CmdSetDepthBias(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float… in CmdSetDepthBias() argument 1157 …GetData(commandBuffer).dispatch.CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasC… in CmdSetDepthBias() 1993 VKAPI_ATTR void vkCmdSetDepthBias(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, flo… in vkCmdSetDepthBias() argument 1994 …vulkan::api::CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlop… in vkCmdSetDepthBias()
|