Searched refs:drm_vc4_bo (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator_validate.h | 95 struct drm_vc4_bo { struct 101 static inline struct drm_vc4_bo *to_vc4_bo(struct drm_gem_object *obj) in to_vc4_bo() 103 return (struct drm_vc4_bo *)obj; in to_vc4_bo()
|
H A D | vc4_simulator.c | 95 /** Wrapper for drm_vc4_bo tracking the simulator-specific state. */ 97 struct drm_vc4_bo base; 142 struct drm_vc4_bo *bo = &sim_bo->base; in vc4_create_simulator_bo() 197 struct drm_vc4_bo *bo = &sim_bo->base; in vc4_free_simulator_bo() 250 struct drm_vc4_bo *drm_bo = &sim_bo->base; in vc4_simulator_pin_bos() 265 struct drm_vc4_bo *drm_bo = to_vc4_bo(&obj->base); in vc4_simulator_unpin_bos() 294 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file() argument 330 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file() argument 352 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file() argument 421 list_for_each_entry_safe(struct drm_vc4_bo, b in vc4_simulator_submit_cl_ioctl() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_validate.c | 100 struct drm_vc4_bo *bo; in vc4_use_bo()
|
Completed in 3 milliseconds