Searched defs:resourceTracker (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | goldfish_vk_transform_guest.cpp | 49 void transform_tohost_VkExtent2D(ResourceTracker* resourceTracker, VkExtent2D* toTransform) { in transform_tohost_VkExtent2D() 54 void transform_fromhost_VkExtent2D(ResourceTracker* resourceTracker, VkExtent2D* toTransform) { in transform_fromhost_VkExtent2D() 59 void transform_tohost_VkExtent3D(ResourceTracker* resourceTracker, VkExtent3D* toTransform) { in transform_tohost_VkExtent3D() 64 void transform_fromhost_VkExtent3D(ResourceTracker* resourceTracker, VkExtent3D* toTransform) { in transform_fromhost_VkExtent3D() 69 void transform_tohost_VkOffset2D(ResourceTracker* resourceTracker, VkOffset2D* toTransform) { in transform_tohost_VkOffset2D() 74 void transform_fromhost_VkOffset2D(ResourceTracker* resourceTracker, VkOffset2D* toTransform) { in transform_fromhost_VkOffset2D() 79 void transform_tohost_VkOffset3D(ResourceTracker* resourceTracker, VkOffset3D* toTransform) { in transform_tohost_VkOffset3D() 84 void transform_fromhost_VkOffset3D(ResourceTracker* resourceTracker, VkOffset3D* toTransform) { in transform_fromhost_VkOffset3D() 89 void transform_tohost_VkRect2D(ResourceTracker* resourceTracker, VkRect2D* toTransform) { in transform_tohost_VkRect2D() 96 void transform_fromhost_VkRect2D(ResourceTracker* resourceTracker, VkRect2D* toTransform) { in transform_fromhost_VkRect2D() [all …]
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 48 void transform_tohost_VkExtent2D(VkDecoderGlobalState* resourceTracker, VkExtent2D* toTransform) { in transform_tohost_VkExtent2D() 53 void transform_fromhost_VkExtent2D(VkDecoderGlobalState* resourceTracker, VkExtent2D* toTransform) { in transform_fromhost_VkExtent2D() 58 void transform_tohost_VkExtent3D(VkDecoderGlobalState* resourceTracker, VkExtent3D* toTransform) { in transform_tohost_VkExtent3D() 63 void transform_fromhost_VkExtent3D(VkDecoderGlobalState* resourceTracker, VkExtent3D* toTransform) { in transform_fromhost_VkExtent3D() 68 void transform_tohost_VkOffset2D(VkDecoderGlobalState* resourceTracker, VkOffset2D* toTransform) { in transform_tohost_VkOffset2D() 73 void transform_fromhost_VkOffset2D(VkDecoderGlobalState* resourceTracker, VkOffset2D* toTransform) { in transform_fromhost_VkOffset2D() 78 void transform_tohost_VkOffset3D(VkDecoderGlobalState* resourceTracker, VkOffset3D* toTransform) { in transform_tohost_VkOffset3D() 83 void transform_fromhost_VkOffset3D(VkDecoderGlobalState* resourceTracker, VkOffset3D* toTransform) { in transform_fromhost_VkOffset3D() 88 void transform_tohost_VkRect2D(VkDecoderGlobalState* resourceTracker, VkRect2D* toTransform) { in transform_tohost_VkRect2D() 95 void transform_fromhost_VkRect2D(VkDecoderGlobalState* resourceTracker, VkRect2D* toTransform) { in transform_fromhost_VkRect2D() [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 1158 ResourceTracker *resourceTracker, in MaybeResetResources() 1605 ResourceTracker *resourceTracker, in MaybeResetFenceSyncObjects() 1646 ResourceTracker *resourceTracker, in ProgramNeedsReset() 1679 ResourceTracker *resourceTracker, in MaybeResetDefaultUniforms() 1746 ResourceTracker *resourceTracker, in MaybeResetOpaqueTypeObjects() 1760 ResourceTracker *resourceTracker, in MaybeResetContextState() 2174 ResourceTracker *resourceTracker, in WriteShareGroupCppSetupReplay() 2251 ResourceTracker *resourceTracker, in CaptureUpdateResourceIDs() 2408 ResourceTracker *resourceTracker, in MaybeCaptureUpdateResourceIDs() 2902 ResourceTracker *resourceTracker, in CaptureUpdateUniformValues() [all …]
|
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/ |
H A D | DefaultResourceModel.cpp | 29 const std::shared_ptr<ResourceTracker>& resourceTracker, in DefaultResourceModel()
|
H A D | ClientImportanceReclaimPolicy.cpp | 31 const std::shared_ptr<ResourceTracker>& resourceTracker) in ClientImportanceReclaimPolicy()
|
H A D | ProcessPriorityReclaimPolicy.cpp | 31 const std::shared_ptr<ResourceTracker>& resourceTracker) in ProcessPriorityReclaimPolicy()
|