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

  /external/mesa3d/src/mesa/program/
prog_instruction.c 84 GLuint NumSrcRegs;
165 return InstInfo[opcode].NumSrcRegs;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 256 unsigned int NumSrcRegs:2;
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 614 * NumDstRegs and NumSrcRegs is the number of destination and source registers,
630 unsigned NumSrcRegs : 4; /* UINT */
647 * Then, tgsi_instruction::NumSrcRegs of tgsi_src_register follow.

Completed in 200 milliseconds