Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.h86 lp_create_builder(LLVMContextRef ctx, bool unsafe_fpmath);
Dlp_bld_misc.cpp792 lp_create_builder(LLVMContextRef ctx, bool unsafe_fpmath) in lp_create_builder() argument
797 if (unsafe_fpmath) { in lp_create_builder()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1282 bool unsafe_fpmath = (sscreen->b.debug_flags & DBG_UNSAFE_MATH) != 0; in si_llvm_context_init() local
1284 unsafe_fpmath); in si_llvm_context_init()