Searched refs:report_context_error (Results 1 – 1 of 1) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_renderer.c | 642 #define report_context_error(ctx, error, value) __report_context_error(__func__, ctx, error, value) macro 646 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_CMD_BUFFER, cmd); in vrend_report_buffer_error() 822 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_SHADER, 0); in vrend_compile_shader() 1213 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_SHADER, 0); in add_cs_shader_program() 1336 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_SHADER, 0); in add_shader_program() 1508 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, res_handle); in vrend_create_surface() 1741 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, res_handle); in vrend_create_sampler_view() 2028 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_SURFACE, zsurf_handle); in vrend_set_framebuffer_state() 2047 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_SURFACE, surf_handle[i]); in vrend_set_framebuffer_state() 2083 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_SURFACE, i); in vrend_set_framebuffer_state() [all …]
|