Searched refs:semantic_idx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp638 ubyte semantic_idx = info->input_semantic_index[slot]; local in function:BuilderSWR::CompileGS
640 unsigned vs_slot = locate_linkage(semantic_name, semantic_idx, &ctx->vs->info.base);
1139 ubyte semantic_idx = swr_fs->info.base.input_semantic_index[attrib]; local in function:BuilderSWR::CompileFS
1168 locate_linkage(semantic_name, semantic_idx, pPrevShader) - 1;
1177 key.sprite_coord_enable & (1 << semantic_idx)) {
1204 TGSI_SEMANTIC_BCOLOR, semantic_idx, pPrevShader) - 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp1596 ubyte semantic_idx = info->input_semantic_index[slot]; local in function:BuilderSWR::CompileGS
1598 unsigned vs_slot = locate_linkage(semantic_name, semantic_idx, &ctx->vs->info.base);
1903 ubyte semantic_idx = info->input_semantic_index[slot]; local in function:BuilderSWR::CompileTES
1907 unsigned tcs_slot = locate_linkage(semantic_name, semantic_idx, pPrevShader);
1916 tcs_slot = semantic_idx;
2137 ubyte semantic_idx = info->input_semantic_index[slot]; local in function:BuilderSWR::CompileTCS
2140 locate_linkage(semantic_name, semantic_idx, &ctx->vs->info.base);
2729 ubyte semantic_idx = swr_fs->info.base.input_semantic_index[attrib]; local in function:BuilderSWR::CompileFS
2773 locate_linkage(semantic_name, semantic_idx, pPrevShader) - 1;
2782 key.sprite_coord_enable & (1 << semantic_idx)) {
[all...]

Completed in 8 milliseconds