Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/
H A Dtest_vulkan_interop_buffer.cpp1674 const char *program_source_const_verify; in test_buffer_common() local
1815 program_source_const_verify = kernel_text_verify; in test_buffer_common()
1816 program_source_length = strlen(program_source_const_verify); in test_buffer_common()
1818 clCreateProgramWithSource(context, 1, &program_source_const_verify, in test_buffer_common()
1870 program_source_length = strlen(program_source_const_verify); in test_buffer_common()
1872 clCreateProgramWithSource(context2, 1, &program_source_const_verify, in test_buffer_common()