Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.h162 RC_OPCODE_SIN, enumerator
Dradeon_program_alu.c1010 inst->U.I.Opcode != RC_OPCODE_SIN && in r300_transform_trig_simple()
1036 } else if (inst->U.I.Opcode == RC_OPCODE_SIN) { in r300_transform_trig_simple()
1090 } else if (inst->U.I.Opcode == RC_OPCODE_SIN) { in r300_transform_SIN_COS_SCS()
1091 emit1(c, inst->Prev, RC_OPCODE_SIN, &inst->U.I, in r300_transform_SIN_COS_SCS()
1103 emit1(c, inst->Prev, RC_OPCODE_SIN, &inst->U.I, moddst, in r300_transform_SIN_COS_SCS()
1130 inst->U.I.Opcode != RC_OPCODE_SIN && in radeonTransformTrigScale()
1161 inst->U.I.Opcode != RC_OPCODE_SIN && in r300_transform_trig_scale_vertex()
Dradeon_opcodes.c303 .Opcode = RC_OPCODE_SIN,
Dradeon_pair_translate.c117 case RC_OPCODE_SIN: in classify_instruction()
Dr500_fragprog_emit.c137 case RC_OPCODE_SIN: return R500_ALPHA_OP_SIN; in translate_alpha_op()
Dr3xx_vertprog.c428 case RC_OPCODE_SIN: ei_math1(compiler->code, ME_SIN, vpi, inst); break; in translate_vertex_program()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c74 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN; in translate_opcode()