OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intel_logw
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/intel/common/
intel_log.h
54
#define
intel_logw
(fmt, ...) intel_log(INTEL_LOG_WARN, (INTEL_LOG_TAG), (fmt), ##__VA_ARGS__)
macro
/external/mesa3d/src/intel/vulkan/
anv_util.c
77
intel_logw
("%s:%d: PERF: %s", file, line, buffer);
anv_device.c
123
intel_logw
("%s:%d: The kernel reported a GTT size larger than 2 GiB but "
310
intel_logw
("Haswell Vulkan support is incomplete");
312
intel_logw
("Ivy Bridge Vulkan support is incomplete");
314
intel_logw
("Bay Trail Vulkan support is incomplete");
379
intel_logw
("Kernel 4.16-rc1+ required to properly query CS timestamp frequency");
394
intel_logw
("Kernel 4.1 required to properly query GPU properties");
[
all
...]
anv_private.h
357
intel_logw
("%s:%d: FINISHME: " format, __FILE__, __LINE__, \
[
all
...]
Completed in 156 milliseconds