Searched refs:tcs_slot (Results 1 – 1 of 1) sorted by relevance
1907 unsigned tcs_slot = locate_linkage(semantic_name, semantic_idx, pPrevShader); in CompileTES() local1908 assert(tcs_slot < PIPE_MAX_SHADER_OUTPUTS); in CompileTES()1913 tcs_slot = tcs_slot + VERTEX_ATTRIB_START_SLOT - sgvAttrs - tessLevelAttrs; in CompileTES()1916 tcs_slot = semantic_idx; in CompileTES()1919 tcs_slot = VERTEX_POSITION_SLOT; in CompileTES()1928 STORE(C(tcs_slot), patchAttribMap, {0, slot}); in CompileTES()1930 STORE(C(tcs_slot), vtxAttribMap, {0, slot}); in CompileTES()1932 mapConstants.push_back(C(tcs_slot)); in CompileTES()