Home
last modified time | relevance | path

Searched refs:disabled_scissor (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c254 ctx->disabled_scissor.minx = 0; in fd_set_framebuffer_state()
255 ctx->disabled_scissor.miny = 0; in fd_set_framebuffer_state()
256 ctx->disabled_scissor.maxx = cso->width; in fd_set_framebuffer_state()
257 ctx->disabled_scissor.maxy = cso->height; in fd_set_framebuffer_state()
Dfreedreno_context.h247 struct pipe_scissor_state disabled_scissor; member
416 return &ctx->disabled_scissor; in fd_context_get_scissor()
Dfreedreno_draw.c377 if (!memcmp(scissor, &ctx->disabled_scissor, sizeof(*scissor))) { in fd_clear()