HomeSort by relevance Sort by last modified time
    Searched refs:float_as_int (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_batchbuffer.h 81 static inline uint32_t float_as_int(float f) function
118 intel_batchbuffer_emit_dword(batch, float_as_int(f));
161 #define OUT_BATCH_F(f) OUT_BATCH(float_as_int((f)))
brw_clear.c 143 depth_clear_value = float_as_int(ctx->Depth.Clear);
164 depth_clear_value = float_as_int(ctx->Depth.Clear);
brw_sampler_state.c 264 color.ui[3] = float_as_int(1.0);
285 color.ui[3] = float_as_int(1.0);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_batchbuffer.h 57 static inline uint32_t float_as_int(float f) function
93 intel_batchbuffer_emit_dword(intel, float_as_int(f));

Completed in 74 milliseconds