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