Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResources.h70 void* userPtr; \
79 void* userPtr; \
142 void* userPtr; member
DResources.cpp58 res->userPtr = 0; \
70 res->userPtr = 0; \
113 res->userPtr = 0; \
126 res->userPtr = 0; \
DResourceTracker.cpp795 if (!cb->userPtr) { in collectAllPendingDescriptorSetsBottomUp()
800 (CommandBufferPendingDescriptorSets*)(cb->userPtr); in collectAllPendingDescriptorSetsBottomUp()
962 if (!cb->userPtr) { in addPendingDescriptorSets()
964 cb->userPtr = newPendingSets; in addPendingDescriptorSets()
968 (CommandBufferPendingDescriptorSets*)cb->userPtr; in addPendingDescriptorSets()
1054 if (cb->userPtr) { in unregister_VkCommandBuffer()
1056 (CommandBufferPendingDescriptorSets*)cb->userPtr; in unregister_VkCommandBuffer()
7266 if (alsoClearPendingDescriptorSets && cb->userPtr) { in resetCommandBufferStagingInfo()
7268 (CommandBufferPendingDescriptorSets*)cb->userPtr; in resetCommandBufferStagingInfo()