Home
last modified time | relevance | path

Searched refs:commandEnd (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/profiling/
Dmain.cpp68 …ng queueStart, cl_ulong commandSubmit, cl_ulong commandStart, cl_ulong commandEnd, cl_device_id de… in check_times() argument
76 queueStart, commandSubmit, commandStart, commandEnd, profiling_resolution); in check_times()
80 double startToEndTimeS = (double)(commandEnd - commandStart)*1e-9; in check_times()
97 if (commandStart > commandEnd) { in check_times()
102 if (queueStart == 0 && commandStart == 0 && commandEnd == 0) { in check_times()
Dprocs.h25 …long queueStart, cl_ulong submitStart, cl_ulong commandStart, cl_ulong commandEnd, cl_device_id de…
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp604 const CommandHeader *commandEnd = command; in getMemoryUsageStats() local
605 while (commandEnd->id != CommandID::Invalid) in getMemoryUsageStats()
607 commandEnd = NextCommand(commandEnd); in getMemoryUsageStats()
610 *usedMemoryOut += reinterpret_cast<const uint8_t *>(commandEnd) - in getMemoryUsageStats()