Searched refs:typeF64_3Builder (Results 1 – 3 of 3) sorted by relevance
281 Type::Builder typeF64_3Builder(mRS, Element::F64_3(mRS)); in createFloatAllocations() local282 typeF64_3Builder.setX(1); in createFloatAllocations()283 typeF64_3Builder.setY(2); in createFloatAllocations()284 typeF64_3Builder.setZ(3); in createFloatAllocations()291 mDouble3Allocation = Allocation::createTyped(mRS, typeF64_3Builder.create()); in createFloatAllocations()
285 Type::Builder typeF64_3Builder(mRS, Element::F64_3(mRS)); in createFloatAllocations() local286 typeF64_3Builder.setX(1); in createFloatAllocations()287 typeF64_3Builder.setY(2); in createFloatAllocations()288 typeF64_3Builder.setZ(3); in createFloatAllocations()295 mDouble3Allocation = Allocation::createTyped(mRS, typeF64_3Builder.create()); in createFloatAllocations()
343 Type.Builder typeF64_3Builder = new Type.Builder(mRS, Element.F64_3(mRS)); in createFloatAllocations() local344 typeF64_3Builder.setX(1); in createFloatAllocations()345 typeF64_3Builder.setY(2); in createFloatAllocations()346 typeF64_3Builder.setZ(3); in createFloatAllocations()353 mDouble3Allocation = Allocation.createTyped(mRS, typeF64_3Builder.create()); in createFloatAllocations()