Searched defs:OutputBuffer (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dbuilder_test.cpp72 auto OutputBuffer = b.MakeVariable(StructPtrTy2, StorageClass::Uniform); local
73 OutputBuffer->decorate(Decoration::DescriptorSet)->addExtraOperand(0);
74 OutputBuffer->decorate(Decoration::Binding)->addExtraOperand(1);
75 m->addVariable(OutputBuffer);
161 auto OutPtr = b.MakeAccessChain(VF4PtrTy, OutputBuffer, {ConstZero, Index});
/frameworks/rs/rsov/compiler/
H A DWrapper.cpp205 VariableInst *OutputBuffer = AddBuffer(resultType, 1, b, m); local
208 b.MakeAccessChain(resultPtrType, OutputBuffer, {ConstZero, Index});

Completed in 47 milliseconds