Home
last modified time | relevance | path

Searched refs:ei_vector2 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog.c203 static void ei_vector2(struct r300_vertex_program_code *vp, in ei_vector2() function
406 case RC_OPCODE_ADD: ei_vector2(compiler->code, VE_ADD, vpi, inst); break; in translate_vertex_program()
410 case RC_OPCODE_DP4: ei_vector2(compiler->code, VE_DOT_PRODUCT, vpi, inst); break; in translate_vertex_program()
411 case RC_OPCODE_DST: ei_vector2(compiler->code, VE_DISTANCE_VECTOR, vpi, inst); break; in translate_vertex_program()
419 case RC_OPCODE_MAX: ei_vector2(compiler->code, VE_MAXIMUM, vpi, inst); break; in translate_vertex_program()
420 case RC_OPCODE_MIN: ei_vector2(compiler->code, VE_MINIMUM, vpi, inst); break; in translate_vertex_program()
422 case RC_OPCODE_MUL: ei_vector2(compiler->code, VE_MULTIPLY, vpi, inst); break; in translate_vertex_program()
426 case RC_OPCODE_SEQ: ei_vector2(compiler->code, VE_SET_EQUAL, vpi, inst); break; in translate_vertex_program()
427 case RC_OPCODE_SGE: ei_vector2(compiler->code, VE_SET_GREATER_THAN_EQUAL, vpi, inst); break; in translate_vertex_program()
429 case RC_OPCODE_SLT: ei_vector2(compiler->code, VE_SET_LESS_THAN, vpi, inst); break; in translate_vertex_program()
[all …]