Searched refs:noop_scissor (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_clear.c80 noop_scissor(struct gl_framebuffer *fb) function in typeref:typename:bool
121 if ((ctx->Scissor.EnableFlags & 1) && !noop_scissor(fb)) {
245 bool partial_clear = ctx->Scissor.EnableFlags && !noop_scissor(fb);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_clear.c79 noop_scissor(struct gl_framebuffer *fb) function in typeref:typename:bool
123 if ((ctx->Scissor.EnableFlags & 1) && !noop_scissor(fb)) {
246 bool partial_clear = ctx->Scissor.EnableFlags && !noop_scissor(fb);

Completed in 4 milliseconds