Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DGlslangToSpv.cpp2115 return builder.createUnaryOp(spv::OpBitcast, desiredTypeId, in translateForcedType()
2126 return builder.createUnaryOp(spv::OpTranspose, desiredTypeId, object); in translateForcedType()
2191 length = builder.createUnaryOp(spv::OpBitcast, builder.makeIntType(32), length); in visitUnary()
2352 constituent = builder.createUnaryOp(spv::OpCopyLogical, lType, constituent); in createCompositeConstruct()
4219 spv::Id logicalCopy = builder.createUnaryOp(spv::OpCopyLogical, lType, rValue); in multiTypeStore()
4773 …params.sampler = builder.createUnaryOp(spv::OpImage, builder.getImageType(params.sampler), params.… in createImageTextureFunctionCall()
4793 …return builder.createUnaryOp(spv::OpImageSparseTexelsResident, builder.makeBoolType(), arguments[0… in createImageTextureFunctionCall()
5030 …params.sampler = builder.createUnaryOp(spv::OpImage, builder.getImageType(params.sampler), params.… in createImageTextureFunctionCall()
5096 …params.sampler = builder.createUnaryOp(spv::OpImage, builder.getImageType(params.sampler), params.… in createImageTextureFunctionCall()
6206 id = builder.createUnaryOp(unaryOp, typeId, operand); in createUnaryOperation()
[all …]
DSpvBuilder.h403 Id createUnaryOp(Op, Id typeId, Id operand);
DSpvBuilder.cpp1746 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp() function in spv::Builder
2290 resultId = createUnaryOp(equal ? OpAll : OpAny, boolType, resultId); in createCompositeCompare()