Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.h57 struct ir2_instruction *vfetch_instrs[64]; member
Dfd2_compiler.c251 struct ir2_instruction **vfetch_instrs = ctx->so->vfetch_instrs; in compile_vtx_fetch() local
266 vfetch_instrs[i] = instr; in compile_vtx_fetch()
Dfd2_program.c174 struct ir2_instruction *instr = so->vfetch_instrs[i]; in patch_vtx_fetches()