Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/
H A Dtest_vulkan_interop_buffer.cpp97 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 Dtest_vulkan_interop_image.cpp1282 const char *program_source_const; in test_image_common() local