Lines Matching refs:TCS
2051 - r600/sfn: Add VS for TCS shader skeleton
4126 - nir: fix packing of TCS varyings not read by the TES
4164 - aco: Implement load_view_index for TCS and TES.
4191 - aco: Only write TCS outputs to LDS when they are read by the TCS.
4192 - aco: Don't store TCS outputs to LDS when we're sure that none are
4202 - aco: Allow combining TCS output VMEM stores.
4204 - aco: Skip 2nd read of merged wave info when TCS in/out vertices are
4216 - aco: Don't store LS VS outputs to LDS when TCS doesn't need them.
4233 - aco: Only store TCS outputs to VMEM when they are read by TES.
4238 - aco: Use 24-bit multiplication in TCS I/O
4242 - aco: Use context variables instead of calculating TCS inputs/outputs.
4243 - aco: Remember VS/TCS output driver locations.