Searched refs:clip0_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 | 244 uint32_t ij_regid[IJ_COUNT], vertex_regid, instance_regid, clip0_regid, local in function:fd5_program_emit 263 clip0_regid = ir3_find_output_regid(s[VS].v, VARYING_SLOT_CLIP_DIST0); 425 if (clip0_loc == 0xff && VALIDREG(clip0_regid) && 428 ir3_link_add(&l, clip0_regid, clip_cull_mask & 0xf, 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 393 clip0_regid = ir3_find_output_regid(vs, VARYING_SLOT_CLIP_DIST0); 419 clip0_regid = ir3_find_output_regid(ds, VARYING_SLOT_CLIP_DIST0); 436 clip0_regid = ir3_find_output_regid(gs, VARYING_SLOT_CLIP_DIST0); 584 if (clip0_loc == 0xff && VALIDREG(clip0_regid) && 587 ir3_link_add(&l, clip0_regid, clip_cull_mask & 0xf, l.max_loc);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 998 const uint32_t clip0_regid = local in function:tu6_emit_vpc 1040 if (clip0_loc == 0xff && clip0_regid != regid(63, 0)) { 1042 ir3_link_add(&linkage, clip0_regid, clip_cull_mask & 0xf, linkage.max_loc);
|
Completed in 10 milliseconds