Searched refs:opcs (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c458 } opcs[1 << OPC_BITS] = { variable in typeref:struct:opc_info
523 const char *name = opcs[opc].name;
595 opcs[opc].print(&operands);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c333 unsigned opcs = 6; /* output patch constants (at least the TessFactors) */ local
338 opcs = 8 + info->numPatchConstants * 4;
342 tcp->hdr[1] = opcs << 24;
354 tcp->hdr[3] = (opcs & 0x0f) << 28;
355 tcp->hdr[4] |= (opcs & 0xf0) << 16;
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Ddisasm-a3xx.c658 } opcs[1 << (3+NOPC_BITS)] = { variable in typeref:struct:opc_info
819 #define GETINFO(instr) (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr)]))
826 return opcs[instr->opc].name;

Completed in 517 milliseconds