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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_wm_state.c 76 bool multisampled_fbo,
186 if (multisampled_fbo) {
247 const bool multisampled_fbo = _mesa_geometric_samples(ctx->DrawBuffer) > 1; local
267 multisampled_fbo,
gen7_sf_state.c 119 const bool multisampled_fbo = _mesa_geometric_samples(ctx->DrawBuffer) > 1; local
209 if (multisampled_fbo && ctx->Multisample.Enabled)
gen6_sf_state.c 281 const bool multisampled_fbo = _mesa_geometric_samples(ctx->DrawBuffer) > 1; local
372 if (multisampled_fbo && ctx->Multisample.Enabled)
gen7_wm_state.c 47 const bool multisampled_fbo = _mesa_geometric_samples(ctx->DrawBuffer) > 1; local
87 if (multisampled_fbo) {
brw_state.h 351 bool multisampled_fbo,

Completed in 118 milliseconds