Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.cpp2374 const auto accumulateVectorConstituents = [&](Id sourceArg) { in createConstructor() argument
2375 unsigned int sourceSize = getNumComponents(sourceArg); in createConstructor()
2383 latchResult(createRvalueSwizzle(precision, scalarTypeId, sourceArg, swiz)); in createConstructor()
2388 const auto accumulateMatrixConstituents = [&](Id sourceArg) { in createConstructor() argument
2389 unsigned int sourceSize = getNumColumns(sourceArg) * getNumRows(sourceArg); in createConstructor()
2397 if (row >= getNumRows(sourceArg)) { in createConstructor()
2404 latchResult(createCompositeExtract(sourceArg, scalarTypeId, indexes)); in createConstructor()
/third_party/typescript/tests/lib/
Dlib.d.ts11736 …bleArg: boolean, dataArg: any, originArg: string, lastEventIdArg: string, sourceArg: Window): void;