Searched refs:typeF64_4Builder (Results 1 – 3 of 3) sorted by relevance
286 Type::Builder typeF64_4Builder(mRS, Element::F64_4(mRS)); in createFloatAllocations() local287 typeF64_4Builder.setX(1); in createFloatAllocations()288 typeF64_4Builder.setY(2); in createFloatAllocations()289 typeF64_4Builder.setZ(3); in createFloatAllocations()292 mDouble4Allocation = Allocation::createTyped(mRS, typeF64_4Builder.create()); in createFloatAllocations()
290 Type::Builder typeF64_4Builder(mRS, Element::F64_4(mRS)); in createFloatAllocations() local291 typeF64_4Builder.setX(1); in createFloatAllocations()292 typeF64_4Builder.setY(2); in createFloatAllocations()293 typeF64_4Builder.setZ(3); in createFloatAllocations()296 mDouble4Allocation = Allocation::createTyped(mRS, typeF64_4Builder.create()); in createFloatAllocations()
348 Type.Builder typeF64_4Builder = new Type.Builder(mRS, Element.F64_4(mRS)); in createFloatAllocations() local349 typeF64_4Builder.setX(1); in createFloatAllocations()350 typeF64_4Builder.setY(2); in createFloatAllocations()351 typeF64_4Builder.setZ(3); in createFloatAllocations()355 mDouble4Allocation = Allocation.createTyped(mRS, typeF64_4Builder.create()); in createFloatAllocations()