Searched defs:NumDstRegs (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_instruction.c147 GLuint NumDstRegs; member in struct:instruction_info
275 return InstInfo[opcode].NumDstRegs;
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.c147 GLuint NumDstRegs; member in struct:instruction_info
275 return InstInfo[opcode].NumDstRegs;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_shader_tokens.h445 * NumDstRegs and NumSrcRegs is the number of destination and source registers,
460 unsigned NumDstRegs : 2; /* UINT */ member in struct:tgsi_instruction
475 * Then, tgsi_instruction::NumDstRegs of tgsi_dst_register follow.
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h445 * NumDstRegs and NumSrcRegs is the number of destination and source registers,
460 unsigned NumDstRegs : 2; /* UINT */ member in struct:tgsi_instruction
475 * Then, tgsi_instruction::NumDstRegs of tgsi_dst_register follow.

Completed in 926 milliseconds