Searched refs:assig (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_instructions.cpp | 630 ir_assignment *assig; in double_dot_to_fma() local 632 assig = assign(temp, mul(swizzle(ir->operands[0]->clone(ir, NULL), i, 1), in double_dot_to_fma() 635 assig = assign(temp, fma(swizzle(ir->operands[0]->clone(ir, NULL), i, 1), in double_dot_to_fma() 639 this->base_ir->insert_before(assig); in double_dot_to_fma()
|
Completed in 3 milliseconds