Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/SVM/
Dtest_enqueue_api.cpp122 allocationTypes srcAlloc; in test_svm_enqueue_api() member
124 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()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp179 void invalidateMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* srcAlloc, b… in invalidateMemory() argument
182 invalidateAlloc(vkdi, device, *srcAlloc); in invalidateMemory()