Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp2311 Id argComp = sources[arg]; in createMatrixConstructor() local
2314 argComp = createCompositeExtract(sources[arg], componentTypeId, comp); in createMatrixConstructor()
2315 setPrecision(argComp, precision); in createMatrixConstructor()
2317 ids[col][row++] = argComp; in createMatrixConstructor()