Searched refs:depth_bias_clamp (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c114 const float depth_bias_clamp = 0.0; local in function:define_rasterizer_object
143 depth_bias_clamp,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c114 const float depth_bias_clamp = 0.0; local in function:define_rasterizer_object
141 depth_bias_clamp,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c682 cfg.depth_bias_clamp = state->rast.depth_bias.clamp;
780 cfg.depth_bias_clamp = pipeline->rast.depth_bias.clamp;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_private.h837 float depth_bias_clamp; member in struct:v3dv_dynamic_state::__anon4b4f7c650e08
H A Dv3dv_cmd_buffer.c54 .depth_bias_clamp = 0.0f,
2873 cmd_buffer->state.dynamic.depth_bias.depth_bias_clamp = depthBiasClamp;
H A Dv3dvx_cmd_buffer.c1115 bias.limit = dynamic->depth_bias.depth_bias_clamp;
H A Dv3dv_pipeline.c2760 dynamic->depth_bias.depth_bias_clamp =
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h2533 float depth_bias_clamp; member in struct:MALI_RENDERER_STATE
2578 cl[ 7] = __gen_uint(fui(values->depth_bias_clamp), 0, 32);
2673 values->depth_bias_clamp = __gen_unpack_float(cl, 224, 255);
2744 fprintf(fp, "%*sDepth bias clamp: %f\n", indent, "", values->depth_bias_clamp);
H A Dv5_pack.h2562 float depth_bias_clamp; member in struct:MALI_RENDERER_STATE
2604 cl[ 7] = __gen_uint(fui(values->depth_bias_clamp), 0, 32);
2679 values->depth_bias_clamp = __gen_unpack_float(cl, 224, 255);
2729 fprintf(fp, "%*sDepth bias clamp: %f\n", indent, "", values->depth_bias_clamp);
H A Dv6_pack.h3095 float depth_bias_clamp; member in struct:MALI_RENDERER_STATE
3140 cl[ 7] = __gen_uint(fui(values->depth_bias_clamp), 0, 32);
3260 values->depth_bias_clamp = __gen_unpack_float(cl, 224, 255);
3356 fprintf(fp, "%*sDepth bias clamp: %f\n", indent, "", values->depth_bias_clamp);
H A Dv7_pack.h3159 float depth_bias_clamp; member in struct:MALI_RENDERER_STATE
3209 cl[ 7] = __gen_uint(fui(values->depth_bias_clamp), 0, 32);
3334 values->depth_bias_clamp = __gen_unpack_float(cl, 224, 255);
3432 fprintf(fp, "%*sDepth bias clamp: %f\n", indent, "", values->depth_bias_clamp);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1961 state->depth_bias.offset_clamp = cmd->u.set_depth_bias.depth_bias_clamp;

Completed in 66 milliseconds