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

  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 81 auto V3UIntTy = m->getVectorType(UIntTy, 3);
82 auto V3UIntPtrTy = m->getPointerType(StorageClass::Input, V3UIntTy);
112 auto IID = b.MakeLoad(V3UIntTy, InvocationID);
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 112 TypeVectorInst *V3UIntTy = m->getVectorType(UIntTy, 3);
114 auto IID = b.MakeLoad(V3UIntTy, InvocationId);
129 m->getConstantComposite(V3UIntTy, ConstOne, ConstOne, ConstOne);
138 auto NumGroup = b.MakeLoad(V3UIntTy, NumWorkgroups);

Completed in 419 milliseconds