Lines Matching full:mali
96 wrapper_libdir = get_option('libdir') / 'mali'
134 # Load original mali library for later function checks and linking
135 mali = cc.find_library(fs.stem(default_lib), variable
141 elif cc.has_function('gbm_bo_get_fd_for_plane', dependencies : mali)
143 elif cc.has_function('gbm_bo_get_modifier', dependencies : mali)
176 # Create a dummy library which will be replaced by the prebuilt mali library
178 'mali',
188 name : 'mali',
189 description : 'Mali GPU User-Space Binary Driver')
210 if not cc.has_function(symbol, dependencies : mali)
228 output : 'mali.icd',
239 input : 'data/vulkan/mali.json.in',
240 output : 'mali.json',
265 description : 'Mali GPU User-Space Binary Driver Wrappers')
291 output : '00-' + arch + '-mali.conf',