Searched defs:resourceTracker (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 47 void transform_tohost_VkExtent2D(VkDecoderGlobalState* resourceTracker, VkExtent2D* toTransform) { in transform_tohost_VkExtent2D() 52 void transform_fromhost_VkExtent2D(VkDecoderGlobalState* resourceTracker, VkExtent2D* toTransform) { in transform_fromhost_VkExtent2D() 57 void transform_tohost_VkExtent3D(VkDecoderGlobalState* resourceTracker, VkExtent3D* toTransform) { in transform_tohost_VkExtent3D() 62 void transform_fromhost_VkExtent3D(VkDecoderGlobalState* resourceTracker, VkExtent3D* toTransform) { in transform_fromhost_VkExtent3D() 67 void transform_tohost_VkOffset2D(VkDecoderGlobalState* resourceTracker, VkOffset2D* toTransform) { in transform_tohost_VkOffset2D() 72 void transform_fromhost_VkOffset2D(VkDecoderGlobalState* resourceTracker, VkOffset2D* toTransform) { in transform_fromhost_VkOffset2D() 77 void transform_tohost_VkOffset3D(VkDecoderGlobalState* resourceTracker, VkOffset3D* toTransform) { in transform_tohost_VkOffset3D() 82 void transform_fromhost_VkOffset3D(VkDecoderGlobalState* resourceTracker, VkOffset3D* toTransform) { in transform_fromhost_VkOffset3D() 87 void transform_tohost_VkRect2D(VkDecoderGlobalState* resourceTracker, VkRect2D* toTransform) { in transform_tohost_VkRect2D() 94 void transform_fromhost_VkRect2D(VkDecoderGlobalState* resourceTracker, VkRect2D* toTransform) { in transform_fromhost_VkRect2D() [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 50 void transform_tohost_VkExtent2D(ResourceTracker* resourceTracker, VkExtent2D* toTransform) { in transform_tohost_VkExtent2D() 55 void transform_fromhost_VkExtent2D(ResourceTracker* resourceTracker, VkExtent2D* toTransform) { in transform_fromhost_VkExtent2D() 60 void transform_tohost_VkExtent3D(ResourceTracker* resourceTracker, VkExtent3D* toTransform) { in transform_tohost_VkExtent3D() 65 void transform_fromhost_VkExtent3D(ResourceTracker* resourceTracker, VkExtent3D* toTransform) { in transform_fromhost_VkExtent3D() 70 void transform_tohost_VkOffset2D(ResourceTracker* resourceTracker, VkOffset2D* toTransform) { in transform_tohost_VkOffset2D() 75 void transform_fromhost_VkOffset2D(ResourceTracker* resourceTracker, VkOffset2D* toTransform) { in transform_fromhost_VkOffset2D() 80 void transform_tohost_VkOffset3D(ResourceTracker* resourceTracker, VkOffset3D* toTransform) { in transform_tohost_VkOffset3D() 85 void transform_fromhost_VkOffset3D(ResourceTracker* resourceTracker, VkOffset3D* toTransform) { in transform_fromhost_VkOffset3D() 90 void transform_tohost_VkRect2D(ResourceTracker* resourceTracker, VkRect2D* toTransform) { in transform_tohost_VkRect2D() 97 void transform_fromhost_VkRect2D(ResourceTracker* resourceTracker, VkRect2D* toTransform) { in transform_fromhost_VkRect2D() [all …]
|