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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_te_state.c 45 OUT_BATCH_F(63.0);
46 OUT_BATCH_F(64.0);
52 OUT_BATCH_F(0);
53 OUT_BATCH_F(0);
gen7_sf_state.c 242 OUT_BATCH_F(ctx->Polygon.OffsetUnits * 2); /* constant. copied from gen4 */
243 OUT_BATCH_F(ctx->Polygon.OffsetFactor); /* scale */
244 OUT_BATCH_F(ctx->Polygon.OffsetClamp); /* global depth offset clamp */
brw_cc.c 268 OUT_BATCH_F(ctx->Color.BlendColorUnclamped[0]);
269 OUT_BATCH_F(ctx->Color.BlendColorUnclamped[1]);
270 OUT_BATCH_F(ctx->Color.BlendColorUnclamped[2]);
271 OUT_BATCH_F(ctx->Color.BlendColorUnclamped[3]);
gen6_sf_state.c 423 OUT_BATCH_F(ctx->Polygon.OffsetUnits * 2); /* constant. copied from gen4 */
424 OUT_BATCH_F(ctx->Polygon.OffsetFactor); /* scale */
425 OUT_BATCH_F(ctx->Polygon.OffsetClamp); /* global depth offset clamp */
gen8_sf_state.c 331 OUT_BATCH_F(ctx->Polygon.OffsetUnits * 2); /* constant. copied from gen4 */
332 OUT_BATCH_F(ctx->Polygon.OffsetFactor); /* scale */
333 OUT_BATCH_F(ctx->Polygon.OffsetClamp); /* global depth offset clamp */
intel_batchbuffer.h 161 #define OUT_BATCH_F(f) OUT_BATCH(float_as_int((f)))
brw_wm_state.c 251 OUT_BATCH_F(ctx->Polygon.OffsetClamp);
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 142 OUT_BATCH_F(f_depth);
146 OUT_BATCH_F(destx + width);
147 OUT_BATCH_F(desty + height);
148 OUT_BATCH_F(destx);
149 OUT_BATCH_F(desty + height);
150 OUT_BATCH_F(destx);
151 OUT_BATCH_F(desty);
161 OUT_BATCH_F(f_depth);
165 OUT_BATCH_F(destx + width);
166 OUT_BATCH_F(desty + height)
    [all...]
i915_batch.h 41 #define OUT_BATCH_F(f) \
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_batchbuffer.h 142 #define OUT_BATCH_F(f) intel_batchbuffer_emit_float(intel,f)

Completed in 555 milliseconds