Home | History | Annotate | Download | only in common

Lines Matching refs:half_texel

2197 	LLVMValueRef half_texel[2];
2215 half_texel[c] = LLVMBuildExtractElement(ctx->builder, size,
2217 half_texel[c] = LLVMBuildUIToFP(ctx->builder, half_texel[c], ctx->f32, "");
2218 half_texel[c] = ac_build_fdiv(ctx, ctx->f32_1, half_texel[c]);
2219 half_texel[c] = LLVMBuildFMul(ctx->builder, half_texel[c],
2231 tmp = LLVMBuildFAdd(ctx->builder, tmp, half_texel[c], "");