Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/basic/
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()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
DBUILD19 name = "preprocessor_test",
20 srcs = ["preprocessor_test.cc"],