Searched refs:typeI16_2Builder (Results 1 – 3 of 3) sorted by relevance
93 Type::Builder typeI16_2Builder(mRS, Element::I16_2(mRS)); in createSignedAllocations() local94 typeI16_2Builder.setX(6); in createSignedAllocations()95 typeI16_2Builder.setY(1); in createSignedAllocations()96 typeI16_2Builder.setZ(2); in createSignedAllocations()99 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()
97 Type::Builder typeI16_2Builder(mRS, Element::I16_2(mRS)); in createSignedAllocations() local98 typeI16_2Builder.setX(6); in createSignedAllocations()99 typeI16_2Builder.setY(1); in createSignedAllocations()100 typeI16_2Builder.setZ(2); in createSignedAllocations()103 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()
134 Type.Builder typeI16_2Builder = new Type.Builder(mRS, Element.I16_2(mRS)); in createSignedAllocations() local135 typeI16_2Builder.setX(6); in createSignedAllocations()136 typeI16_2Builder.setY(1); in createSignedAllocations()137 typeI16_2Builder.setZ(2); in createSignedAllocations()141 mShort2Allocation = Allocation.createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()