Searched refs:typeF64_2Builder (Results 1 – 3 of 3) sorted by relevance
273 Type::Builder typeF64_2Builder(mRS, Element::F64_2(mRS)); in createFloatAllocations() local274 typeF64_2Builder.setX(4); in createFloatAllocations()275 typeF64_2Builder.setY(1); in createFloatAllocations()276 typeF64_2Builder.setZ(3); in createFloatAllocations()279 mDouble2Allocation = Allocation::createTyped(mRS, typeF64_2Builder.create()); in createFloatAllocations()
277 Type::Builder typeF64_2Builder(mRS, Element::F64_2(mRS)); in createFloatAllocations() local278 typeF64_2Builder.setX(4); in createFloatAllocations()279 typeF64_2Builder.setY(1); in createFloatAllocations()280 typeF64_2Builder.setZ(3); in createFloatAllocations()283 mDouble2Allocation = Allocation::createTyped(mRS, typeF64_2Builder.create()); in createFloatAllocations()
333 Type.Builder typeF64_2Builder = new Type.Builder(mRS, Element.F64_2(mRS)); in createFloatAllocations() local334 typeF64_2Builder.setX(4); in createFloatAllocations()335 typeF64_2Builder.setY(1); in createFloatAllocations()336 typeF64_2Builder.setZ(3); in createFloatAllocations()340 mDouble2Allocation = Allocation.createTyped(mRS, typeF64_2Builder.create()); in createFloatAllocations()