Searched refs:zsurf_handle (Results 1 – 3 of 3) sorted by relevance
138 uint32_t zsurf_handle);
144 uint32_t zsurf_handle = get_buf_entry(ctx, VIRGL_SET_FRAMEBUFFER_STATE_NR_ZSURF_HANDLE); in vrend_decode_set_framebuffer_state() local156 vrend_set_framebuffer_state(ctx->grctx, nr_cbufs, surf_handle, zsurf_handle); in vrend_decode_set_framebuffer_state()
2014 uint32_t zsurf_handle) in vrend_set_framebuffer_state() argument2025 if (zsurf_handle) { in vrend_set_framebuffer_state()2026 zsurf = vrend_object_lookup(ctx->sub->object_hash, zsurf_handle, VIRGL_OBJECT_SURFACE); in vrend_set_framebuffer_state()2028 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_SURFACE, zsurf_handle); in vrend_set_framebuffer_state()