Searched refs:OP_RSQ (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp104 { OP_RSQ, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },
491 case OP_RSQ:
H A Dnv50_ir.h81 OP_RSQ, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_peephole.cpp531 case OP_RSQ: res.data.f32 = 1.0f / sqrtf(imm.reg.data.f32); break;
812 case OP_RSQ:
H A Dnv50_ir_lowering_nv50.cpp963 Instruction *rsq = bld.mkOp1(OP_RSQ, TYPE_F32,
H A Dnv50_ir_emit_nv50.cpp1627 case OP_RSQ:
H A Dnv50_ir_from_sm4.cpp421 case SM4_OPCODE_RSQ: return OP_RSQ;
H A Dnv50_ir_from_tgsi.cpp1809 mkOp1(OP_RSQ, TYPE_F32, val0, val0);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp243 { OP_RSQ, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 },
602 case OP_RSQ:
H A Dnv50_ir_lowering_nvc0.cpp110 case OP_RSQ:
963 Instruction *rsq = bld.mkOp1(OP_RSQ, TYPE_F32,
H A Dnv50_ir_emit_nvc0.cpp1668 case OP_RSQ:
1809 if (i->op != OP_RSQ)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp104 { OP_RSQ, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },
491 case OP_RSQ:
H A Dnv50_ir.h81 OP_RSQ, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_peephole.cpp531 case OP_RSQ: res.data.f32 = 1.0f / sqrtf(imm.reg.data.f32); break;
812 case OP_RSQ:
H A Dnv50_ir_lowering_nv50.cpp963 Instruction *rsq = bld.mkOp1(OP_RSQ, TYPE_F32,
H A Dnv50_ir_emit_nv50.cpp1627 case OP_RSQ:
H A Dnv50_ir_from_sm4.cpp421 case SM4_OPCODE_RSQ: return OP_RSQ;
H A Dnv50_ir_from_tgsi.cpp1809 mkOp1(OP_RSQ, TYPE_F32, val0, val0);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp243 { OP_RSQ, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 },
602 case OP_RSQ:
H A Dnv50_ir_lowering_nvc0.cpp110 case OP_RSQ:
963 Instruction *rsq = bld.mkOp1(OP_RSQ, TYPE_F32,
H A Dnv50_ir_emit_nvc0.cpp1668 case OP_RSQ:
1809 if (i->op != OP_RSQ)

Completed in 384 milliseconds