Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c169 instr_fetch_vtx_t *instr, uint16_t dst_swiz) in patch_vtx_fetch()
288 instr_fetch_vtx_t *instr; in fd2_prog_init()
309 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[0].offset]; in fd2_prog_init()
324 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[0].offset]; in fd2_prog_init()
333 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[1].offset]; in fd2_prog_init()
Dir2_assemble.c183 instr_fetch_vtx_t *vtx = &bc->fetch.vtx; in fill_instr()
/external/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h384 } instr_fetch_vtx_t; typedef
388 instr_fetch_vtx_t vtx;
Ddisasm-a2xx.c327 instr_fetch_vtx_t *vtx = &fetch->vtx; in print_fetch_vtx()