Searched refs:createCompositeExtract (Results 1 – 3 of 3) sorted by relevance
/third_party/glslang/SPIRV/ |
D | SpvBuilder.cpp | 1614 Id Builder::createCompositeExtract(Id composite, Id typeId, unsigned index) in createCompositeExtract() function in spv::Builder 1630 Id Builder::createCompositeExtract(Id composite, Id typeId, const std::vector<unsigned>& indexes) in createCompositeExtract() function in spv::Builder 1852 return setPrecision(createCompositeExtract(source, typeId, channels.front()), precision); in createRvalueSwizzle() 2173 createStore(createCompositeExtract(resultId, typeId1, 1), parameters.texelOut); in createTextureCall() 2174 resultId = createCompositeExtract(resultId, typeId0, 0); in createTextureCall() 2305 Id constituent1 = createCompositeExtract(value1, constituentType1, indexes); in createCompositeCompare() 2306 Id constituent2 = createCompositeExtract(value2, constituentType2, indexes); in createCompositeCompare() 2404 latchResult(createCompositeExtract(sourceArg, scalarTypeId, indexes)); in createConstructor() 2465 Id colv = createCompositeExtract(matrix, sourceColumnTypeId, indexes); in createMatrixConstructor() 2512 ids[col][row] = createCompositeExtract(matrix, componentTypeId, indexes); in createMatrixConstructor() [all …]
|
D | GlslangToSpv.cpp | 2111 …components.push_back(builder.createCompositeExtract(object, builder.getContainedTypeId(objectTypeI… in translateForcedType() 2112 …components.push_back(builder.createCompositeExtract(object, builder.getContainedTypeId(objectTypeI… in translateForcedType() 2357 rTypeConstituents.push_back(builder.createCompositeExtract(constituent, in createCompositeConstruct() 2368 … rTypeConstituents.push_back(builder.createCompositeExtract(constituent, elementRType, i)); in createCompositeConstruct() 4231 spv::Id elementRValue = builder.createCompositeExtract(rValue, elementRType, index); in multiTypeStore() 4252 spv::Id memberRValue = builder.createCompositeExtract(rValue, memberRType, m); in multiTypeStore() 4986 builder.createStore(builder.createCompositeExtract(resultId, typeId1, 1), texelOut); in createImageTextureFunctionCall() 4987 return builder.createCompositeExtract(resultId, typeId0, 0); in createImageTextureFunctionCall() 5131 params.Dref = builder.createCompositeExtract(params.coords, in createImageTextureFunctionCall() 5257 …builder.accessChainStore(builder.createCompositeExtract(res, builder.getContainedTypeId(resType, i… in createImageTextureFunctionCall() [all …]
|
D | SpvBuilder.h | 389 Id createCompositeExtract(Id composite, Id typeId, unsigned index); 390 Id createCompositeExtract(Id composite, Id typeId, const std::vector<unsigned>& indexes);
|