Searched refs:vrend_report_context_error (Results 1 – 2 of 2) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_renderer.c | 1129 vrend_report_context_error(sub_ctx->parent, VIRGL_ERROR_CTX_ILLEGAL_SHADER, 0); in vrend_compile_shader() 1547 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_SHADER, 0); in add_cs_shader_program() 1609 vrend_report_context_error(sub_ctx->parent, VIRGL_ERROR_CTX_ILLEGAL_DUAL_SRC_BLEND, 0); in add_shader_program() 1640 vrend_report_context_error(sub_ctx->parent, VIRGL_ERROR_CTX_ILLEGAL_SHADER, 0); in add_shader_program() 1841 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, res_handle); in vrend_create_surface() 2111 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, res_handle); in vrend_create_sampler_view() 2123 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_FORMAT, view->format); in vrend_create_sampler_view() 2130 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_SAMPLER_VIEW_TARGET, in vrend_create_sampler_view() 2508 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_SURFACE, zsurf_handle); in vrend_set_framebuffer_state() 2527 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_SURFACE, surf_handle[i]); in vrend_set_framebuffer_state() [all …]
|
D | vrend_renderer.h | 457 #define vrend_report_context_error(ctx, error, value) \ macro 461 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_CMD_BUFFER, cmd)
|