Searched refs:ac_build_fract (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h552 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0,
H A Dac_nir_to_llvm.c759 result = ac_build_fract(&ctx->ac, src[0],
2982 values[0] = ac_build_fract(&ctx->ac, pos[0], 32);
2983 values[1] = ac_build_fract(&ctx->ac, pos[1], 32);
H A Dac_llvm_build.c2558 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, function in typeref:typename:LLVMValueRef
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h452 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize);
H A Dac_nir_to_llvm.c3220 values[0] = ac_build_fract(&ctx->ac, pos[0], 32);
3221 values[1] = ac_build_fract(&ctx->ac, pos[1], 32);
H A Dac_llvm_build.c2542 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) function in typeref:typename:LLVMValueRef
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c398 ac_build_fract(&ctx->ac, emit_data->args[0], bitsize);
H A Dsi_shader.c2146 pos[0] = ac_build_fract(&ctx->ac, pos[0], 32);
2147 pos[1] = ac_build_fract(&ctx->ac, pos[1], 32);

Completed in 99 milliseconds