HomeSort by relevance Sort by last modified time
    Searched refs:StructPtrTy (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/rsov/compiler/
Wrapper.cpp 48 auto StructPtrTy = m->getPointerType(StorageClass::Uniform, StructTy);
50 VariableInst *bufferVar = b.MakeVariable(StructPtrTy, StorageClass::Uniform);
243 TypePointerInst *StructPtrTy =
246 static_cast<TypeStructInst *>(StructPtrTy->mOperand2.mInstruction);
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 57 auto StructPtrTy = m->getPointerType(StorageClass::Uniform, StructTy);
59 auto InputBuffer = b.MakeVariable(StructPtrTy, StorageClass::Uniform);

Completed in 141 milliseconds