Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dcodegen.c569 int num_dword_per_instr = sizeof(gpir_codegen_instr) / sizeof(uint32_t); in gpir_codegen_print_prog() local
573 for (int j = 0; j < num_dword_per_instr; j++) in gpir_codegen_print_prog()
574 printf("%08x ", data[i * num_dword_per_instr + j]); in gpir_codegen_print_prog()