Home
last modified time | relevance | path

Searched refs:primid_passthru (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c594 bool primid_passthru = l.primid_loc != 0xff; variable
1081 OUT_REG(ring, A6XX_PC_PRIMID_PASSTHRU(primid_passthru));
1115 OUT_RING(ring, COND(primid_passthru,
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c732 bool primid_passthru) in tu6_emit_vs_system_values()
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()
727 tu6_emit_vs_system_values(struct tu_cs *cs, const struct ir3_shader_variant *vs, const struct ir3_shader_variant *hs, const struct ir3_shader_variant *ds, const struct ir3_shader_variant *gs, bool primid_passthru) tu6_emit_vs_system_values() argument

Completed in 8 milliseconds