Searched refs:ei_vector2 (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r3xx_vertprog.c | 206 static void ei_vector2(struct r300_vertex_program_code *vp, in ei_vector2() function 409 case RC_OPCODE_ADD: ei_vector2(compiler->code, VE_ADD, vpi, inst); break; in translate_vertex_program() 413 case RC_OPCODE_DP4: ei_vector2(compiler->code, VE_DOT_PRODUCT, vpi, inst); break; in translate_vertex_program() 414 case RC_OPCODE_DST: ei_vector2(compiler->code, VE_DISTANCE_VECTOR, vpi, inst); break; in translate_vertex_program() 422 case RC_OPCODE_MAX: ei_vector2(compiler->code, VE_MAXIMUM, vpi, inst); break; in translate_vertex_program() 423 case RC_OPCODE_MIN: ei_vector2(compiler->code, VE_MINIMUM, vpi, inst); break; in translate_vertex_program() 425 case RC_OPCODE_MUL: ei_vector2(compiler->code, VE_MULTIPLY, vpi, inst); break; in translate_vertex_program() 429 case RC_OPCODE_SEQ: ei_vector2(compiler->code, VE_SET_EQUAL, vpi, inst); break; in translate_vertex_program() 430 case RC_OPCODE_SGE: ei_vector2(compiler->code, VE_SET_GREATER_THAN_EQUAL, vpi, inst); break; in translate_vertex_program() 432 case RC_OPCODE_SLT: ei_vector2(compiler->code, VE_SET_LESS_THAN, vpi, inst); break; in translate_vertex_program() [all …]
|