OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumSrcRegs
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/program/
prog_instruction.c
146
GLuint
NumSrcRegs
;
262
return InstInfo[opcode].
NumSrcRegs
;
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.h
252
unsigned int
NumSrcRegs
:2;
/external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h
445
* NumDstRegs and
NumSrcRegs
is the number of destination and source registers,
461
unsigned
NumSrcRegs
: 4; /* UINT */
477
* Then, tgsi_instruction::
NumSrcRegs
of tgsi_src_register follow.
Completed in 1311 milliseconds