Searched refs:locate_linkage (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 54 locate_linkage(ubyte name, ubyte index, struct tgsi_shader_info *info); 635 unsigned vs_slot = locate_linkage(semantic_name, semantic_idx, &ctx->vs->info.base); in CompileGS() 880 cv = locate_linkage(TGSI_SEMANTIC_CLIPVERTEX, 0, in CompileVS() 900 unsigned cv = locate_linkage(TGSI_SEMANTIC_CLIPDIST, val < 4 ? 0 : 1, in CompileVS() 1003 locate_linkage(ubyte name, ubyte index, struct tgsi_shader_info *info) in locate_linkage() function 1157 locate_linkage(semantic_name, semantic_idx, pPrevShader) - 1; in CompileFS() 1192 bcolorAttrib = locate_linkage( in CompileFS()
|