HomeSort by relevance Sort by last modified time
    Searched defs:NumDstRegs (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/program/
prog_instruction.c 85 GLuint NumDstRegs;
178 return InstInfo[opcode].NumDstRegs;
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 614 * NumDstRegs and NumSrcRegs is the number of destination and source registers,
629 unsigned NumDstRegs : 2; /* UINT */
645 * Then, tgsi_instruction::NumDstRegs of tgsi_dst_register follow.

Completed in 140 milliseconds