Home
last modified time | relevance | path

Searched refs:floating_point_mode (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_vs_state.c40 uint32_t floating_point_mode = 0; in upload_vs_state() local
48 floating_point_mode = GEN6_VS_FLOATING_POINT_MODE_ALT; in upload_vs_state()
53 OUT_BATCH(floating_point_mode | in upload_vs_state()
Dgen8_vs_state.c37 uint32_t floating_point_mode = 0; in upload_vs_state() local
48 floating_point_mode = GEN6_VS_FLOATING_POINT_MODE_ALT; in upload_vs_state()
54 OUT_BATCH(floating_point_mode | in upload_vs_state()
Dgen6_vs_state.c81 uint32_t floating_point_mode = 0; in upload_vs_state() local
121 floating_point_mode = GEN6_VS_FLOATING_POINT_MODE_ALT; in upload_vs_state()
126 OUT_BATCH(floating_point_mode | in upload_vs_state()
Dbrw_vs_state.c64 vs->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754; in brw_upload_vs_unit()
66 vs->thread1.floating_point_mode = BRW_FLOATING_POINT_IEEE_754; in brw_upload_vs_unit()
Dbrw_wm_state.c128 wm->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754; in brw_upload_wm_unit()
130 wm->thread1.floating_point_mode = BRW_FLOATING_POINT_IEEE_754; in brw_upload_wm_unit()
Dbrw_structs.h90 unsigned floating_point_mode:1; member
132 unsigned floating_point_mode:1; member
Dbrw_gs_state.c60 gs->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754; in brw_upload_gs_unit()
Dbrw_clip_state.c83 clip->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754; in brw_upload_clip_unit()
Dbrw_sf_state.c155 sf->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754; in upload_sf_unit()