Searched refs:srcAlloc (Results 1 – 2 of 2) sorted by relevance
122 allocationTypes srcAlloc; in test_svm_enqueue_api() member124 TestType(allocationTypes type1, allocationTypes type2): srcAlloc(type1), dstAlloc(type2){} in test_svm_enqueue_api()136 …log_info("clEnqueueSVMMemcpy case: src_alloc = %s, dst_alloc = %s\n", test_case.srcAlloc == svm ? … in test_svm_enqueue_api()166 if (test_case.srcAlloc == host) { in test_svm_enqueue_api()168 } else if (test_case.srcAlloc == svm) { in test_svm_enqueue_api()
179 void invalidateMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* srcAlloc, b… in invalidateMemory() argument182 invalidateAlloc(vkdi, device, *srcAlloc); in invalidateMemory()