Home
last modified time | relevance | path

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

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