Lines Matching defs:printf
47 function printf(fmt, ...)
88 printf("Found %s: 0x%x/%d (0x%x) %dx%d UBWC 0x%x/%d (0x%x)\n",
110 printf("Found texture state:\n %ux%ux%u (%s, %s, MIN_LAYERSZ=0x%x, TILE_ALL=%s, UBWC=%s FLAG_LOG2=%ux%u %s)\n",
116 printf("base: 0x%x (0x%x)\n", base, basebase)
117 printf("ubwcbase: 0x%x (0x%x)\n", ubwc_base, bos.base(ubwc_base))
128 --printf("blit addr: 0x%x (0x%x)\n", blit.addr, blit.base)
139 printf(" {\n")
140 printf(" .format = %s,\n", pkt[0].FMT)
142 printf(" .is_3d = true,\n")
145 printf(" .layout =\n");
146 printf(" {\n");
147 printf(" .tile_mode = %s,\n", pkt[0].TILE_MODE)
148 printf(" .ubwc = %s,\n", tostring(pkt[3].FLAG))
150 printf(" .tile_all = true,\n")
157 printf(" .nr_samples = 2,\n")
159 printf(" .nr_samples = 4,\n")
161 printf(" .nr_samples = XXX,\n")
164 printf(" .width0 = %d,\n", width0)
165 printf(" .height0 = %d,\n", height0)
168 printf(" .depth0 = %d,\n", depth0)
171 printf(" .slices =\n")
172 printf(" {\n")
181 printf(" {.offset = %d, .pitch = %u",
187 printf(", .size0 = %u", second.addr - blit.addr);
190 printf("},\n");
194 printf(" },\n")
197 printf(" .ubwc_slices =\n")
198 printf(" {\n")
205 printf(" {.offset = %d, .pitch = %u},\n",
211 printf(" },\n")
214 printf(" },\n")
215 printf(" },\n")
216 printf("\n\n")