Searched refs:dummy_surface (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_framebuffer.c151 psurf = ctx->dummy_surface[util_logbase2_ceil(ctx->gfx_pipeline_state.rast_samples+1)];
268 surf = zink_csurface(ctx->dummy_surface[util_logbase2_ceil(state->samples+1)]);
H A Dzink_context.h300 struct pipe_surface *dummy_surface[7]; member in struct:zink_context
H A Dzink_context.c99 for (unsigned i = 0; i < ARRAY_SIZE(ctx->dummy_surface); i++)
100 pipe_surface_release(&ctx->base, &ctx->dummy_surface[i]);
528 struct zink_surface *null_surface = zink_csurface(ctx->dummy_surface[0]);
564 struct zink_surface *null_surface = zink_csurface(ctx->dummy_surface[0]);
1601 struct zink_surface *null_surface = zink_csurface(ctx->dummy_surface[is_image]);
1822 zink_csurface(ctx->dummy_surface[0])->image_view;
2035 return zink_csurface(ctx->dummy_surface[util_logbase2_ceil(ctx->fb_state.samples)])->image_view;
4154 for (unsigned i = 0; i < ARRAY_SIZE(ctx->dummy_surface); i++) {
4157 ctx->dummy_surface[i] = zink_surface_create_null(ctx, PIPE_TEXTURE_2D, 1024, 1024, BITFIELD_BIT(i));
4158 if (!ctx->dummy_surface[
[all...]

Completed in 23 milliseconds