Searched refs:pandecode_prop (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/panfrost/lib/ |
D | decode.c | 45 pandecode_prop("%s = %s", #p, a); \ 53 pandecode_prop("%s = %s", #p, a); \ 105 #define pandecode_prop(...) pandecode_log_typed(PANDECODE_PROPERTY, __VA_ARGS__) macro 217 pandecode_prop("polygon_list_size = 0x%x", t.polygon_list_size); in pandecode_midgard_tiler_descriptor() 487 pandecode_prop("%s = (%s) | %d", name, a, (int) (ptr & 15)); in pandecode_shader_address() 992 pandecode_prop("Constant = %f", state.sfbd_blend_constant); in pandecode_vertex_tiler_postfix_pre() 1101 … pandecode_prop("XXX: Unexpected hierarchy_mask (not 0xa, 0x14, 0x28, 0x50 or 0xa0)!"); in pandecode_bifrost_tiler()
|