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

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.c 147 GLuint NumDstRegs;
275 return InstInfo[opcode].NumDstRegs;
  /external/mesa3d/src/mesa/program/
prog_instruction.c 147 GLuint NumDstRegs;
275 return InstInfo[opcode].NumDstRegs;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 445 * NumDstRegs and NumSrcRegs is the number of destination and source registers,
460 unsigned NumDstRegs : 2; /* UINT */
475 * Then, tgsi_instruction::NumDstRegs of tgsi_dst_register follow.
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 445 * NumDstRegs and NumSrcRegs is the number of destination and source registers,
460 unsigned NumDstRegs : 2; /* UINT */
475 * Then, tgsi_instruction::NumDstRegs of tgsi_dst_register follow.

Completed in 90 milliseconds