Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:half_texel

1671 	LLVMValueRef half_texel[2];
1717 half_texel[0] = half_texel[1] = LLVMConstReal(ctx->f32, -0.5);
1739 half_texel[c] =
1742 half_texel[c] = LLVMBuildUIToFP(builder, half_texel[c], ctx->f32, "");
1743 half_texel[c] =
1745 TGSI_OPCODE_RCP, half_texel[c]);
1746 half_texel[c] = LLVMBuildFMul(builder, half_texel[c],
1756 LLVMValueRef values[2] = { half_texel[c], ctx->ac.f32_0 };
1757 half_texel[c] = ac_build_phi(&ctx->ac, ctx->f32, 2,
1769 tmp = LLVMBuildFAdd(builder, tmp, half_texel[c], "");