Searched refs:zink_surface_create_null (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_surface.h | 148 zink_surface_create_null(struct zink_context *ctx, enum pipe_texture_target target, unsigned width, unsigned height, unsigned samples);
|
H A D | zink_surface.c | 398 zink_surface_create_null(struct zink_context *ctx, enum pipe_texture_target target, unsigned width, unsigned height, unsigned samples) in zink_surface_create_null() function
|
H A D | zink_context.c | 4573 ctx->dummy_surface[i] = zink_surface_create_null(ctx, PIPE_TEXTURE_2D, 1024, 1024, BITFIELD_BIT(i)); in zink_context_create()
|
Completed in 9 milliseconds