Lines Matching defs:templat
804 const struct pipe_surface *templat)
808 virgl_encoder_write_dword(ctx->cbuf, pipe_to_virgl_format(templat->format));
810 assert(templat->texture->target != PIPE_BUFFER);
811 virgl_encoder_write_dword(ctx->cbuf, templat->u.tex.level);
812 virgl_encoder_write_dword(ctx->cbuf, templat->u.tex.first_layer | (templat->u.tex.last_layer << 16));
820 const struct pipe_surface *templat)
822 if (templat->nr_samples > 0) {
827 virgl_encoder_create_surface_common(ctx, handle, res, templat);
828 virgl_encoder_write_dword(ctx->cbuf, templat->nr_samples);
831 virgl_encoder_create_surface_common(ctx, handle, res, templat);