Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c408 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); in transform_POW() local
410 tempsrc.Swizzle = RC_SWIZZLE_WWWW; in transform_POW()
413 emit2(c, inst->Prev, RC_OPCODE_MUL, NULL, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW()
414 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc); in transform_POW()

Completed in 2 milliseconds