Searched refs:mul1 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dlower.c88 gpir_node *mul1 = local in function:gpir_lower_viewport_transform
90 if (!mul1)
101 gpir_lower_create_insert_node(node, mul1, &scale->node, gpir_op_mul);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp878 Instruction *mul1 = NULL; // mul1 before mul2 local in function:nv50_ir::ConstantFolding::tryCollapseChainedMULs
888 mul1 = insn;
889 if (mul1 && !mul1->saturate) {
892 if (mul1->src(s1 = 0).getImmediate(imm1) ||
893 mul1->src(s1 = 1).getImmediate(imm1)) {
894 bld.setPosition(mul1, false);
897 mul1->setSrc(s1, bld.loadImm(NULL, f * imm1.reg.data.f32));
898 mul1
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp911 Instruction *mul1 = NULL; // mul1 before mul2 local in function:nv50_ir::ConstantFolding::tryCollapseChainedMULs
921 mul1 = insn;
922 if (mul1 && !mul1->saturate) {
925 if (mul1->src(s1 = 0).getImmediate(imm1) ||
926 mul1->src(s1 = 1).getImmediate(imm1)) {
927 bld.setPosition(mul1, false);
930 mul1->setSrc(s1, bld.loadImm(NULL, f * imm1.reg.data.f32));
931 mul1
[all...]

Completed in 8 milliseconds