Home
last modified time | relevance | path

Searched refs:alignedStartAddress (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2375 void* alignedStartAddress; member
2385 , alignedStartAddress (DE_NULL) in AllocTrack()
2461 g_allocatedVector[vectorIdx].alignedStartAddress = DE_NULL; in allocCallbackFunc()
2469 g_allocatedVector[vectorIdx].alignedStartAddress = (void *)addr; in allocCallbackFunc()
2477 return g_allocatedVector[vectorIdx].alignedStartAddress; in allocCallbackFunc()
2489 if (g_allocatedVector[vectorIdx].active && g_allocatedVector[vectorIdx].alignedStartAddress == pMemory) in freeCallbackFunc()
2504 if (g_allocatedVector[vectorIdx].active && g_allocatedVector[vectorIdx].alignedStartAddress == pOriginal) in reallocCallbackFunc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2386 void* alignedStartAddress; member
2396 , alignedStartAddress (DE_NULL) in AllocTrack()
2472 g_allocatedVector[vectorIdx].alignedStartAddress = DE_NULL; in allocCallbackFunc()
2480 g_allocatedVector[vectorIdx].alignedStartAddress = (void *)addr; in allocCallbackFunc()
2488 return g_allocatedVector[vectorIdx].alignedStartAddress; in allocCallbackFunc()
2500 if (g_allocatedVector[vectorIdx].active && g_allocatedVector[vectorIdx].alignedStartAddress == pMemory) in freeCallbackFunc()
2515 if (g_allocatedVector[vectorIdx].active && g_allocatedVector[vectorIdx].alignedStartAddress == pOriginal) in reallocCallbackFunc()

Completed in 9 milliseconds