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.c263 ctx->disabled_scissor.minx = 0; in fd_set_framebuffer_state()
264 ctx->disabled_scissor.miny = 0; in fd_set_framebuffer_state()
265 ctx->disabled_scissor.maxx = cso->width; in fd_set_framebuffer_state()
266 ctx->disabled_scissor.maxy = cso->height; in fd_set_framebuffer_state()
408 ctx->current_scissor = &ctx->disabled_scissor; in fd_rasterizer_state_bind()
Dfreedreno_context.h306 struct pipe_scissor_state disabled_scissor; member
Dfreedreno_context.c470 ctx->current_scissor = &ctx->disabled_scissor; in fd_context_init()