Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1882 length = builder.createUnaryOp(spv::OpBitcast, builder.makeIntType(32), length); in visitUnary()
4049 …params.sampler = builder.createUnaryOp(spv::OpImage, builder.getImageType(params.sampler), params.…
4068 …return builder.createUnaryOp(spv::OpImageSparseTexelsResident, builder.makeBoolType(), arguments[0…
4315 …params.sampler = builder.createUnaryOp(spv::OpImage, builder.getImageType(params.sampler), params.…
4393 …params.sampler = builder.createUnaryOp(spv::OpImage, builder.getImageType(params.sampler), params.…
5444 id = builder.createUnaryOp(unaryOp, typeId, operand);
5475 spv::Id destVec = builder.createUnaryOp(op, destVecType, srcVec);
5562 return builder.createUnaryOp(convOp, type, operand);
5905 result = builder.createUnaryOp(convOp, destType, operand);
6190 return builder.createUnaryOp(spv::OpBitcast, typeId,
[all …]
DSpvBuilder.h332 Id createUnaryOp(Op, Id typeId, Id operand);
DSpvBuilder.cpp1542 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp() function in spv::Builder
2085 resultId = createUnaryOp(equal ? OpAll : OpAny, boolType, resultId); in createCompositeCompare()