Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c342 print_fetch_vtx(instr_fetch_t *fetch) in print_fetch_vtx()
379 print_fetch_tex(instr_fetch_t *fetch) in print_fetch_tex()
458 void (*fxn)(instr_fetch_t *cf);
477 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in disasm_fetch()
Dinstr-a2xx.h395 } instr_fetch_t; typedef
399 instr_fetch_t fetch;
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c191 instr_fetch_t *instr = (instr_fetch_t *)&info->dwords[fi->offset]; in patch_fetches()