Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp1359 ir_variable *itmp2 = in imul_high_to_mul() local
1360 new(ir) ir_variable(glsl_type::ivec(elements), "itmp2", ir_var_temporary); in imul_high_to_mul()
1364 i.insert_before(itmp2); in imul_high_to_mul()
1366 i.insert_before(assign(itmp2, ir->operands[1])); in imul_high_to_mul()
1375 less(itmp2, c0->clone(ir, NULL))))); in imul_high_to_mul()
1378 i.insert_before(assign(src2, i2u(abs(itmp2)))); in imul_high_to_mul()

Completed in 3 milliseconds