Searched refs:locate_linkage (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 93 locate_linkage(ubyte name, ubyte index, struct tgsi_shader_info *info); 1598 unsigned vs_slot = locate_linkage(semantic_name, semantic_idx, &ctx->vs->info.base); in CompileGS() 1907 unsigned tcs_slot = locate_linkage(semantic_name, semantic_idx, pPrevShader); in CompileTES() 2140 locate_linkage(semantic_name, semantic_idx, &ctx->vs->info.base); in CompileTCS() 2460 cv = locate_linkage(TGSI_SEMANTIC_CLIPVERTEX, 0, in CompileVS() 2493 unsigned cv = locate_linkage(TGSI_SEMANTIC_CLIPDIST, val < 4 ? 0 : 1, pLastFE); in CompileVS() 2599 locate_linkage(ubyte name, ubyte index, struct tgsi_shader_info *info) in locate_linkage() function 2773 locate_linkage(semantic_name, semantic_idx, pPrevShader) - 1; in CompileFS() 2808 bcolorAttrib = locate_linkage( in CompileFS()
|