Home
last modified time | relevance | path

Searched refs:float_as_int (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.h81 static inline uint32_t float_as_int(float f) in float_as_int() function
118 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)))
Dbrw_clear.c143 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()
Dbrw_sampler_state.c264 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()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_batchbuffer.h57 static inline uint32_t float_as_int(float f) in float_as_int() function
93 intel_batchbuffer_emit_dword(intel, float_as_int(f)); in intel_batchbuffer_emit_float()