Lines Matching refs:format
154 get_format_bpp(native_buffer->format);
292 VkFormat format,
302 .format = format,
312 /* Check that requested format and usage are supported. */
327 VkFormat format,
352 * In case format is not supported by display controller, gralloc will
365 VkFormat format,
372 result = format_supported_with_usage(device_h, format, imageUsage);
377 return setup_gralloc0_usage(device, format, imageUsage, grallocUsage);
384 VkFormat format,
395 mesa_logd("%s: format=%d, usage=0x%x", __func__, format, imageUsage);
397 result = format_supported_with_usage(device_h, format, imageUsage);
402 result = setup_gralloc0_usage(device, format, imageUsage, &grallocUsage);