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

  /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
msm_ringbuffer.c 50 struct hash_table *bo_table; member in struct:msm_submit
144 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo);
158 _mesa_hash_table_insert_pre_hashed(submit->bo_table, hash, bo,
400 _mesa_hash_table_destroy(msm_submit->bo_table, NULL);
428 msm_submit->bo_table = _mesa_hash_table_create(NULL, _mesa_hash_pointer,
msm_ringbuffer_sp.c 61 struct hash_table *bo_table; member in struct:msm_submit_sp
144 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo);
151 _mesa_hash_table_insert_pre_hashed(submit->bo_table, hash, bo,
594 _mesa_hash_table_destroy(msm_submit->bo_table, NULL);
620 msm_submit->bo_table = _mesa_hash_table_create(NULL, _mesa_hash_pointer,
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
msm_ringbuffer_sp.c 56 struct hash_table *bo_table; member in struct:msm_submit_sp
134 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo);
148 _mesa_hash_table_insert_pre_hashed(submit->bo_table, hash, bo,
314 _mesa_hash_table_destroy(msm_submit->bo_table, NULL);
343 msm_submit->bo_table = _mesa_hash_table_create(NULL,
msm_ringbuffer.c 56 struct hash_table *bo_table; member in struct:msm_submit
156 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo);
170 _mesa_hash_table_insert_pre_hashed(submit->bo_table, hash, bo,
431 _mesa_hash_table_destroy(msm_submit->bo_table, NULL);
461 msm_submit->bo_table = _mesa_hash_table_create(NULL,
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_uxa.c 125 i830_get_aperture_space(ScrnInfoPtr pScrn, drm_intel_bo **bo_table, int num_bos)
132 bo_table[0] = pI830->batch_bo;
133 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) != 0) {
135 bo_table[0] = pI830->batch_bo;
136 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) != 0)
166 drm_intel_bo *bo_table[] = { local
187 if (!i830_get_aperture_space(pScrn, bo_table, ARRAY_SIZE(bo_table)))
260 drm_intel_bo *bo_table[] = { local
272 if (!i830_get_aperture_space(pScrn, bo_table, ARRAY_SIZE(bo_table))
    [all...]
i915_render.c 322 drm_intel_bo *bo_table[] = { local
345 if (!i830_get_aperture_space(pScrn, bo_table, ARRAY_SIZE(bo_table)))
i965_video.c 1164 drm_intel_bo *bo_table[] = { local
1182 bo_table[0] = vb_bo;
1208 if (drm_intel_bufmgr_check_aperture_space(bo_table,
1209 ARRAY_SIZE(bo_table)) < 0) {
i965_render.c 1418 drm_intel_bo *bo_table[] = { local
1434 return drm_intel_bufmgr_check_aperture_space(bo_table,
1435 ARRAY_SIZE(bo_table)) == 0;
  /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
etnaviv_priv.h 165 void *bo_table; member in struct:etna_cmd_stream_priv
  /xsrc/external/mit/libdrm/dist/freedreno/msm/
msm_ringbuffer.c 96 void *bo_table; member in struct:msm_ringbuffer
230 if (!msm_ring->bo_table)
231 msm_ring->bo_table = drmHashCreate();
233 if (!drmHashLookup(msm_ring->bo_table, bo->handle, &val)) {
239 drmHashInsert(msm_ring->bo_table, bo->handle, val);
358 if (msm_ring->bo_table) {
359 drmHashDestroy(msm_ring->bo_table);
360 msm_ring->bo_table = NULL;
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
i915_render.c 655 drm_intel_bo *bo_table[] = { local
684 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))
i830_render.c 453 drm_intel_bo *bo_table[] = { local
493 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))
intel_uxa.c 133 intel_uxa_get_aperture_space(ScrnInfoPtr scrn, drm_intel_bo ** bo_table,
143 bo_table[0] = intel->batch_bo;
144 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) != 0) {
146 bo_table[0] = intel->batch_bo;
147 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) !=
205 drm_intel_bo *bo_table[] = { local
216 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))
328 drm_intel_bo *bo_table[] = { local
338 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table))
    [all...]
i965_video.c 1258 drm_intel_bo *bo_table[] = { local
1289 bo_table[0] = intel_uxa_bo_alloc_for_data(intel,
1299 if (drm_intel_bufmgr_check_aperture_space(bo_table,
1300 ARRAY_SIZE(bo_table))
1314 OUT_RELOC(bo_table[0], I915_GEM_DOMAIN_VERTEX, 0, 0);
1316 OUT_RELOC(bo_table[0], I915_GEM_DOMAIN_VERTEX, 0,
1333 drm_intel_bo_unreference(bo_table[0]);
1888 drm_intel_bo *bo_table[] = { local
1919 bo_table[0] = intel_uxa_bo_alloc_for_data(intel,
1926 if (drm_intel_bufmgr_check_aperture_space(bo_table, ARRAY_SIZE(bo_table)) < 0
    [all...]
i965_render.c 1727 drm_intel_bo *bo_table[] = { local
1760 return drm_intel_bufmgr_check_aperture_space(bo_table,
1761 ARRAY_SIZE(bo_table)) == 0;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
i915_render.c 655 drm_intel_bo *bo_table[] = { local
684 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))
i830_render.c 453 drm_intel_bo *bo_table[] = { local
493 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))
intel_uxa.c 133 intel_uxa_get_aperture_space(ScrnInfoPtr scrn, drm_intel_bo ** bo_table,
143 bo_table[0] = intel->batch_bo;
144 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) != 0) {
146 bo_table[0] = intel->batch_bo;
147 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) !=
187 drm_intel_bo *bo_table[] = { local
195 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))
307 drm_intel_bo *bo_table[] = { local
313 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table))
    [all...]
i965_video.c 1259 drm_intel_bo *bo_table[] = { local
1290 bo_table[0] = intel_uxa_bo_alloc_for_data(intel,
1300 if (drm_intel_bufmgr_check_aperture_space(bo_table,
1301 ARRAY_SIZE(bo_table))
1315 OUT_RELOC(bo_table[0], I915_GEM_DOMAIN_VERTEX, 0, 0);
1317 OUT_RELOC(bo_table[0], I915_GEM_DOMAIN_VERTEX, 0,
1334 drm_intel_bo_unreference(bo_table[0]);
1889 drm_intel_bo *bo_table[] = { local
1920 bo_table[0] = intel_uxa_bo_alloc_for_data(intel,
1927 if (drm_intel_bufmgr_check_aperture_space(bo_table, ARRAY_SIZE(bo_table)) < 0
    [all...]
i965_render.c 1727 drm_intel_bo *bo_table[] = { local
1760 return drm_intel_bufmgr_check_aperture_space(bo_table,
1761 ARRAY_SIZE(bo_table)) == 0;

Completed in 29 milliseconds