Home
last modified time | relevance | path

Searched refs:ac_build_frexp_mant (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h539 LLVMValueRef ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize);
Dac_llvm_build.c4307 LLVMValueRef ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in ac_build_frexp_mant() function
Dac_nir_to_llvm.c822 result = ac_build_frexp_mant(&ctx->ac, src[0], instr->dest.dest.ssa.bit_size); in visit_alu()
/external/mesa3d/docs/relnotes/
D19.1.0.rst4331 - ac: add ac_build_frexp_mant() helper and 16-bit/32-bit support