Searched refs:allocationTypes (Results 1 – 2 of 2) sorted by relevance
116 enum allocationTypes { in test_svm_enqueue_api() enum122 allocationTypes srcAlloc; in test_svm_enqueue_api()123 allocationTypes dstAlloc; in test_svm_enqueue_api()124 TestType(allocationTypes type1, allocationTypes type2): srcAlloc(type1), dstAlloc(type2){} in test_svm_enqueue_api()
5236 const AllocationType allocationTypes[] = in addAttachmentAllocationTests() local5299 …for (size_t allocationTypeNdx = 0; allocationTypeNdx < DE_LENGTH_OF_ARRAY(allocationTypes); alloca… in addAttachmentAllocationTests()5301 const AllocationType allocationType = allocationTypes[allocationTypeNdx]; in addAttachmentAllocationTests()