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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_simulator.c285 struct drm_vc4_get_hang_state_bo *bo_state; local in function:vc4_dump_to_file
301 bo_state = calloc(state->bo_count, sizeof(*bo_state));
325 bo_state[i].handle = i; /* Not used by the parser. */
326 bo_state[i].paddr = cma_bo->paddr;
327 bo_state[i].size = cma_bo->base.size;
333 bo_state[i].handle = 0;
334 bo_state[i].paddr = cma_bo->paddr;
335 bo_state[i].size = cma_bo->base.size;
340 bo_state[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_simulator.c285 struct drm_vc4_get_hang_state_bo *bo_state; local in function:vc4_dump_to_file
301 bo_state = calloc(state->bo_count, sizeof(*bo_state));
325 bo_state[i].handle = i; /* Not used by the parser. */
326 bo_state[i].paddr = cma_bo->paddr;
327 bo_state[i].size = cma_bo->base.size;
333 bo_state[i].handle = 0;
334 bo_state[i].paddr = cma_bo->paddr;
335 bo_state[i].size = cma_bo->base.size;
340 bo_state[
[all...]

Completed in 3 milliseconds