Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c358 instr = ir2_instr_create_vtx_fetch(cf, 26, 1, FMT_32_32_FLOAT, false, 8); in create_blit_vp()
363 instr = ir2_instr_create_vtx_fetch(cf, 26, 0, FMT_32_32_32_FLOAT, false, 12); in create_blit_vp()
439 instr = ir2_instr_create_vtx_fetch(cf, 26, 0, FMT_32_32_32_FLOAT, false, 12); in create_solid_vp()
Dir-a2xx.h158 ir2_instr_create_vtx_fetch(struct ir2_cf *cf, int ci, int cis, in ir2_instr_create_vtx_fetch() function