Searched refs:pandecode_prop (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c39 pandecode_prop("%s = %s", #p, a); \
51 pandecode_prop("%s = %s_%d_p", #p, #p, no); \
60 * Use one of pandecode_log, pandecode_msg, or pandecode_prop as syntax sugar.
71 #define pandecode_prop(...) pandecode_log_typed(PANDECODE_PROPERTY, __VA_ARGS__) macro
414 pandecode_prop("unknown1 = 0x%" PRIx32, s->unknown1);
415 pandecode_prop("unknown2 = 0x%" PRIx32, s->unknown2);
421 pandecode_prop("width = MALI_POSITIVE(%" PRId16 ")", s->width + 1);
422 pandecode_prop("height = MALI_POSITIVE(%" PRId16 ")", s->height + 1);
425 pandecode_prop("stride = %d", s->stride);
436 pandecode_prop("depth_buffer_enabl
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst456 - pan/decode: Remove pandecode_prop

Completed in 13 milliseconds