• Home
  • Raw
  • Download

Lines Matching refs:createCompositeExtract

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()
5260 return builder.createCompositeExtract(res, resultType(), 0); in createImageTextureFunctionCall()
5280 spv::Id projComp = builder.createCompositeExtract(params.coords, in createImageTextureFunctionCall()
5761 … spv::Id leftVec = leftMat ? builder.createCompositeExtract( left, vecType, indexes) : smearVec; in createBinaryMatrixOperation()
5762 … spv::Id rightVec = rightMat ? builder.createCompositeExtract(right, vecType, indexes) : smearVec; in createBinaryMatrixOperation()
6236 spv::Id srcVec = builder.createCompositeExtract(operand, srcVecType, indexes); in createUnaryMatrixOperation()
6970 components.push_back(builder.createCompositeExtract(result, uintType, 0)); in createInvocationsOperation()
6971 components.push_back(builder.createCompositeExtract(result, uintType, 1)); in createInvocationsOperation()
7103 …spv::IdImmediate scalar = { true, builder.createCompositeExtract(operands[0], scalarType, indexes)… in CreateInvocationsVectorOperation()
7895 id = builder.createCompositeExtract(mulOp, typeId, 0); in createMiscOperation()
7898 …id = builder.createBinOp(spv::OpIAdd, typeId, id, builder.createCompositeExtract(mulOp, typeId, i)… in createMiscOperation()
7926 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
7927 id = builder.createCompositeExtract(id, typeId0, 0); in createMiscOperation()
7931 builder.createStore(builder.createCompositeExtract(id, typeId0, 0), operands[3]); in createMiscOperation()
7932 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
7939 spv::Id member1 = builder.createCompositeExtract(id, frexpIntType, 1); in createMiscOperation()
7944 … builder.createStore(builder.createCompositeExtract(id, frexpIntType, 1), operands[1]); in createMiscOperation()
7945 id = builder.createCompositeExtract(id, typeId0, 0); in createMiscOperation()