Searched refs:program_source_const (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/ |
H A D | test_vulkan_interop_buffer.cpp | 97 const char *program_source_const = kernel_text_numbuffer_2; in run_test_with_two_queue() local 98 size_t program_source_length = strlen(program_source_const); in run_test_with_two_queue() 100 context, 1, &program_source_const, &program_source_length, &err); in run_test_with_two_queue() 1671 const char *program_source_const[3] = { kernel_text_numbuffer_1, in test_buffer_common() local 1796 program_source_length = strlen(program_source_const[i]); in test_buffer_common() 1798 clCreateProgramWithSource(context, 1, &program_source_const[i], in test_buffer_common() 1852 program_source_length = strlen(program_source_const[i]); in test_buffer_common() 1854 clCreateProgramWithSource(context2, 1, &program_source_const[i], in test_buffer_common()
|
H A D | test_vulkan_interop_image.cpp | 1282 const char *program_source_const; in test_image_common() local
|