Searched refs:get_internal_temp (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 522 get_internal_temp(struct fd2_compile_context *ctx, in get_internal_temp() function 694 get_internal_temp(ctx, &tmp_dst, &tmp_src); in translate_pow() 749 get_internal_temp(ctx, &tmp_dst, &tmp_src); in translate_tex() 854 get_internal_temp(ctx, &tmp_dst, &tmp_src); in translate_sge_slt() 885 get_internal_temp(ctx, &tmp_dst1, &tmp_src1); in translate_lrp() 886 get_internal_temp(ctx, &tmp_dst2, &tmp_src2); in translate_lrp() 937 get_internal_temp(ctx, &tmp_dst, &tmp_src); in translate_trig()
|