Searched refs:Compute (Results 1 – 25 of 34) sorted by relevance
12
788 enum class Compute { ASYNC, SYNC, BURST, FENCED }; enum790 std::ostream& operator<<(std::ostream& os, Compute compute) { in operator <<()798 public ::testing::WithParamInterface<std::tuple<DriverKind, Success, Compute>> {808 const Compute kCompute;816 ASSERT_TRUE(kCompute == Compute::ASYNC || kCompute == Compute::FENCED || in TEST_P()902 case Compute::ASYNC: { in TEST_P()925 case Compute::SYNC: { in TEST_P()936 case Compute::BURST: { in TEST_P()950 case Compute::FENCED: { in TEST_P()1010 auto expectedTiming = getExpectedTiming(kSuccess, kCompute == Compute::FENCED); in TEST_P()[all …]
1 root_compute_really_bad.rscript:4:5: error: Compute kernel root() is required to return a void type5 root_compute_really_bad.rscript:4:14: error: Compute kernel root() cannot have non-pointer paramete…6 root_compute_really_bad.rscript:4:23: error: Compute kernel root() cannot have non-pointer paramete…7 root_compute_really_bad.rscript:4:33: error: Compute kernel root() cannot have non-pointer paramete…8 root_compute_really_bad.rscript:4:48: error: Compute kernel root() cannot have non-pointer paramete…9 root_compute_really_bad.rscript:4:59: error: Compute kernel root() cannot have non-pointer paramete…10 root_compute_really_bad.rscript:4:5: error: Compute kernel root() must have at least one parameter …11 root_compute_really_bad.rscript:10:44: error: Compute kernel root2() can only have one non-const po…17 root_compute_really_bad.rscript:15:31: error: Compute kernel root_kernel() cannot have parameter 'a…
6 …Initialization Preparation Compilation I/O Compute Results Ex. total …21 …Initialization Preparation Compilation I/O Compute Results Ex. total …36 …Initialization Preparation Compilation I/O Compute Results Ex. total …51 …Initialization Preparation Compilation I/O Compute Results Ex. total …66 …Initialization Preparation Compilation I/O Compute Results Ex. total …
6 …Initialization Preparation Compilation I/O Compute Results Ex. total …21 …Initialization Preparation Compilation I/O Compute Results Ex. total …
6 I/O Compute Results Total Percentage
6 …Initialization Preparation Compilation I/O Compute Results Ex. total …
1 kernel_ptr_param.rscript:4:26: error: Compute kernel root() cannot have parameter 'i' of pointer ty…2 kernel_ptr_param.rscript:7:30: error: Compute kernel voidptr() cannot have parameter 'v' of pointer…
1 root_compute_int_in.rscript:4:21: error: Compute kernel root() cannot have non-pointer parameters b…2 root_compute_int_in.rscript:4:6: error: Compute kernel root() must have at least one parameter for …
1 kernel_noattr.rscript:4:5: error: Compute kernel root() is required to return a void type2 kernel_noattr.rscript:4:5: error: Compute kernel root() must have at least one parameter for in or …
1 kernel_ptr_ret_val.rscript:4:1: error: Compute kernel root() cannot return a pointer type: 'int *'
1 root_compute_non_void_ret.rscript:4:5: error: Compute kernel root() is required to return a void ty…
1 root_11_ox.rscript:5:6: error: Compute kernel root() targeting SDK levels 11-13 may not skip parame…
1 kernel_16.rscript:5:16: error: Compute kernel root() targeting SDK levels 11-16 may not use pass-by…
1 root_compute_non_const_usrData.rscript:4:44: error: Compute kernel root() can only have one non-con…
1 kernel_badsig.rscript:5:16: error: Compute kernel root() targeting SDK levels 11-22 must have at le…
1 root_compute_non_ptr_usrData.rscript:4:48: error: Compute kernel root() cannot have non-pointer par…
72 Compute the distance between two points.233 Compute the approximate length of a vector.
35 // Compute gaussian weights for the blur
65 * Compute the distance between two points.320 * Compute the approximate length of a vector.
40 //Compute layer matte using global allocation