HomeSort by relevance Sort by last modified time
    Searched refs:drm_vc4_bo (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_simulator_validate.h 95 struct drm_vc4_bo { struct
102 static inline struct drm_vc4_bo *to_vc4_bo(struct drm_gem_object *obj)
104 return (struct drm_vc4_bo *)obj;
vc4_simulator.c 94 /** Wrapper for drm_vc4_bo tracking the simulator-specific state. */
96 struct drm_vc4_bo base;
138 struct drm_vc4_bo *bo = &sim_bo->base;
173 struct drm_vc4_bo *bo = &sim_bo->base;
226 struct drm_vc4_bo *drm_bo = &sim_bo->base;
256 struct drm_vc4_bo *drm_bo = to_vc4_bo(&obj->base);
288 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list,
324 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list,
346 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list,
440 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec.unref_list
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_validate.c 100 struct drm_vc4_bo *bo;

Completed in 1575 milliseconds