Home
last modified time | relevance | path

Searched refs:intel_logd (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/common/
Dintel_log.h57 #define intel_logd(fmt, ...) intel_log(INTEL_LOG_DEBUG, (INTEL_LOG_TAG), (fmt), ##__VA_ARGS__) macro
59 #define intel_logd(fmt, ...) __intel_log_use_args((fmt), ##__VA_ARGS__) macro
/external/mesa3d/src/intel/vulkan/
Danv_android.c229 intel_logd("%s: format=%d, usage=0x%x", __func__, format, imageUsage); in anv_GetSwapchainGrallocUsageANDROID()
Danv_private.h341 intel_logd("%s: ignored VkStructureType %u\n", __func__, (sType))
DgenX_cmd_buffer.c1169 intel_logd("L3 config transition: "); in genX()