Home
last modified time | relevance | path

Searched refs:preprocessor_test (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_preprocessors.cpp22 const char *preprocessor_test = { variable
119 sprintf(programSource,preprocessor_test,curFileName); in test_kernel_preprocessor_macros()
273 const char *linePtr = strstr( preprocessor_test, "__LINE__" ); in test_kernel_preprocessor_macros()
287 const char *retPtr = strchr( preprocessor_test, '\n' ); in test_kernel_preprocessor_macros()
334 …clProgramWrapper programB = clCreateProgramWithSource( context, 1, preprocessor_test, NULL, &error… in test_kernel_preprocessor_macros()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
H A DBUILD19 name = "preprocessor_test",
20 srcs = ["preprocessor_test.cc"],