Searched refs:program_source_length (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 | 98 size_t program_source_length = strlen(program_source_const); in run_test_with_two_queue() local 100 context, 1, &program_source_const, &program_source_length, &err); in run_test_with_two_queue() 1675 size_t program_source_length; in test_buffer_common() local 1796 program_source_length = strlen(program_source_const[i]); in test_buffer_common() 1799 &program_source_length, &errNum); in test_buffer_common() 1816 program_source_length = strlen(program_source_const_verify); in test_buffer_common() 1819 &program_source_length, &errNum); in test_buffer_common() 1852 program_source_length = strlen(program_source_const[i]); in test_buffer_common() 1855 &program_source_length, &errNum); in test_buffer_common() 1870 program_source_length = strlen(program_source_const_verify); in test_buffer_common() [all …]
|
H A D | test_vulkan_interop_image.cpp | 1295 size_t program_source_length; in test_image_common() local 1471 program_source_length = strlen(sourceTexts[k]); in test_image_common() 1473 context, 1, &sourceTexts[k], &program_source_length, &err); in test_image_common()
|