Home
last modified time | relevance | path

Searched defs:vectorLength (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/OpenACC/IR/
DOpenACC.cpp201 OptionalParseResult async, numGangs, numWorkers, vectorLength; in parseParallelOp() local
377 if (Value vectorLength = op.vectorLength()) in print() local
589 if (Value vectorLength = op.vectorLength()) in print() local
/external/llvm-project/mlir/test/lib/Transforms/
DTestSparsification.cpp31 Option<int32_t> vectorLength{ member
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp341 size_t vectorLength; member
350 std::vector<deUint8> packFloats (const std::vector<T>& values, size_t vectorLength) in packFloats()
368 std::vector<T> unpackFloats (const std::vector<deUint8>& memory, size_t vectorLength, size_t expect… in unpackFloats()
423 size_t vectorLength; member
/external/fonttools/Lib/fontTools/misc/
DarrayTools.py91 def vectorLength(vector): function
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js1016 J3DIVector3.prototype.vectorLength = function() method in J3DIVector3
/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp140 mlir::Value vectorLength; in genACC() local
268 mlir::Value vectorLength; in genACCParallelOp() local
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DTransforms.h853 unsigned vectorLength; member