Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp76 sp<Allocation> mDouble3Allocation; // double3 variable
291 mDouble3Allocation = Allocation::createTyped(mRS, typeF64_3Builder.create()); in createFloatAllocations()
322 mDouble3Allocation->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.cpp80 sp<Allocation> mDouble3Allocation; // double3 variable
295 mDouble3Allocation = Allocation::createTyped(mRS, typeF64_3Builder.create()); in createFloatAllocations()
326 mDouble3Allocation->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()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java87 private Allocation mDouble3Allocation; // double3 field in MainActivity
353 mDouble3Allocation = Allocation.createTyped(mRS, typeF64_3Builder.create()); in createFloatAllocations()
387 mDouble3Allocation.copyFrom(buffer_double); in initFloatAllocations()
525 mScript.forEach_add_half_kernel(mDouble4Allocation, mDouble3Allocation); in runScript()