Home
last modified time | relevance | path

Searched refs:testKernel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dtest_unary_ops.cpp28 const char *testKernel = variable
79 sprintf( kernelSource, testKernel, get_explicit_type_name( vecType ), /*sizeNames[ vecSize ],*/ in test_unary_op()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
H A DTestNonUniformWorkGroup.cpp833 clKernelWrapper testKernel; in calculateWorkGroupSize() local
843 err = create_single_kernel_helper_with_build_options (_context, &program, &testKernel, 1, in calculateWorkGroupSize()
851 …err = clGetKernelWorkGroupInfo (testKernel, _device, CL_KERNEL_WORK_GROUP_SIZE, sizeof(maxWgSize),… in calculateWorkGroupSize()
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rscript135 int RS_KERNEL testKernel(int v) { return v; }
1140 rsForEach(testKernel, allocNonNull, allocNonNull);
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dapitest.rscript137 int RS_KERNEL testKernel(int v) { return v; }
1142 rsForEach(testKernel, allocNonNull, allocNonNull);