Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_simulator.c278 struct drm_vc5_get_hang_state_bo *bo_state;
294 bo_state = calloc(state->bo_count, sizeof(*bo_state));
318 bo_state[i].handle = i; /* Not used by the parser. */
319 bo_state[i].paddr = cma_bo->paddr;
320 bo_state[i].size = cma_bo->base.size;
326 bo_state[i].handle = 0;
327 bo_state[i].paddr = cma_bo->paddr;
328 bo_state[i].size = cma_bo->base.size;
333 bo_state[i].handle = exec->bo_count;
334 bo_state[i].paddr = sim_state.overflow->ofs;
[all …]
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c280 struct drm_vc4_get_hang_state_bo *bo_state; in vc4_dump_to_file() local
296 bo_state = calloc(state->bo_count, sizeof(*bo_state)); in vc4_dump_to_file()
320 bo_state[i].handle = i; /* Not used by the parser. */ in vc4_dump_to_file()
321 bo_state[i].paddr = cma_bo->paddr; in vc4_dump_to_file()
322 bo_state[i].size = cma_bo->base.size; in vc4_dump_to_file()
328 bo_state[i].handle = 0; in vc4_dump_to_file()
329 bo_state[i].paddr = cma_bo->paddr; in vc4_dump_to_file()
330 bo_state[i].size = cma_bo->base.size; in vc4_dump_to_file()
335 bo_state[i].handle = exec->bo_count; in vc4_dump_to_file()
336 bo_state[i].paddr = sim_state.overflow->ofs; in vc4_dump_to_file()
[all …]