Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/vulkan/
Dtest_vulkan_interop_buffer.cpp96 size_t program_source_length = strlen(program_source_const); in run_test_with_two_queue() local
98 context, 1, &program_source_const, &program_source_length, &err); in run_test_with_two_queue()
1511 size_t program_source_length; in test_buffer_common() local
1632 program_source_length = strlen(program_source_const[i]); in test_buffer_common()
1635 &program_source_length, &errNum); in test_buffer_common()
1652 program_source_length = strlen(program_source_const_verify); in test_buffer_common()
1655 &program_source_length, &errNum); in test_buffer_common()
1688 program_source_length = strlen(program_source_const[i]); in test_buffer_common()
1691 &program_source_length, &errNum); in test_buffer_common()
1706 program_source_length = strlen(program_source_const_verify); in test_buffer_common()
[all …]
Dtest_vulkan_interop_image.cpp1347 size_t program_source_length; in test_image_common() local
1523 program_source_length = strlen(sourceTexts[k]); in test_image_common()
1525 context, 1, &sourceTexts[k], &program_source_length, &err); in test_image_common()