Searched refs:mHalf4Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 78 private Allocation mHalf4Allocation; // half4 field in MainActivity 317 mHalf4Allocation = Allocation.createSized(mRS, Element.F16_4(mRS), mAllocSize / 4); in createFloatAllocations() 378 mHalf4Allocation.copyFromUnchecked(buffer_half); in initFloatAllocations() 534 mHalf4Allocation.destroy(); in runScript()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 67 sp<Allocation> mHalf4Allocation; // half4 variable 262 mHalf4Allocation = Allocation::createSized(mRS, Element::F16_4(mRS), mAllocSize / 4); in createFloatAllocations() 309 mHalf4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_half); in initFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 71 sp<Allocation> mHalf4Allocation; // half4 variable 266 mHalf4Allocation = Allocation::createSized(mRS, Element::F16_4(mRS), mAllocSize / 4); in createFloatAllocations() 313 mHalf4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_half); in initFloatAllocations()
|