Home
last modified time | relevance | path

Searched refs:invokable (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
Dstderr.txt.expect1 reflection3264_invokable_mismatch.rscript:5:6: error: invokable function 'a' has 2 parameters for 3…
2 reflection3264_invokable_mismatch.rscript:10:6: error: 2nd parameter of invokable function 'b' has …
3 reflection3264_invokable_mismatch.rscript:10:6: error: 4th parameter of invokable function 'b' has …
4 reflection3264_invokable_mismatch.rscript:13:6: error: 3rd invokable function is 'c32' for 32-bit t…
Dreflection3264_invokable_mismatch.rscript19 // invokable name mismatch above (c32 versus c64)
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra64/
Dstderr.txt.expect1 reflection3264_invokable_extra64.rscript:12:6: error: invokable function 'd' is only present for 64…
2 reflection3264_invokable_extra64.rscript:14:6: error: invokable function 'e' is only present for 64…
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra32/
Dstderr.txt.expect1 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'd' is only present fo…
2 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'e' is only present fo…
/frameworks/compile/slang/tests/F_kernel_noattr/
Dstderr.txt.expect3 kernel_noattr.rscript:11:5: error: invokable non-static functions are required to return void
4 kernel_noattr.rscript:15:5: error: invokable non-static functions are required to return void
/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp581 auto &invokable = invokables.CollectNext(); in declareInvokable() local
582 invokable.mName = Name; in declareInvokable()
583 invokable.mParamCount = ParamCount; in declareInvokable()
586 invokable.mParams = new llvm::StringRef[ParamCount]; in declareInvokable()
590 invokable.mParams[FieldIdx] = canon(getUniqueTypeName((*I)->getType())); in declareInvokable()
609 auto &invokable = invokables.UseNext(); in declareInvokable() local
611 if (invokable.mName != Name) { in declareInvokable()
617 << invokable.mName in declareInvokable()
623 if (invokable.mParamCount != ParamCount) { in declareInvokable()
627 << Name << unsigned(invokable.mParamCount) << unsigned(ParamCount); in declareInvokable()
[all …]
/frameworks/compile/slang/tests/F_invoke_return/
Dstderr.txt.expect1 invoke_return.rscript:4:5: error: invokable non-static functions are required to return void
/frameworks/compile/slang/tests/F_reflection3264_multifile/
Dstderr.txt.expect2 error: in file 'reflection3264_multifile_2.rscript' invokable function 'g' is only present for 32-b…
Dreflection3264_multifile_2.rscript10 // error: invokable is only present for 32-bit targets
/frameworks/compile/slang/tests/F_multi_export_errors/
Dstderr.txt.expect3 multi_export_errors.rscript:11:5: error: invokable non-static functions are required to return void
/frameworks/compile/slang/lit-tests/padding/
Dsmall_struct.rscript6 // Check that the helper function for unpacking an invokable's arguments
Dsmall_struct_2.rscript6 // Check that the helper function for unpacking an invokable's arguments
Dmore_structs.rscript10 // Check that the helper function for unpacking an invokable's arguments
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dstruct_field.rscript21 // variable "outer", and then calls a verification invokable
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dstruct_field.rscript23 // variable "outer", and then calls a verification invokable
/frameworks/rs/script_api/
Drs_allocation_create.spec22 These functions can be called directly or indirectly from an invokable
/frameworks/rs/script_api/include/
Drs_allocation_create.rsh24 * These functions can be called directly or indirectly from an invokable