Searched refs:float_as_int (Results 1 – 4 of 4) sorted by relevance
81 static inline uint32_t float_as_int(float f) in float_as_int() function118 intel_batchbuffer_emit_dword(batch, float_as_int(f)); in intel_batchbuffer_emit_float()161 #define OUT_BATCH_F(f) OUT_BATCH(float_as_int((f)))
143 depth_clear_value = float_as_int(ctx->Depth.Clear); in brw_fast_clear_depth()164 depth_clear_value = float_as_int(ctx->Depth.Clear); in brw_fast_clear_depth()
264 color.ui[3] = float_as_int(1.0); in upload_default_color()285 color.ui[3] = float_as_int(1.0); in upload_default_color()
57 static inline uint32_t float_as_int(float f) in float_as_int() function93 intel_batchbuffer_emit_dword(intel, float_as_int(f)); in intel_batchbuffer_emit_float()