Searched refs:render_to_fbo (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c39 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
67 } else if (render_to_fbo) {
H A Dgen7_clip_state.c42 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dgen7_viewport_state.c37 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
53 if (render_to_fbo) {
H A Dbrw_sf_state.c49 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
56 if (render_to_fbo) {
98 } else if (render_to_fbo) {
147 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
212 sf->sf5.front_winding ^= render_to_fbo;
244 if (!render_to_fbo) {
H A Dbrw_sf.c141 bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
190 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo)
203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
H A Dgen6_viewport_state.c74 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
82 if (render_to_fbo) {
H A Dgen7_sf_state.c47 bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
58 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo) {
166 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dgen6_sf_state.c128 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
252 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo) {
H A Dbrw_wm.c420 found |= key_debug("rendering to FBO", old_key->render_to_fbo, key->render_to_fbo);
602 key->render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer);
H A Dbrw_wm.h68 GLuint render_to_fbo:1; member in struct:brw_wm_prog_key
H A Dbrw_fs.cpp602 bool flip = !ir->origin_upper_left ^ c->key.render_to_fbo;
2197 key.render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer);
H A Dbrw_fs_emit.cpp973 * guarantee that c->key.render_to_fbo is set).
976 generate_ddy(inst, dst, src[0], c->key.render_to_fbo);
H A Dbrw_wm_emit.c1750 * guarantee that c->key.render_to_fbo is set).
1753 emit_ddxy(p, dst, dst_flags, false, args[0], c->key.render_to_fbo);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c1546 const GLboolean render_to_fbo = (ctx->DrawBuffer ? _mesa_is_user_fbo(ctx->DrawBuffer) : 0); local
1550 if (render_to_fbo) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c1353 const GLboolean render_to_fbo = (ctx->DrawBuffer ? _mesa_is_user_fbo(ctx->DrawBuffer) : 0); local
1357 if (render_to_fbo) {

Completed in 746 milliseconds