Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1596 ubyte semantic_idx = info->input_semantic_index[slot]; in CompileGS() local
1598 unsigned vs_slot = locate_linkage(semantic_name, semantic_idx, &ctx->vs->info.base); in CompileGS()
1903 ubyte semantic_idx = info->input_semantic_index[slot]; in CompileTES() local
1907 unsigned tcs_slot = locate_linkage(semantic_name, semantic_idx, pPrevShader); in CompileTES()
1916 tcs_slot = semantic_idx; in CompileTES()
2137 ubyte semantic_idx = info->input_semantic_index[slot]; in CompileTCS() local
2140 locate_linkage(semantic_name, semantic_idx, &ctx->vs->info.base); in CompileTCS()
2729 ubyte semantic_idx = swr_fs->info.base.input_semantic_index[attrib]; in CompileFS() local
2773 locate_linkage(semantic_name, semantic_idx, pPrevShader) - 1; in CompileFS()
2782 key.sprite_coord_enable & (1 << semantic_idx)) { in CompileFS()
[all …]