Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.h147 RC_OPCODE_SIN, enumerator
Dradeon_program_alu.c922 inst->U.I.Opcode != RC_OPCODE_SIN) in r300_transform_trig_simple()
947 } else if (inst->U.I.Opcode == RC_OPCODE_SIN) { in r300_transform_trig_simple()
1001 } else if (inst->U.I.Opcode == RC_OPCODE_SIN) { in r300_transform_SIN_COS()
1002 emit1(c, inst->Prev, RC_OPCODE_SIN, &inst->U.I, in r300_transform_SIN_COS()
1027 inst->U.I.Opcode != RC_OPCODE_SIN) in radeonTransformTrigScale()
1059 inst->U.I.Opcode != RC_OPCODE_SIN) in r300_transform_trig_scale_vertex()
Dradeon_opcodes.c272 .Opcode = RC_OPCODE_SIN,
Dradeon_pair_translate.c119 case RC_OPCODE_SIN: in classify_instruction()
Dr500_fragprog_emit.c139 case RC_OPCODE_SIN: return R500_ALPHA_OP_SIN; in translate_alpha_op()
Dr3xx_vertprog.c434 case RC_OPCODE_SIN: ei_math1(compiler->code, ME_SIN, vpi, inst); break; in translate_vertex_program()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c72 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN; in translate_opcode()