Searched refs:typeI32_3Builder (Results 1 – 3 of 3) sorted by relevance
103 Type::Builder typeI32_3Builder(mRS, Element::I32_3(mRS)); in createSignedAllocations() local104 typeI32_3Builder.setX(3); in createSignedAllocations()105 typeI32_3Builder.setY(2); in createSignedAllocations()109 mInt3Allocation = Allocation::createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()
107 Type::Builder typeI32_3Builder(mRS, Element::I32_3(mRS)); in createSignedAllocations() local108 typeI32_3Builder.setX(3); in createSignedAllocations()109 typeI32_3Builder.setY(2); in createSignedAllocations()113 mInt3Allocation = Allocation::createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()
148 Type.Builder typeI32_3Builder = new Type.Builder(mRS, Element.I32_3(mRS)); in createSignedAllocations() local149 typeI32_3Builder.setX(3); in createSignedAllocations()150 typeI32_3Builder.setY(2); in createSignedAllocations()156 mInt3Allocation = Allocation.createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()