Home
last modified time | relevance | path

Searched refs:inVector (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/test_conformance/relationals/
Dtest_shuffles.cpp141 static void shuffleVector( unsigned char *inVector, unsigned char *outVector, ShuffleOrder order, s… in shuffleVector() argument
145 unsigned char *inPtr = inVector + typeSize *order[ i ]; in shuffleVector()
151 static void shuffleVector2( unsigned char *inVector, unsigned char *outVector, ShuffleOrder order, … in shuffleVector2() argument
156 memcpy( outPtr, inVector, typeSize ); in shuffleVector2()
157 inVector += typeSize; in shuffleVector2()
161 static void shuffleVectorDual( unsigned char *inVector, unsigned char *inSecondVector, unsigned cha… in shuffleVectorDual() argument
180 inPtr = inVector + typeSize * ( order[ i ] & lowerBits ); in shuffleVectorDual()
/external/llvm-project/clang/test/CodeGenObjCXX/
Dproperty-dot-copy.mm8 Vector3D(const Vector3D &inVector);
/external/clang/test/CodeGenObjCXX/
Dproperty-dot-copy.mm8 Vector3D(const Vector3D &inVector);
/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp1412 TVarLiveVector inVector, outVector, uniformVector; in addStage() local
1424 for (auto& var : inVarMap) { inVector.push_back(var); } in addStage()
1425 …std::sort(inVector.begin(), inVector.end(), [](const TVarLivePair& p1, const TVarLivePair& p2) -> … in addStage()
1443 std::for_each(inVector.begin(), inVector.end(), inOutNotify); in addStage()
1448 for (auto& var : inVector) { inOutResolve(var); } in addStage()
1449 std::for_each(inVector.begin(), inVector.end(), [&inVarMap](TVarLivePair p) { in addStage()
/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp588 Value inVector = local(ivs.drop_back()); in matchAndRewrite() local
590 Value vector = vector_insert_element(remote(indices), inVector, pos); in matchAndRewrite()
594 Value vector = vector_insert_element(transfer.padding(), inVector, pos); in matchAndRewrite()