Searched refs:typeI8Builder (Results 1 – 3 of 3) sorted by relevance
83 Type::Builder typeI8Builder(mRS, Element::I8(mRS)); in createSignedAllocations() local84 typeI8Builder.setX(1); // One element here to test 16 byte memory alignment in createSignedAllocations()85 typeI8Builder.setY(3); in createSignedAllocations()86 typeI8Builder.setZ(8); in createSignedAllocations()88 mCharAllocation = Allocation::createTyped(mRS, typeI8Builder.create()); in createSignedAllocations()
87 Type::Builder typeI8Builder(mRS, Element::I8(mRS)); in createSignedAllocations() local88 typeI8Builder.setX(1); // One element here to test 16 byte memory alignment in createSignedAllocations()89 typeI8Builder.setY(3); in createSignedAllocations()90 typeI8Builder.setZ(8); in createSignedAllocations()92 mCharAllocation = Allocation::createTyped(mRS, typeI8Builder.create()); in createSignedAllocations()
120 Type.Builder typeI8Builder = new Type.Builder(mRS, Element.I8(mRS)); in createSignedAllocations() local121 typeI8Builder.setX(1); // One element here to test 16 byte memory alignment in createSignedAllocations()122 typeI8Builder.setY(3); in createSignedAllocations()123 typeI8Builder.setZ(8); in createSignedAllocations()125 mCharAllocation = Allocation.createTyped(mRS, typeI8Builder.create()); in createSignedAllocations()