Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/SVM/
Dtest_enqueue_api.cpp116 enum allocationTypes { in test_svm_enqueue_api() enum
122 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()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5236 const AllocationType allocationTypes[] = in addAttachmentAllocationTests() local
5299 …for (size_t allocationTypeNdx = 0; allocationTypeNdx < DE_LENGTH_OF_ARRAY(allocationTypes); alloca… in addAttachmentAllocationTests()
5301 const AllocationType allocationType = allocationTypes[allocationTypeNdx]; in addAttachmentAllocationTests()