Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/vulkan/
Dtest_vulkan_interop_buffer.cpp95 const char *program_source_const = kernel_text_numbuffer_2; in run_test_with_two_queue() local
96 size_t program_source_length = strlen(program_source_const); in run_test_with_two_queue()
98 context, 1, &program_source_const, &program_source_length, &err); in run_test_with_two_queue()
1507 const char *program_source_const[3] = { kernel_text_numbuffer_1, in test_buffer_common() local
1632 program_source_length = strlen(program_source_const[i]); in test_buffer_common()
1634 clCreateProgramWithSource(context, 1, &program_source_const[i], in test_buffer_common()
1688 program_source_length = strlen(program_source_const[i]); in test_buffer_common()
1690 clCreateProgramWithSource(context2, 1, &program_source_const[i], in test_buffer_common()
Dtest_vulkan_interop_image.cpp1334 const char *program_source_const; in test_image_common() local