HomeSort by: relevance | last modified time | path
    Searched defs:printf (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
sanity-a6xx.lua 15 function printf(fmt, ...) function
20 --printf(fmt, ...)
53 printf("Checking cmdstream...\n")
58 printf("draw!\n")
73 printf("ERROR: invalid max constant offset for stage %s: %d vs %d\n", stage, max, r[cntl_reg].CONSTLEN)
tex3d-layout.lua 27 function printf(fmt, ...) function
56 --printf("Found blit: 0x%x (0x%x)\n", blit.addr, blit.base)
74 printf("Found texture state: %ux%ux%u (MIN_LAYERSZ=0x%x)\n",
80 printf("base: 0x%x (0x%x)\n", base, basebase)
91 --printf("blit addr: 0x%x (0x%x)\n", blit.addr, blit.base)
109 --printf("%u: %ux%u, addr=%x\n", n, blit.width, blit.height, blit.addr)
115 printf("I am confused! %ux%u vs %ux%u\n", blit.width, blit.height, minify(w, 1), minify(h, 1))
116 printf("addr=%x\n", blit.addr)
124 printf("level=%u, layer=%u, sz=%ux%u, pitch=%u, offset=0x%x, addr=%x",
129 printf(", layersz=0x%x, alignedheight=%f", layersz, alignedheight
    [all...]
texturator-to-unit-test-5xx.lua 43 function printf(fmt, ...) function
70 printf("Found event blit: 0x%x (0x%x) %dx%d UBWC 0x%x (0x%x) tiled %s\n", blit.addr, blit.base, blit.width, blit.height, blit.ubwc_addr, blit.ubwc_base, r.RB_RESOLVE_CNTL_3.TILED)
94 printf("Found cp blit: 0x%x (0x%x) %dx%d UBWC 0x%x (0x%x) %s\n", blit.addr, blit.base, blit.width, blit.height, blit.ubwc_addr, blit.ubwc_base, r.RB_2D_DST_INFO.TILE_MODE)
117 printf("Found texture state:\n %ux%ux%u (%s, %s, UBWC=%s)\n",
123 printf("base: 0x%x (0x%x)\n", base, basebase)
124 printf("ubwcbase: 0x%x (0x%x)\n", ubwc_base, bos.base(ubwc_base))
135 --printf("blit addr: 0x%x (0x%x)\n", blit.addr, blit.base)
146 printf(" {\n")
147 printf(" .format = %s,\n", pkt[0].FMT)
149 printf(" .is_3d = true,\n"
    [all...]
texturator-to-unit-test.lua 43 function printf(fmt, ...) function
84 printf("Found %s: 0x%x/%d (0x%x) %dx%d UBWC 0x%x/%d (0x%x)\n",
106 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",
112 printf("base: 0x%x (0x%x)\n", base, basebase)
113 printf("ubwcbase: 0x%x (0x%x)\n", ubwc_base, bos.base(ubwc_base))
124 --printf("blit addr: 0x%x (0x%x)\n", blit.addr, blit.base)
135 printf(" {\n")
136 printf(" .format = %s,\n", pkt[0].FMT)
138 printf(" .is_3d = true,\n")
141 printf(" .layout = {\n"
    [all...]
parse-submits.lua 5 function printf(fmt, ...) function
10 --printf(fmt, ...)
13 printf("Analyzing Data...\n")
92 printf("\n")
101 printf("NULL BATCH!\n");
107 printf("Batch:\n")
108 printf("-------\n")
109 printf(" # of draws: %u\n", draws)
110 printf(" mode: %s\n", drawmode)
112 printf(" bin size: %ux%u (%u bins)\n", binw, binh, nbins
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
gen_matypes.c 49 printf( "\n" ); \
50 printf( "\n" ); \
51 printf( "/* =====================================================" \
53 printf( " * Offsets for " x "\n" ); \
54 printf( " */\n" ); \
55 printf( "\n" ); \
60 printf( "\n" ); \
61 printf( "/*\n" ); \
62 printf( " * Flags for " x "\n" ); \
63 printf( " */\n" );
80 #define printf macro
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
clc_compiler.h 94 } printf; member in struct:clc_dxil_metadata
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
disasm-a3xx.c 43 #define printf debug_printf macro
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_info.h 79 bool printf; member in struct:spirv_supported_capabilities

Completed in 8 milliseconds