HomeSort by relevance Sort by last modified time
    Searched refs:OP_SIN (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_gm107.cpp 127 case OP_SIN:
255 case OP_SIN:
283 case OP_SIN:
nv50_ir_target_nvc0.cpp 127 { OP_SIN, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 },
585 case OP_SIN:
nv50_ir_target_nv50.cpp 542 case OP_SIN:
nv50_ir.h 85 OP_SIN,
    [all...]
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_emit_gk110.cpp     [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir_peephole.cpp 823 case OP_SIN: res.data.f32 = sinf(imm.reg.data.f32); break;
828 // these should be handled in subsequent OP_SIN/COS/EX2
    [all...]
nv50_ir_emit_nvc0.cpp     [all...]

Completed in 350 milliseconds