HomeSort by: relevance | last modified time | path
    Searched defs:exec_bos (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_batch.h 85 struct iris_bo **exec_bos; member in struct:iris_batch
109 /** The amount of aperture space (in bytes) used by all exec_bos */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_batch.h 82 struct iris_bo **exec_bos; member in struct:iris_batch
98 /** The amount of aperture space (in bytes) used by all exec_bos */
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_queue.c 64 struct anv_bo bo, *exec_bos[1]; local
78 exec_bos[0] = &bo;
105 result = anv_device_execbuf(device, &execbuf, exec_bos);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_batch.h 110 struct crocus_bo **exec_bos; member in struct:crocus_batch
131 /** The amount of aperture space (in bytes) used by all exec_bos */
  /xsrc/external/mit/libdrm/dist/intel/
intel_bufmgr_gem.c 118 drm_intel_bo **exec_bos; member in struct:_drm_intel_bufmgr_gem
417 drm_intel_bo *bo = bufmgr_gem->exec_bos[i];
508 bufmgr_gem->exec_bos =
509 realloc(bufmgr_gem->exec_bos,
510 sizeof(*bufmgr_gem->exec_bos) * new_size);
525 bufmgr_gem->exec_bos[index] = bo;
1967 free(bufmgr_gem->exec_bos);
2270 drm_intel_bo *bo = bufmgr_gem->exec_bos[i];
2377 drm_intel_gem_estimate_batch_space(bufmgr_gem->exec_bos,
2379 drm_intel_gem_compute_batch_space(bufmgr_gem->exec_bos,
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_context.h 503 struct brw_bo **exec_bos; member in struct:brw_batch
507 /** The amount of aperture space (in bytes) used by all exec_bos */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_context.h 512 struct brw_bo **exec_bos; member in struct:intel_batchbuffer
516 /** The amount of aperture space (in bytes) used by all exec_bos */

Completed in 15 milliseconds