Home
last modified time | relevance | path

Searched refs:rs_type (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/frameworks/rs/script_api/include/
H A Drs_allocation_create.rsh154 rsCreateAllocation(rs_type type);
953 rs_type t = rsCreateType(e, dimX);
962 rs_type t = rsCreateType(e, dimX);
971 rs_type t = rsCreateType(e, dimX);
980 rs_type t = rsCreateType(e, dimX);
989 rs_type t = rsCreateType(e, dimX);
998 rs_type t = rsCreateType(e, dimX);
1007 rs_type t = rsCreateType(e, dimX);
1016 rs_type t = rsCreateType(e, dimX);
1025 rs_type t = rsCreateType(e, dimX);
[all …]
H A Drs_object_types.rsh57 * rs_type: Handle to a Type
63 typedef struct rs_type _RS_OBJECT_DECL rs_type;
H A Drs_object_info.rsh163 rsClearObject(rs_type* dst);
189 rsIsObject(rs_type v);
451 rsSetObject(rs_type* dst, rs_type src);
/aosp12/frameworks/rs/script_api/
H A Drs_allocation_create.spec77 ret: rs_type
107 ret: rs_type
117 ret: rs_type
126 ret: rs_type
135 arg: rs_type type, "Type of the Allocation"
157 arg: rs_type type
165 arg: rs_type type
209 rs_type t = rsCreateType(e, dimX, dimY);
223 rs_type t = rsCreateType(e, dimX, dimY);
235 rs_type t = rsCreateType(e, dimX);
[all …]
/aosp12/frameworks/compile/slang/lit-tests/P_ref_count/
H A Dref_count.rscript9 rs_type t;
22 // CHECK: call void @_Z11rsSetObjectP7rs_typeS_(%struct.rs_type{{.*}}* %{{.*}}, {{.*}})
24 // CHECK: call void @_Z13rsClearObjectP7rs_type(%struct.rs_type{{.*}}* {{.*}})
H A Dfunc_params.rscript16 // CHECK-SET: call void @_Z11rsSetObjectP7rs_typeS_(%struct.rs_type{{.*}}* %[[F2]], {{.*}})
32 // CHECK-CLR: call void @_Z13rsClearObjectP7rs_type(%struct.rs_type{{.*}}* %[[F20]])
43 rs_type f2;
/aosp12/frameworks/rs/driver/
H A DrsdType.cpp33 using android::renderscript::rs_type;
43 rs_type *obj) { in rsdTypeUpdateCachedObject()
H A DrsdType.h31 android::renderscript::rs_type *obj);
H A DrsdRuntimeStubs.cpp106 OPAQUETYPE(rs_type)
261 static android::renderscript::rs_type CreateType(RsElement element, in CreateType()
268 android::renderscript::rs_type obj = {}; in CreateType()
392 android::renderscript::rs_type obj = CreateType((RsElement) element.p, dimX, in rsCreateType()
398 Allocation *rsCreateAllocation(::rs_type type, in rsCreateAllocation()
417 android::renderscript::rs_type rsCreateType(::rs_element element, uint32_t dimX, in rsCreateType()
426 ::rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages, in rsCreateAllocation()
452 IS_CLEAR_SET_OBJ(::rs_type) in IS_CLEAR_SET_OBJ() argument
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Drstypes.rscript5 rs_type typeTest;
31 rs_type typeTestLocal;
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A Drstypes.rscript5 rs_type typeTest;
37 rs_type typeTestLocal;
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A Drstypes.rscript5 rs_type typeTest;
37 rs_type typeTestLocal;
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A Drstypes.rscript5 rs_type typeTest;
37 rs_type typeTestLocal;
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Drstypes.rscript21 rs_type typeTest;
47 rs_type typeTestLocal;
H A Dsingle_source_ref_count.rscript32 rs_type type = rsCreateType(element, dimX, dimY, dimZ);
55 rs_type type = rsCreateType(element, dimX, dimY, dimZ);
H A Dsingle_source_alloc.rscript146 rs_type type;
158 // Create and validate the rs_type object
326 // Test rs_type creation
381 rs_type I32_3_2D = rsCreateType(I32_3, 3, 4);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Drstypes.rscript23 rs_type typeTest;
49 rs_type typeTestLocal;
H A Dsingle_source_ref_count.rscript34 rs_type type = rsCreateType(element, dimX, dimY, dimZ);
57 rs_type type = rsCreateType(element, dimX, dimY, dimZ);
H A Dsingle_source_alloc.rscript148 rs_type type;
160 // Create and validate the rs_type object
328 // Test rs_type creation
383 rs_type I32_3_2D = rsCreateType(I32_3, 3, 4);
/aosp12/frameworks/rs/driver/runtime/
H A Drs_allocation.c416 extern rs_type __attribute__((overloadable)) rsCreateType(
421 rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages,
545 rs_type __attribute__((overloadable)) rsCreateType(rs_element element, in rsCreateType()
551 rs_type __attribute__((overloadable)) rsCreateType(rs_element element, in rsCreateType()
557 rs_type __attribute__((overloadable)) rsCreateType(rs_element element, in rsCreateType()
562 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type, in rsCreateAllocation()
567 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) { in rsCreateAllocation()
/aosp12/frameworks/compile/slang/tests/P_kernel_cpp/
H A Dkernel_cpp.rscript15 rs_type type;
/aosp12/frameworks/compile/slang/tests/P_export_types_v20/
H A Dexport_types.rscript22 rs_type type;
/aosp12/frameworks/compile/slang/tests/P_export_types/
H A Dexport_types.rscript23 rs_type type;
/aosp12/frameworks/rs/tests/cpp_api/cppbasic/
H A Dmono.rscript47 rs_type type;
/aosp12/frameworks/rs/tests/cpp_api/cppbasic-shared/
H A Dmono.rscript47 rs_type type;

12