Searched refs:MAX_RELOCS (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_image.c97 * the command buffer (MAX_RELOCS). if so, increase the chunk_size.
101 if (height / (chunk_size / dest_stride) > (MAX_RELOCS / 4)) {
102 chunk_size = height / (MAX_RELOCS/4) * dest_stride;
H A Dqxl.h213 #define MAX_RELOCS 96 macro
217 struct qxl_bo *reloc_bo[MAX_RELOCS];
219 struct drm_qxl_reloc relocs[MAX_RELOCS];
H A Dqxl_kms.c524 if (qxl->cmds.n_reloc_bos >= MAX_RELOCS || qxl->cmds.n_relocs >= MAX_RELOCS)
738 if (qxl->cmds.n_reloc_bos >= MAX_RELOCS || qxl->cmds.n_relocs >= MAX_RELOCS)
/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_bufmgr_fake.c69 #define MAX_RELOCS 4096 macro
1268 malloc(sizeof(struct fake_buffer_reloc) * MAX_RELOCS);
1273 assert(bo_fake->nr_relocs <= MAX_RELOCS);

Completed in 7 milliseconds