Searched refs:typeF16_3Builder (Results 1 – 3 of 3) sorted by relevance
255 Type::Builder typeF16_3Builder(mRS, Element::F16_3(mRS)); in createFloatAllocations() local256 typeF16_3Builder.setX(1); in createFloatAllocations()257 typeF16_3Builder.setY(6); in createFloatAllocations()261 mHalf3Allocation = Allocation::createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()
259 Type::Builder typeF16_3Builder(mRS, Element::F16_3(mRS)); in createFloatAllocations() local260 typeF16_3Builder.setX(1); in createFloatAllocations()261 typeF16_3Builder.setY(6); in createFloatAllocations()265 mHalf3Allocation = Allocation::createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()
307 Type.Builder typeF16_3Builder = new Type.Builder(mRS, Element.F16_3(mRS)); in createFloatAllocations() local308 typeF16_3Builder.setX(1); in createFloatAllocations()309 typeF16_3Builder.setY(6); in createFloatAllocations()315 mHalf3Allocation = Allocation.createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()