Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c151 instr_fetch_vtx_t *instr, uint16_t dst_swiz) assert_dt in patch_vtx_fetch()
273 instr_fetch_vtx_t *instr; in fd2_prog_init()
294 instr = (instr_fetch_vtx_t *)&info->dwords[info->fetch_info[0].offset]; in fd2_prog_init()
309 instr = (instr_fetch_vtx_t *)&info->dwords[info->fetch_info[0].offset]; in fd2_prog_init()
318 instr = (instr_fetch_vtx_t *)&info->dwords[info->fetch_info[1].offset]; in fd2_prog_init()
H A Dir2_assemble.c168 instr_fetch_vtx_t *vtx = &bc->fetch.vtx; in fill_instr()
/aosp_15_r20/external/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h361 } instr_fetch_vtx_t; typedef
365 instr_fetch_vtx_t vtx;
H A Ddisasm-a2xx.c326 instr_fetch_vtx_t *vtx = &fetch->vtx; in print_fetch_vtx()