Searched refs:ALU_OP1_SIN (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_isa.h | 293 #define ALU_OP1_SIN 99 macro
|
| H A D | r600_shader.c | 11636 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig}, 11834 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig}, 12060 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, cayman_trig},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_isa.h | 299 #define ALU_OP1_SIN 99 macro
|
| H A D | r600_shader.c | 11805 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig}, 12003 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig}, 12230 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, cayman_trig},
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_expr.cpp | 464 case ALU_OP1_SIN: dv = sin(cv.f * 2.0f * M_PI); break;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_expr.cpp | 464 case ALU_OP1_SIN: dv = sin(cv.f * 2.0f * M_PI); break;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_ir_to_assembly.cpp | 1326 {op1_sin, ALU_OP1_SIN},
|
Completed in 34 milliseconds