Searched refs:mHalf2Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 76 private Allocation mHalf2Allocation; // half2 field in MainActivity 313 mHalf2Allocation = Allocation.createSized(mRS, Element.F16_2(mRS), mAllocSize / 2); in createFloatAllocations() 376 mHalf2Allocation.copyFromUnchecked(buffer_half); in initFloatAllocations() 530 mHalf2Allocation.destroy(); in runScript()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 65 sp<Allocation> mHalf2Allocation; // half2 variable 260 mHalf2Allocation = Allocation::createSized(mRS, Element::F16_2(mRS), mAllocSize / 2); in createFloatAllocations() 307 mHalf2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_half); in initFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 69 sp<Allocation> mHalf2Allocation; // half2 variable 264 mHalf2Allocation = Allocation::createSized(mRS, Element::F16_2(mRS), mAllocSize / 2); in createFloatAllocations() 311 mHalf2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_half); in initFloatAllocations()
|