Searched refs:clip1_regid (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_program.c | 245 clip1_regid; local in function:fd5_program_emit 264 clip1_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_CLIP_DIST1); 431 if (clip1_loc == 0xff && VALIDREG(clip1_regid) && 434 ir3_link_add(&l, clip1_regid, clip_cull_mask >> 4, l.max_loc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_program.c | 359 uint32_t clip0_regid, clip1_regid; local in function:setup_stateobj 394 clip1_regid = ir3_find_output_regid(vs, VARYING_SLOT_CLIP_DIST1); 420 clip1_regid = ir3_find_output_regid(ds, VARYING_SLOT_CLIP_DIST1); 437 clip1_regid = ir3_find_output_regid(gs, VARYING_SLOT_CLIP_DIST1); 590 if (clip1_loc == 0xff && VALIDREG(clip1_regid) && 593 ir3_link_add(&l, clip1_regid, clip_cull_mask >> 4, l.max_loc);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 1000 const uint32_t clip1_regid = local in function:tu6_emit_vpc 1044 if (clip1_loc == 0xff && clip1_regid != regid(63, 0)) { 1046 ir3_link_add(&linkage, clip1_regid, clip_cull_mask >> 4, linkage.max_loc);
|
Completed in 9 milliseconds