Home
last modified time | relevance | path

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

/frameworks/native/vulkan/tools/
Dvkinfo.cpp383 printf("%sdepthBiasClamp: %s\n", indent, features.depthBiasClamp ? "YES" : "NO"); in PrintAllFeatures()
444 if (features.depthBiasClamp) printf("%sdepthBiasClamp\n", indent); in PrintSupportedFeatures()
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp377 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi…
998 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi… in CmdSetDepthBias() argument
999 …er).dispatch.CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlop… in CmdSetDepthBias()
1698 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi… in vkCmdSetDepthBias() argument
1699 …vulkan::api::CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlop… in vkCmdSetDepthBias()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h128 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi…
Dnull_driver.cpp1277 void CmdSetDepthBias(VkCommandBuffer cmdBuffer, float depthBias, float depthBiasClamp, float slopeS… in CmdSetDepthBias() argument
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h1200 VkBool32 depthBiasClamp; member
1783 float depthBiasClamp; member
2330 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi…
2898 float depthBiasClamp,
/frameworks/native/vulkan/api/
Dvulkan.api1946 f32 depthBiasClamp
2231 …VkBool32 depthBiasClamp /// depth bi…
4235 f32 depthBiasClamp,