Searched refs:decompile_commands (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/freedreno/decode/ |
H A D | rddecompiler.c | 372 decompile_commands(uint32_t *dwords, uint32_t sizedwords, int level, uint32_t *cond_count) in decompile_commands() function 399 decompile_commands(ptr, ibsize, level + 1, NULL); in decompile_commands() 415 decompile_commands(ptr, state_count, level + 1, NULL); in decompile_commands() 469 decompile_commands(dwords + count, cond_count, level + 1, &cond_count); in decompile_commands() 497 decompile_commands(dwords + dwords_left, else_cond_count, level, NULL); in decompile_commands() 629 decompile_commands(hostptr(gpuaddr), sizedwords, 0, NULL); in handle_file()
|