| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_rasterizer.c | 114 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 D | svga_pipe_rasterizer.c | 114 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 D | panvk_vX_cs.c | 682 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 D | v3dv_private.h | 837 float depth_bias_clamp; member in struct:v3dv_dynamic_state::__anon4b4f7c650e08
|
| H A D | v3dv_cmd_buffer.c | 54 .depth_bias_clamp = 0.0f, 2873 cmd_buffer->state.dynamic.depth_bias.depth_bias_clamp = depthBiasClamp;
|
| H A D | v3dvx_cmd_buffer.c | 1115 bias.limit = dynamic->depth_bias.depth_bias_clamp;
|
| H A D | v3dv_pipeline.c | 2760 dynamic->depth_bias.depth_bias_clamp =
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 2533 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 D | v5_pack.h | 2562 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 D | v6_pack.h | 3095 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 D | v7_pack.h | 3159 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 D | lvp_execute.c | 1961 state->depth_bias.offset_clamp = cmd->u.set_depth_bias.depth_bias_clamp;
|