1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Testing 'ocl_std_no_args'
Hello
IO == 0
Testing 'ocl_std_literal_str_arg'
Hello strings.
IO == 0
Testing 'ocl_std_nop_str_arg'
Howdy HIPpies!
I'm correct since I'm not an empty string!
IO == 0
Testing 'ocl_std_percent_escape'
hello
%
hello % world
%s
IO == 1
Testing 'ocl_std_global_str_arg_emulated'
HELLO GLOBAL
STRiNGS
IO == 0
Testing 'spirv_std_var_str_arg_constant_program_scope'
CONSTANT AS program scope
IO == 0
Testing 'spirv_std_var_str_arg_constant_func_scope'
CONSTANT AS function scope
IO == 0
Testing 'spriv_std_str_arg_global'
HELLO GLOBAL
STRiNGS
IO == 0
Testing 'spirv_std_conditional_string'
io[0] was 1 1
IO == 0
Testing 'spirv_std_array_of_strings'
I am a dynamic str arg B.
IO == 0
Testing 'spirv_host_defined_strings'
host defined string: String from the HOST
IO == 0
|