Home
last modified time | relevance | path

Searched refs:draw_buffer (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_manager.c48 struct st_renderbuffer *strb = ctx->draw_buffer->strb; in vg_context_update_color_rb()
86 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_manager_flush_frontbuffer()
107 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_manager_validate_framebuffer()
280 if (ctx->draw_buffer) { in vg_context_bind_framebuffers()
281 stfb = ctx->draw_buffer; in vg_context_bind_framebuffers()
291 ctx->draw_buffer = NULL; in vg_context_bind_framebuffers()
302 if (!ctx->draw_buffer) { in vg_context_bind_framebuffers()
326 ctx->draw_buffer = stfb; in vg_context_bind_framebuffers()
329 ctx->draw_buffer->iface = stdrawi; in vg_context_bind_framebuffers()
330 ctx->draw_stamp = ctx->draw_buffer->stamp - 1; in vg_context_bind_framebuffers()
Dvg_context.c290 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_context_update_surface_mask_view()
346 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_context_update_blend_texture_view()
364 struct st_renderbuffer *dsrb = ctx->draw_buffer->dsrb; in vg_context_update_depth_stencil_rb()
402 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_validate_state()
415 ctx->draw_buffer, &ctx->state.vg); in vg_validate_state()
447 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_texture()
474 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_surface()
492 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_surface_from_mask()
504 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_get_surface_mask()
Dshader.c145 if (util_format_has_alpha(ctx->draw_buffer->strb->format)) { in blend_use_shader()
224 struct st_framebuffer *stfb = ctx->draw_buffer; in is_format_bw()
405 const struct st_framebuffer *stfb = shader->context->draw_buffer; in shader_set_paint_matrix()
Dmask.c104 struct st_framebuffer *stfb = ctx->draw_buffer; in read_alpha_mask()
153 struct st_framebuffer *stfb = ctx->draw_buffer; in save_alpha_to_file()
450 struct st_framebuffer *stfb = ctx->draw_buffer; in mask_render_to()
Dapi_images.c399 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaReadPixels()
471 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaCopyPixels()
Dvg_context.h109 struct st_framebuffer *draw_buffer; member
Dapi_masks.c75 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaClear()
Dimage.c568 struct st_renderbuffer *strb = ctx->draw_buffer->strb; in image_set_pixels()
588 struct st_renderbuffer *strb = ctx->draw_buffer->strb; in image_get_pixels()