Lines Matching refs:TCS
1918 - intel/compiler: Fix passthrough TCS regressions from program rename
2081 - nir: fix gathering TCS cross invocation access with lowered IO
2086 - radeonsi: don't allocate LDS for TCS outputs if they are not read
2089 - radeonsi: merge TCS and TCS epilog conditional blocks
2091 - radeonsi: if VS and TCS have the same number of threads, merge the conditonals
2093 - ac/llvm: prepare for passing VS->TCS IO via VGPRs
2094 - radeonsi: pass VS->TCS IO via VGPRs if VS and TCS have the same thread count
2095 - radeonsi: don't insert barrier between VS/TCS if all TCS inputs come from VGPRs
2096 - radeonsi: don't allocate LDS for TCS inputs if it's not used
2525 - zink: unset generated TCS if its parent TESS is unset
3159 - aco: Skip TCS s_barrier when VS outputs are not stored in the LDS.