Searched refs:test_global_svm_ptr (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/generic_address_space/ |
H A D | advanced_tests.cpp | 999 … CAdvancedTest test_global_svm_ptr(common::GLOBAL_KERNEL_FUNCTION, ARG_TYPE_COARSE_GRAINED_SVM); in test_generic_ptr_to_host_mem_svm() local 1000 result |= test_global_svm_ptr.Execute(deviceID, context, queue, num_elements); in test_generic_ptr_to_host_mem_svm() 1004 …CAdvancedTest test_global_svm_ptr(common::GLOBAL_KERNEL_FUNCTION, ARG_TYPE_FINE_GRAINED_BUFFER_SVM… in test_generic_ptr_to_host_mem_svm() local 1005 result |= test_global_svm_ptr.Execute(deviceID, context, queue, num_elements); in test_generic_ptr_to_host_mem_svm() 1009 …CAdvancedTest test_global_svm_ptr(common::GLOBAL_KERNEL_FUNCTION, ARG_TYPE_FINE_GRAINED_SYSTEM_SVM… in test_generic_ptr_to_host_mem_svm() local 1010 result |= test_global_svm_ptr.Execute(deviceID, context, queue, num_elements); in test_generic_ptr_to_host_mem_svm() 1014 CAdvancedTest test_global_svm_ptr(common::GLOBAL_KERNEL_FUNCTION, ARG_TYPE_ATOMICS_SVM); in test_generic_ptr_to_host_mem_svm() local 1015 result |= test_global_svm_ptr.Execute(deviceID, context, queue, num_elements); in test_generic_ptr_to_host_mem_svm()
|