Searched refs:floating_point_mode (Results 1 – 9 of 9) sorted by relevance
40 uint32_t floating_point_mode = 0; in upload_vs_state() local48 floating_point_mode = GEN6_VS_FLOATING_POINT_MODE_ALT; in upload_vs_state()53 OUT_BATCH(floating_point_mode | in upload_vs_state()
37 uint32_t floating_point_mode = 0; in upload_vs_state() local48 floating_point_mode = GEN6_VS_FLOATING_POINT_MODE_ALT; in upload_vs_state()54 OUT_BATCH(floating_point_mode | in upload_vs_state()
81 uint32_t floating_point_mode = 0; in upload_vs_state() local121 floating_point_mode = GEN6_VS_FLOATING_POINT_MODE_ALT; in upload_vs_state()126 OUT_BATCH(floating_point_mode | in upload_vs_state()
64 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()
128 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()
90 unsigned floating_point_mode:1; member132 unsigned floating_point_mode:1; member
60 gs->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754; in brw_upload_gs_unit()
83 clip->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754; in brw_upload_clip_unit()
155 sf->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754; in upload_sf_unit()