Searched refs:depth_factor (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.c | 681 cfg.depth_factor = state->rast.depth_bias.slope_factor; 779 cfg.depth_factor = pipeline->rast.depth_bias.slope_factor;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/ |
| H A D | panfrost-job.h | 519 float depth_factor; member in struct:mali_shader_meta
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 1186 if (s->depth_units || s->depth_factor) { 1192 pandecode_prop("depth_factor = %f", s->depth_factor);
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 2532 float depth_factor; member in struct:MALI_RENDERER_STATE 2577 cl[ 6] = __gen_uint(fui(values->depth_factor), 0, 32); 2672 values->depth_factor = __gen_unpack_float(cl, 192, 223); 2743 fprintf(fp, "%*sDepth factor: %f\n", indent, "", values->depth_factor);
|
| H A D | v5_pack.h | 2561 float depth_factor; member in struct:MALI_RENDERER_STATE 2603 cl[ 6] = __gen_uint(fui(values->depth_factor), 0, 32); 2678 values->depth_factor = __gen_unpack_float(cl, 192, 223); 2728 fprintf(fp, "%*sDepth factor: %f\n", indent, "", values->depth_factor);
|
| H A D | v6_pack.h | 3094 float depth_factor; member in struct:MALI_RENDERER_STATE 3139 cl[ 6] = __gen_uint(fui(values->depth_factor), 0, 32); 3259 values->depth_factor = __gen_unpack_float(cl, 192, 223); 3355 fprintf(fp, "%*sDepth factor: %f\n", indent, "", values->depth_factor);
|
| H A D | v7_pack.h | 3158 float depth_factor; member in struct:MALI_RENDERER_STATE 3208 cl[ 6] = __gen_uint(fui(values->depth_factor), 0, 32); 3333 values->depth_factor = __gen_unpack_float(cl, 192, 223); 3431 fprintf(fp, "%*sDepth factor: %f\n", indent, "", values->depth_factor);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 508 cfg.depth_factor = rast->offset_scale;
|
Completed in 53 milliseconds