Searched refs:num_bos (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_mempool.c123 unsigned num_bos = panvk_pool_num_bos(pool); local in function:panvk_pool_reset
125 struct panfrost_bo *, num_bos);
127 num_bos * sizeof(struct panfrost_bo *));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.h84 unsigned num_bos; member in struct:panfrost_batch
H A Dpan_job.c290 batch->num_bos++;
589 batch->num_bos + 2,
599 assert(submit.bo_handle_count < batch->num_bos);
/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
133 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) != 0) {
136 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) != 0)
H A Di830.h79 int num_bos);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_uxa.h272 int num_bos);
H A Dintel_uxa.c134 int num_bos)
144 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) != 0) {
147 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) !=
133 intel_uxa_get_aperture_space(ScrnInfoPtr scrn,drm_intel_bo ** bo_table,int num_bos) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_uxa.h272 int num_bos);
H A Dintel_uxa.c134 int num_bos)
144 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) != 0) {
147 if (drm_intel_bufmgr_check_aperture_space(bo_table, num_bos) !=
133 intel_uxa_get_aperture_space(ScrnInfoPtr scrn,drm_intel_bo ** bo_table,int num_bos) argument

Completed in 11 milliseconds