Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog.c186 static void ei_vector1(struct r300_vertex_program_code *vp, in ei_vector1() function
407 case RC_OPCODE_ARL: ei_vector1(compiler->code, VE_FLT2FIX_DX, vpi, inst); break; in translate_vertex_program()
408 case RC_OPCODE_ARR: ei_vector1(compiler->code, VE_FLT2FIX_DX_RND, vpi, inst); break; in translate_vertex_program()
414 case RC_OPCODE_FRC: ei_vector1(compiler->code, VE_FRACTION, vpi, inst); break; in translate_vertex_program()
421 case RC_OPCODE_MOV: ei_vector1(compiler->code, VE_ADD, vpi, inst); break; in translate_vertex_program()