Searched refs:cma_bo (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_simulator.c324 struct drm_gem_cma_object *cma_bo = exec->bo[i]; local in function:vc4_dump_to_file
326 bo_state[i].paddr = cma_bo->paddr;
327 bo_state[i].size = cma_bo->base.size;
332 struct drm_gem_cma_object *cma_bo = &bo->base; local in function:vc4_dump_to_file
334 bo_state[i].paddr = cma_bo->paddr;
335 bo_state[i].size = cma_bo->base.size;
348 struct drm_gem_cma_object *cma_bo = exec->bo[i]; local in function:vc4_dump_to_file
349 fwrite(cma_bo->vaddr, cma_bo->base.size, 1, f);
354 struct drm_gem_cma_object *cma_bo local in function:vc4_dump_to_file
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_simulator.c324 struct drm_gem_cma_object *cma_bo = exec->bo[i]; local in function:vc4_dump_to_file
326 bo_state[i].paddr = cma_bo->paddr;
327 bo_state[i].size = cma_bo->base.size;
332 struct drm_gem_cma_object *cma_bo = &bo->base; local in function:vc4_dump_to_file
334 bo_state[i].paddr = cma_bo->paddr;
335 bo_state[i].size = cma_bo->base.size;
348 struct drm_gem_cma_object *cma_bo = exec->bo[i]; local in function:vc4_dump_to_file
349 fwrite(cma_bo->vaddr, cma_bo->base.size, 1, f);
354 struct drm_gem_cma_object *cma_bo local in function:vc4_dump_to_file
[all...]

Completed in 3 milliseconds