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/
H A Dir2_assemble.c185 if (instr->fetch.opc == VTX_FETCH) { in fill_instr()
415 /* we need to sync between ALU/VTX_FETCH/TEX_FETCH types */ in assemble()
418 sync_id = bc.fetch.opc == VTX_FETCH ? 1 : 2; in assemble()
440 if (bc.fetch.opc == VTX_FETCH) { in assemble()
H A Dfd2_program.c192 if (instr->opc == VTX_FETCH) {
H A Dir2_private.h382 case VTX_FETCH: in src_ncomp()
/third_party/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h271 VTX_FETCH = 0, enumerator
H A Ddisasm-a2xx.c461 INSTR(VTX_FETCH, "VERTEX", print_fetch_vtx),

Completed in 5 milliseconds