Home
last modified time | relevance | path

Searched refs:mDouble4Allocation (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java88 private Allocation mDouble4Allocation; // double4 field in MainActivity
355 mDouble4Allocation = Allocation.createTyped(mRS, typeF64_4Builder.create()); in createFloatAllocations()
388 mDouble4Allocation.copyFrom(buffer_double); in initFloatAllocations()
525 mScript.forEach_add_half_kernel(mDouble4Allocation, mDouble3Allocation); in runScript()
541 mDouble4Allocation.destroy(); in runScript()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp77 sp<Allocation> mDouble4Allocation; // double4 variable
292 mDouble4Allocation = Allocation::createTyped(mRS, typeF64_4Builder.create()); in createFloatAllocations()
323 mDouble4Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double); in initFloatAllocations()
411 mScript->forEach_add_half_kernel(mDouble4Allocation, mDouble3Allocation); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp81 sp<Allocation> mDouble4Allocation; // double4 variable
296 mDouble4Allocation = Allocation::createTyped(mRS, typeF64_4Builder.create()); in createFloatAllocations()
327 mDouble4Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double); in initFloatAllocations()
421 mScript->forEach_add_half_kernel(mDouble4Allocation, mDouble3Allocation); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()