Searched refs:ac_build_fract (Results 1 – 3 of 3) sorted by relevance
436 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize);
3284 values[0] = ac_build_fract(&ctx->ac, pos[0], 32); in load_sample_pos()3285 values[1] = ac_build_fract(&ctx->ac, pos[1], 32); in load_sample_pos()
2567 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in ac_build_fract() function