Searched refs:typeU32_4Builder (Results 1 – 3 of 3) sorted by relevance
191 Type::Builder typeU32_4Builder(mRS, Element::U32_4(mRS)); in createUnsignedAllocations() local192 typeU32_4Builder.setX(1); in createUnsignedAllocations()193 typeU32_4Builder.setY(1); in createUnsignedAllocations()194 typeU32_4Builder.setZ(6); in createUnsignedAllocations()199 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()
195 Type::Builder typeU32_4Builder(mRS, Element::U32_4(mRS)); in createUnsignedAllocations() local196 typeU32_4Builder.setX(1); in createUnsignedAllocations()197 typeU32_4Builder.setY(1); in createUnsignedAllocations()198 typeU32_4Builder.setZ(6); in createUnsignedAllocations()203 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()
243 Type.Builder typeU32_4Builder = new Type.Builder(mRS, Element.U32_4(mRS)); in createUnsignedAllocations() local244 typeU32_4Builder.setX(1); in createUnsignedAllocations()245 typeU32_4Builder.setY(1); in createUnsignedAllocations()246 typeU32_4Builder.setZ(6); in createUnsignedAllocations()254 mUInt4Allocation = Allocation.createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()