Home
last modified time | relevance | path

Searched refs:VTX_FETCH (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c185 if (instr->fetch.opc == VTX_FETCH) { in fill_instr()
418 sync_id = bc.fetch.opc == VTX_FETCH ? 1 : 2; in assemble()
440 if (bc.fetch.opc == VTX_FETCH) { in assemble()
Dir2_private.h382 case VTX_FETCH: in src_ncomp()
Dfd2_program.c192 if (instr->opc == VTX_FETCH) { in patch_fetches()
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h271 VTX_FETCH = 0, enumerator
Ddisasm-a2xx.c461 INSTR(VTX_FETCH, "VERTEX", print_fetch_vtx),