HomeSort by: relevance | last modified time | path
    Searched defs:NumDstRegs (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
prog_instruction.c 87 GLuint NumDstRegs;
180 return InstInfo[opcode].NumDstRegs;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_instruction.c 85 GLuint NumDstRegs;
178 return InstInfo[opcode].NumDstRegs;
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_shader_tokens.h 629 * NumDstRegs and NumSrcRegs is the number of destination and source registers,
642 unsigned NumDstRegs : 2; /* UINT */
658 * Then, tgsi_instruction::NumDstRegs of tgsi_dst_register follow.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_shader_tokens.h 624 * NumDstRegs and NumSrcRegs is the number of destination and source registers,
637 unsigned NumDstRegs : 2; /* UINT */
653 * Then, tgsi_instruction::NumDstRegs of tgsi_dst_register follow.

Completed in 24 milliseconds