Home
last modified time | relevance | path

Searched defs:volatile (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs24 static volatile int64_t bench_time; variable
28 static volatile float prefix##_f_1 = 1; \ variable
29 static volatile float2 prefix##_f_2 = 1; \ variable
30 static volatile float3 prefix##_f_3 = 1; \ variable
31 static volatile float4 prefix##_f_4 = 1; \ variable
32 static volatile char prefix##_c_1 = 1; \ constant
33 static volatile char2 prefix##_c_2 = 1; \ variable
34 static volatile char3 prefix##_c_3 = 1; \ variable
35 static volatile char4 prefix##_c_4 = 1; \ variable
36 static volatile uchar prefix##_uc_1 = 1; \ variable
[all …]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath_fp16.rs3 static volatile half h1; variable
4 static volatile half2 h2; constant
5 static volatile half3 h3; constant
6 static volatile half4 h4; constant
8 static volatile int i1; variable
9 static volatile int2 i2; variable
10 static volatile int3 i3; constant
11 static volatile int4 i4; constant