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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_state.c 254 ctx->disabled_scissor.minx = 0;
255 ctx->disabled_scissor.miny = 0;
256 ctx->disabled_scissor.maxx = cso->width;
257 ctx->disabled_scissor.maxy = cso->height;
freedreno_context.h 247 struct pipe_scissor_state disabled_scissor; member in struct:fd_context
416 return &ctx->disabled_scissor;
freedreno_draw.c 377 if (!memcmp(scissor, &ctx->disabled_scissor, sizeof(*scissor))) {

Completed in 59 milliseconds