Searched refs:hw_device_t (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/ |
| H A D | hardware.h | 72 * Use this macro to set the hw_device_t.version field 79 struct hw_device_t; 121 * version the hw_module_t, hw_module_methods_t, and hw_device_t 159 struct hw_device_t** device); 164 * Every device data structure must begin with hw_device_t 167 typedef struct hw_device_t { struct 200 int (*close)(struct hw_device_t* device); 202 } hw_device_t; typedef in typeref:struct:hw_device_t 205 #define TO_HW_DEVICE_T_OPEN(x) reinterpret_cast<struct hw_device_t**>(x) 207 #define TO_HW_DEVICE_T_OPEN(x) (struct hw_device_t**)( [all...] |
| H A D | hwvulkan.h | 56 * process when the Vulkan API is first used; the hw_device_t::close() function 61 struct hw_device_t common;
|
| H A D | fb.h | 41 * framebuffer_device_t as users of this structure will cast a hw_device_t to 42 * framebuffer_device_t pointer in contexts where it's known the hw_device_t references a 45 struct hw_device_t common;
|
| H A D | gralloc.h | 354 * Every device data structure must begin with hw_device_t 359 struct hw_device_t common;
|
| H A D | gralloc1.h | 271 * will be generated by casting from a hw_device_t* */ 272 struct hw_device_t common;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 37 struct hw_device_t **dev); 39 tu_hal_close(struct hw_device_t *dev); 75 struct hw_device_t **dev) 103 tu_hal_close(struct hw_device_t *dev) 105 /* hwvulkan.h claims that hw_device_t::close() is never called. */
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 33 static int radv_hal_open(const struct hw_module_t* mod, const char* id, struct hw_device_t** dev); 34 static int radv_hal_close(struct hw_device_t *dev); 67 struct hw_device_t** dev) 93 radv_hal_close(struct hw_device_t *dev) 95 /* hwvulkan.h claims that hw_device_t::close() is never called. */
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 46 struct hw_device_t **dev); 48 tu_hal_close(struct hw_device_t *dev); 84 struct hw_device_t **dev) 112 tu_hal_close(struct hw_device_t *dev) 114 /* hwvulkan.h claims that hw_device_t::close() is never called. */
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 44 static int radv_hal_open(const struct hw_module_t *mod, const char *id, struct hw_device_t **dev); 45 static int radv_hal_close(struct hw_device_t *dev); 79 radv_hal_open(const struct hw_module_t *mod, const char *id, struct hw_device_t **dev) 106 radv_hal_close(struct hw_device_t *dev) 108 /* hwvulkan.h claims that hw_device_t::close() is never called. */
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_android.c | 35 static int anv_hal_open(const struct hw_module_t* mod, const char* id, struct hw_device_t** dev); 36 static int anv_hal_close(struct hw_device_t *dev); 69 struct hw_device_t** dev) 95 anv_hal_close(struct hw_device_t *dev) 97 /* hwvulkan.h claims that hw_device_t::close() is never called. */
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_android.c | 40 static int anv_hal_open(const struct hw_module_t* mod, const char* id, struct hw_device_t** dev); 41 static int anv_hal_close(struct hw_device_t *dev); 74 struct hw_device_t** dev) 100 anv_hal_close(struct hw_device_t *dev) 102 /* hwvulkan.h claims that hw_device_t::close() is never called. */
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_android.c | 34 struct hw_device_t **dev); 59 vn_hal_close(UNUSED struct hw_device_t *dev) 80 struct hw_device_t **dev)
|
Completed in 12 milliseconds