Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_batchbuffer.h64 static INLINE uint32_t float_as_int(float f) in float_as_int() function
100 intel_batchbuffer_emit_dword(intel, float_as_int(f)); in intel_batchbuffer_emit_float()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clear.c144 depth_clear_value = float_as_int(ctx->Depth.Clear); in brw_fast_clear_depth()