Home
last modified time | relevance | path

Searched refs:fpstate (Results 1 – 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/asm-x86/asm/
Dsigcontext.h193 struct _fpstate fpstate; member
230 __u32 fpstate; /* Zero when no FPU/extended context */ member
273 __u64 fpstate; /* Zero when no FPU/extended context */ member
320 struct _fpstate __user *fpstate; member
380 struct _fpstate __user *fpstate; /* Zero when no FPU context */ member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c382 unsigned fpstate; in main() local
385 fpstate = util_fpstate_get(); in main()
386 util_fpstate_set_denorms_to_zero(fpstate); in main()
Dlp_rast.c777 unsigned fpstate = util_fpstate_get(); in lp_rast_queue_scene() local
782 util_fpstate_set_denorms_to_zero(fpstate); in lp_rast_queue_scene()
790 util_fpstate_set(fpstate); in lp_rast_queue_scene()
841 unsigned fpstate; in thread_function() local
849 fpstate = util_fpstate_get(); in thread_function()
850 util_fpstate_set_denorms_to_zero(fpstate); in thread_function()
Dlp_state_fs.c2293 LLVMValueRef fpstate = 0; in generate_unswizzled_blend() local
2312 fpstate = lp_build_fpstate_get(gallivm); in generate_unswizzled_blend()
2903 lp_build_fpstate_set(gallivm, fpstate); in generate_unswizzled_blend()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c474 unsigned fpstate = util_fpstate_get(); in draw_vbo() local
483 util_fpstate_set_denorms_to_zero(fpstate); in draw_vbo()
544 util_fpstate_set(fpstate); in draw_vbo()
587 util_fpstate_set(fpstate); in draw_vbo()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextLinux_i386.cpp72 uint32_t fpstate; // Location of FPR's. Should be a FXSTATE *, but this member
DRegisterContextLinux_x86_64.cpp66 FXSAVE *fpstate; // Location of FPR's. member
/external/google-breakpad/src/common/linux/
Dbreakpad_getcontext_unittest.cc145 offsetof(sigcontext,fpstate), sigcontext_fpstate); in TEST()
/external/mesa3d/src/util/
Du_math.h805 util_fpstate_set(unsigned fpstate);
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h905 util_fpstate_set(unsigned fpstate);