Searched refs:try_to_reuse_dst (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_alu.c | 216 static struct rc_dst_register try_to_reuse_dst(struct radeon_compiler *c, in try_to_reuse_dst() function 252 struct rc_dst_register dst = try_to_reuse_dst(c, inst); in transform_CEIL() 267 struct rc_dst_register dst = try_to_reuse_dst(c, inst); in transform_CLAMP() 317 struct rc_dst_register dst = try_to_reuse_dst(c, inst); in transform_FLR() 333 struct rc_dst_register dst = try_to_reuse_dst(c, inst); in transform_TRUNC() 428 struct rc_dst_register dst = try_to_reuse_dst(c, inst); in transform_LRP() 443 struct rc_dst_register tempdst = try_to_reuse_dst(c, inst); in transform_POW() 501 struct rc_dst_register dst = try_to_reuse_dst(c, inst); in transform_SEQ() 520 struct rc_dst_register dst = try_to_reuse_dst(c, inst); in transform_SGE() 532 struct rc_dst_register dst = try_to_reuse_dst(c, inst); in transform_SGT() [all …]
|