Searched refs:makeVectorType (Results 1 - 3 of 3) sorted by relevance
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 2393 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in convertLoadedBoolInUniformToUint() 2440 spv::Id ivec4_type = builder.makeVectorType(builder.makeUintType(32), 4); in getForcedType() 2486 spv::Id vecType = builder.makeVectorType(builder.getContainedTypeId(objectTypeId), 2); in translateForcedType() 3701 spv::Id typeId = builder.makeArrayType(builder.makeVectorType(builder.makeFloatType(32), 3), in visitAggregate() 3907 builder.makeVectorType(builder.makeBoolType(), in visitSelection() 4621 spvType = builder.makeVectorType(spvType, type.getVectorSize()); in convertGlslangToSpvType() 5118 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in accessChainStore() 5847 builder.makeCompositeConstant(builder.makeVectorType(builder.makeIntType(32), 2), comps) }; in createImageTextureFunctionCall() 6065 builder.makeVectorType(builder.makeIntType(32), 2), comps)); in createImageTextureFunctionCall() 6759 spv::Id vecType = builder.makeVectorType(scalarTyp in createBinaryMatrixOperation() [all...] |
H A D | SpvBuilder.cpp | 412 Id Builder::makeVectorType(Id component, int size) in makeVectorType() function in spv::Builder 444 Id column = makeVectorType(component, rows); in makeMatrixType() 2827 left = smearScalar(precision, left, makeVectorType(getTypeId(left), getNumComponents(right))); in promoteScalar() 2829 right = smearScalar(precision, right, makeVectorType(getTypeId(right), getNumComponents(left))); in promoteScalar() 3130 resultType = makeVectorType(intType, numComponents); in createTextureQueryCall() 3135 resultType = makeVectorType(getScalarTypeId(getTypeId(parameters.coords)), 2); in createTextureQueryCall() 3195 resultId = createBinOp(op, makeVectorType(boolType, numConstituents), value1, value2); in createCompositeCompare() 3813 swizzledType = makeVectorType(swizzledType, (int)accessChain.swizzle.size()); in accessChainLoad() 3865 type = makeVectorType(getContainedTypeId(type), (int)accessChain.swizzle.size()); in accessChainGetInferredType() 3984 Id mapType = makeVectorType(makeUintTyp in remapDynamicSwizzle() [all...] |
H A D | SpvBuilder.h | 198 Id makeVectorType(Id component, int size);
|
Completed in 18 milliseconds