Searched refs:YValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/
H A DWrapper.cpp101 Instruction *YValue = nullptr; local
120 YValue = b.MakeCompositeExtract(UIntTy, IID, {1});
121 Blk->addInstruction(YValue);
156 auto NumRows = b.MakeIAdd(UIntTy, YValue, RowsAlongZ);
192 inputs.push_back(YValue);
/frameworks/rs/rsov/compiler/spirit/
H A Dbuilder_test.cpp116 auto YValue = b.MakeCompositeExtract(UIntTy, IID, {1}); local
117 Blk->addInstruction(YValue);
129 auto Tmp1 = b.MakeIMul(UIntTy, YValue, GSizeX);

Completed in 346 milliseconds