Searched refs:draw_x (Results 1 - 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_fbo.h72 GLuint draw_x, draw_y; /**< Offset of drawing within the region */ member in struct:intel_renderbuffer
H A Di830_vtbl.c622 uint32_t draw_x, draw_y; local
676 idrb && irb && (idrb->draw_x != irb->draw_x ||
680 draw_x = irb->draw_x;
683 draw_x = idrb->draw_x;
686 draw_x = 0;
692 state->Buffer[I830_DESTREG_DRAWRECT2] = (draw_y << 16) | draw_x;
694 ((ctx->DrawBuffer->Width + draw_x
[all...]
H A Di915_vtbl.c587 uint32_t draw_x, draw_y, draw_offset; local
651 idrb && irb && (idrb->draw_x != irb->draw_x ||
655 draw_x = irb->draw_x;
658 draw_x = idrb->draw_x;
661 draw_x = 0;
665 draw_offset = (draw_y << 16) | draw_x;
668 (ctx->DrawBuffer->Width + draw_x > 204
[all...]
H A Dintel_tex_image.c234 uint32_t draw_x, draw_y; local
253 intel_miptree_get_tile_offsets(intel_image->mt, 0, 0, &draw_x, &draw_y);
260 (draw_x != 0 || draw_y != 0)) {
H A Dintel_screen.c133 irb->draw_x,
268 unsigned int draw_x, draw_y; local
274 intel_miptree_get_image_offset(mt, level, zoffset, &draw_x, &draw_y);
278 image->tile_x = draw_x & mask_x;
282 draw_x & ~mask_x,
H A Dintel_blit.c415 x1 = cx + irb->draw_x;
417 x2 = cx + cw + irb->draw_x;
H A Dintel_fbo.c456 irb->draw_x = dst_x;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_fbo.h95 GLuint draw_x, draw_y; /**< Offset of drawing within the region */ member in struct:intel_renderbuffer
H A Dbrw_misc_state.c299 tile_x = depth_irb->draw_x & tile_mask_x;
335 tile_x = depth_irb->draw_x & tile_mask_x;
409 tile_x = depth_irb->draw_x & tile_mask_x;
453 depth_irb->draw_x & ~tile_mask_x,
458 depth_irb->draw_x & ~tile_mask_x,
H A Dintel_tex_image.c255 uint32_t draw_x, draw_y; local
275 intel_miptree_get_tile_offsets(mt, 0, 0, &draw_x, &draw_y);
282 (draw_x != 0 || draw_y != 0)) {
H A Dintel_fbo.c584 irb->draw_x = dst_x;
H A Dintel_screen.c147 irb->draw_x,
/external/mesa3d/src/gallium/state_trackers/dri/
H A Ddrisw.c129 int draw_x, draw_y, draw_w, draw_h; local
131 get_drawable_info(dPriv, &draw_x, &draw_y, &draw_w, &draw_h);

Completed in 1401 milliseconds