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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_state.c 157 ctx->disabled_scissor.minx = 0;
158 ctx->disabled_scissor.miny = 0;
159 ctx->disabled_scissor.maxx = cso->width;
160 ctx->disabled_scissor.maxy = cso->height;
freedreno_context.h 186 struct pipe_scissor_state disabled_scissor; member in struct:fd_context
333 return &ctx->disabled_scissor;
freedreno_draw.c 309 if (!memcmp(scissor, &ctx->disabled_scissor, sizeof(*scissor))) {

Completed in 65 milliseconds