Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h437 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize);
Dac_nir_to_llvm.c2998 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()
Dac_llvm_build.c2500 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in ac_build_fract() function