Searched refs:VTX_FETCH (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c182 if (instr->fetch.opc == VTX_FETCH) {
411 /* we need to sync between ALU/VTX_FETCH/TEX_FETCH types */
414 sync_id = bc.fetch.opc == VTX_FETCH ? 1 : 2;
436 if (bc.fetch.opc == VTX_FETCH) {
H A Dinstr-a2xx.h276 VTX_FETCH = 0, enumerator in enum:__anonbf9970420903
H A Dir2_private.h366 case VTX_FETCH:
H A Dfd2_program.c203 if (instr->opc == VTX_FETCH) {
H A Ddisasm-a2xx.c440 INSTR(VTX_FETCH, "VERTEX", print_fetch_vtx),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c185 if (instr->fetch.opc == VTX_FETCH) {
415 /* we need to sync between ALU/VTX_FETCH/TEX_FETCH types */
418 sync_id = bc.fetch.opc == VTX_FETCH ? 1 : 2;
440 if (bc.fetch.opc == VTX_FETCH) {
H A Dir2_private.h382 case VTX_FETCH:
H A Dfd2_program.c192 if (instr->opc == VTX_FETCH) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Dinstr-a2xx.h271 VTX_FETCH = 0, enumerator in enum:__anond74638370903
H A Ddisasm-a2xx.c461 INSTR(VTX_FETCH, "VERTEX", print_fetch_vtx),

Completed in 11 milliseconds