Searched defs:NumSrcRegs (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_instruction.c146 GLuint NumSrcRegs; member in struct:instruction_info
262 return InstInfo[opcode].NumSrcRegs;
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.c146 GLuint NumSrcRegs; member in struct:instruction_info
262 return InstInfo[opcode].NumSrcRegs;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h252 unsigned int NumSrcRegs:2; member in struct:rc_opcode_info
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h252 unsigned int NumSrcRegs:2; member in struct:rc_opcode_info
/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,
461 unsigned NumSrcRegs : 4; /* UINT */ member in struct:tgsi_instruction
477 * Then, tgsi_instruction::NumSrcRegs of tgsi_src_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,
461 unsigned NumSrcRegs : 4; /* UINT */ member in struct:tgsi_instruction
477 * Then, tgsi_instruction::NumSrcRegs of tgsi_src_register follow.

Completed in 1114 milliseconds