OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ei_vector2
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c
202
static void
ei_vector2
(struct r300_vertex_program_code *vp,
function
399
case RC_OPCODE_ADD:
ei_vector2
(compiler->code, VE_ADD, vpi, inst); break;
402
case RC_OPCODE_DP4:
ei_vector2
(compiler->code, VE_DOT_PRODUCT, vpi, inst); break;
403
case RC_OPCODE_DST:
ei_vector2
(compiler->code, VE_DISTANCE_VECTOR, vpi, inst); break;
411
case RC_OPCODE_MAX:
ei_vector2
(compiler->code, VE_MAXIMUM, vpi, inst); break;
412
case RC_OPCODE_MIN:
ei_vector2
(compiler->code, VE_MINIMUM, vpi, inst); break;
414
case RC_OPCODE_MUL:
ei_vector2
(compiler->code, VE_MULTIPLY, vpi, inst); break;
418
case RC_OPCODE_SEQ:
ei_vector2
(compiler->code, VE_SET_EQUAL, vpi, inst); break;
419
case RC_OPCODE_SGE:
ei_vector2
(compiler->code, VE_SET_GREATER_THAN_EQUAL, vpi, inst); break;
421
case RC_OPCODE_SLT:
ei_vector2
(compiler->code, VE_SET_LESS_THAN, vpi, inst); break
[
all
...]
Completed in 434 milliseconds