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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c546 int num_dword_per_instr = sizeof(gpir_codegen_instr) / sizeof(uint32_t); local in function:gpir_codegen_print_prog
550 for (int j = 0; j < num_dword_per_instr; j++)
551 printf("%08x ", data[i * num_dword_per_instr + j]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c569 int num_dword_per_instr = sizeof(gpir_codegen_instr) / sizeof(uint32_t); local in function:gpir_codegen_print_prog
573 for (int j = 0; j < num_dword_per_instr; j++)
574 printf("%08x ", data[i * num_dword_per_instr + j]);

Completed in 3 milliseconds