Home
last modified time | relevance | path

Searched refs:bo_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c285 struct drm_vc4_get_hang_state_bo *bo_state; in vc4_dump_to_file() local
301 bo_state = calloc(state->bo_count, sizeof(*bo_state)); in vc4_dump_to_file()
325 bo_state[i].handle = i; /* Not used by the parser. */ in vc4_dump_to_file()
326 bo_state[i].paddr = cma_bo->paddr; in vc4_dump_to_file()
327 bo_state[i].size = cma_bo->base.size; in vc4_dump_to_file()
333 bo_state[i].handle = 0; in vc4_dump_to_file()
334 bo_state[i].paddr = cma_bo->paddr; in vc4_dump_to_file()
335 bo_state[i].size = cma_bo->base.size; in vc4_dump_to_file()
340 bo_state[i].handle = exec->bo_count; in vc4_dump_to_file()
341 bo_state[i].paddr = sim_state.overflow->ofs; in vc4_dump_to_file()
[all …]