Searched refs:primid_passthru (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_program.c | 594 bool primid_passthru = l.primid_loc != 0xff; in setup_stateobj() local 1081 OUT_REG(ring, A6XX_PC_PRIMID_PASSTHRU(primid_passthru)); in setup_stateobj() 1115 OUT_RING(ring, COND(primid_passthru, in setup_stateobj()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 732 bool primid_passthru) in tu6_emit_vs_system_values() argument 787 tu_cs_emit(cs, COND(primid_passthru, A6XX_VFD_CONTROL_6_PRIMID_PASSTHRU)); /* VFD_CONTROL_6 */ in tu6_emit_vs_system_values() 1033 bool primid_passthru = linkage.primid_loc != 0xff; in tu6_emit_vpc() local 1034 tu6_emit_vs_system_values(cs, vs, hs, ds, gs, primid_passthru); in tu6_emit_vpc() 1187 tu_cs_emit_regs(cs, A6XX_PC_PRIMID_PASSTHRU(primid_passthru)); in tu6_emit_vpc()
|