Searched refs:depthBiasClamp (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/tools/ |
D | vkinfo.cpp | 383 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/ |
D | api_gen.cpp | 377 …(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/ |
D | null_driver_gen.h | 128 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi…
|
D | null_driver.cpp | 1277 void CmdSetDepthBias(VkCommandBuffer cmdBuffer, float depthBias, float depthBiasClamp, float slopeS… in CmdSetDepthBias() argument
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 1200 VkBool32 depthBiasClamp; member 1783 float depthBiasClamp; member 2330 …(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBi… 2898 float depthBiasClamp,
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 1946 f32 depthBiasClamp 2231 …VkBool32 depthBiasClamp /// depth bi… 4235 f32 depthBiasClamp,
|