Searched refs:bo_table (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c185 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 Detnaviv_priv.h165 void *bo_table; member in struct:etna_cmd_stream_priv
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_uxa.c125 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 Di915_render.c322 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 Di965_video.c1164 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 Di965_render.c1418 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 Di830.h78 Bool i830_get_aperture_space(ScrnInfoPtr pScrn, drm_intel_bo **bo_table,
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_ringbuffer.c96 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 Dintel_uxa.c133 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 Di965_video.c1258 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 Di830_render.c453 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 Dintel_uxa.h271 Bool intel_uxa_get_aperture_space(ScrnInfoPtr scrn, drm_intel_bo ** bo_table,
H A Di915_render.c655 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 Di965_render.c1727 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 Dintel_uxa.c133 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 Di965_video.c1259 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 Di830_render.c453 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 Dintel_uxa.h271 Bool intel_uxa_get_aperture_space(ScrnInfoPtr scrn, drm_intel_bo ** bo_table,
H A Di915_render.c655 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 Di965_render.c1727 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 Dmsm_ringbuffer_sp.c56 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 Dmsm_ringbuffer.c56 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 Dmsm_ringbuffer.c50 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 Dmsm_ringbuffer_sp.c61 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,

Completed in 42 milliseconds