| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_cmd_stream.c | 185 if (!priv->bo_table) 186 priv->bo_table = drmHashCreate(); 188 if (!drmHashLookup(priv->bo_table, bo->handle, &val)) { 194 drmHashInsert(priv->bo_table, bo->handle, val); 256 if (priv->bo_table) { 257 drmHashDestroy(priv->bo_table); 258 priv->bo_table = NULL;
|
| H A D | etnaviv_priv.h | 165 void *bo_table; member in struct:etna_cmd_stream_priv
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_uxa.c | 125 i830_get_aperture_space(ScrnInfoPtr pScrn, drm_intel_bo **bo_table, int num_bos) argument 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 in function:i830_uxa_prepare_solid 187 if (!i830_get_aperture_space(pScrn, bo_table, ARRAY_SIZE(bo_table))) 260 drm_intel_bo *bo_table[] = { local in function:i830_uxa_prepare_copy 272 if (!i830_get_aperture_space(pScrn, bo_table, ARRAY_SIZ [all...] |
| H A D | i915_render.c | 322 drm_intel_bo *bo_table[] = { local in function:i915_prepare_composite 345 if (!i830_get_aperture_space(pScrn, bo_table, ARRAY_SIZE(bo_table)))
|
| H A D | i965_video.c | 1164 drm_intel_bo *bo_table[] = { local in function:I965DisplayVideoTextured 1182 bo_table[0] = vb_bo; 1208 if (drm_intel_bufmgr_check_aperture_space(bo_table, 1209 ARRAY_SIZE(bo_table)) < 0) {
|
| H A D | i965_render.c | 1418 drm_intel_bo *bo_table[] = { local in function:i965_composite_check_aperture 1434 return drm_intel_bufmgr_check_aperture_space(bo_table, 1435 ARRAY_SIZE(bo_table)) == 0;
|
| H A D | i830.h | 78 Bool i830_get_aperture_space(ScrnInfoPtr pScrn, drm_intel_bo **bo_table,
|
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| H A D | 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/ |
| H A D | intel_uxa.c | 133 intel_uxa_get_aperture_space(ScrnInfoPtr scrn, drm_intel_bo ** bo_table, argument 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 in function:intel_uxa_prepare_solid 216 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table))) 328 drm_intel_bo *bo_table[] = { local in function:intel_uxa_prepare_copy 338 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZ [all...] |
| H A D | i965_video.c | 1258 drm_intel_bo *bo_table[] = { local in function:I965DisplayVideoTextured 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 in function:Gen6DisplayVideoTextured 1919 bo_table[0] = intel_uxa_bo_alloc_for_data(intel, 1926 if (drm_intel_bufmgr_check_aperture_space(bo_table, ARRAY_SIZ [all...] |
| H A D | i830_render.c | 453 drm_intel_bo *bo_table[] = { local in function:i830_prepare_composite 493 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))
|
| H A D | intel_uxa.h | 271 Bool intel_uxa_get_aperture_space(ScrnInfoPtr scrn, drm_intel_bo ** bo_table,
|
| H A D | i915_render.c | 655 drm_intel_bo *bo_table[] = { local in function:i915_prepare_composite 684 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))
|
| H A D | i965_render.c | 1727 drm_intel_bo *bo_table[] = { local in function:i965_composite_check_aperture 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/ |
| H A D | intel_uxa.c | 133 intel_uxa_get_aperture_space(ScrnInfoPtr scrn, drm_intel_bo ** bo_table, argument 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 in function:intel_uxa_prepare_solid 195 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table))) 307 drm_intel_bo *bo_table[] = { local in function:intel_uxa_prepare_copy 313 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZ [all...] |
| H A D | i965_video.c | 1259 drm_intel_bo *bo_table[] = { local in function:I965DisplayVideoTextured 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 in function:Gen6DisplayVideoTextured 1920 bo_table[0] = intel_uxa_bo_alloc_for_data(intel, 1927 if (drm_intel_bufmgr_check_aperture_space(bo_table, ARRAY_SIZ [all...] |
| H A D | i830_render.c | 453 drm_intel_bo *bo_table[] = { local in function:i830_prepare_composite 493 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))
|
| H A D | intel_uxa.h | 271 Bool intel_uxa_get_aperture_space(ScrnInfoPtr scrn, drm_intel_bo ** bo_table,
|
| H A D | i915_render.c | 655 drm_intel_bo *bo_table[] = { local in function:i915_prepare_composite 684 if (!intel_uxa_get_aperture_space(scrn, bo_table, ARRAY_SIZE(bo_table)))
|
| H A D | i965_render.c | 1727 drm_intel_bo *bo_table[] = { local in function:i965_composite_check_aperture 1760 return drm_intel_bufmgr_check_aperture_space(bo_table, 1761 ARRAY_SIZE(bo_table)) == 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | 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,
|
| H A D | 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/MesaLib/dist/src/freedreno/drm/ |
| H A D | 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,
|
| H A D | 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,
|