Home
last modified time | relevance | path

Searched refs:ac_build_fract (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h436 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize);
Dac_nir_to_llvm.c3284 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()
Dac_llvm_build.c2567 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in ac_build_fract() function