Searched refs:typeU64Builder (Results 1 – 3 of 3) sorted by relevance
201 Type::Builder typeU64Builder(mRS, Element::U64(mRS)); in createUnsignedAllocations() local202 typeU64Builder.setX(4); in createUnsignedAllocations()203 typeU64Builder.setY(3); in createUnsignedAllocations()204 typeU64Builder.setZ(2); in createUnsignedAllocations()206 mULongAllocation = Allocation::createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()
205 Type::Builder typeU64Builder(mRS, Element::U64(mRS)); in createUnsignedAllocations() local206 typeU64Builder.setX(4); in createUnsignedAllocations()207 typeU64Builder.setY(3); in createUnsignedAllocations()208 typeU64Builder.setZ(2); in createUnsignedAllocations()210 mULongAllocation = Allocation::createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()
257 Type.Builder typeU64Builder = new Type.Builder(mRS, Element.U64(mRS)); in createUnsignedAllocations() local258 typeU64Builder.setX(4); in createUnsignedAllocations()259 typeU64Builder.setY(3); in createUnsignedAllocations()260 typeU64Builder.setZ(2); in createUnsignedAllocations()262 mULongAllocation = Allocation.createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()