Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.cpp2523 Id argComp = sources[arg]; in createMatrixConstructor() local
2526 argComp = createCompositeExtract(sources[arg], componentTypeId, comp); in createMatrixConstructor()
2527 setPrecision(argComp, precision); in createMatrixConstructor()
2529 ids[col][row++] = argComp; in createMatrixConstructor()