| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_state_static.c | 85 uint32_t draw_offset, draw_size; local in function:update_framebuffer 123 draw_offset = x | (y << 16); 126 if (i915->current.draw_offset != draw_offset) { 127 i915->current.draw_offset = draw_offset;
|
| H A D | i915_state_emit.c | 61 * - I915_PIPELINE_FLUSH which is specifically for the draw_offset flush. 412 OUT_BATCH(i915->current.draw_offset); 414 OUT_BATCH(i915->current.draw_offset);
|
| H A D | i915_context.h | 166 uint32_t draw_offset; member in struct:i915_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_state_static.c | 101 uint32_t draw_offset, draw_size; local in function:update_framebuffer 141 draw_offset = x | (y << 16); 144 if (i915->current.draw_offset != draw_offset) { 145 i915->current.draw_offset = draw_offset;
|
| H A D | i915_context.h | 171 uint32_t draw_offset; member in struct:i915_state
|
| H A D | i915_state_emit.c | 63 * - I915_PIPELINE_FLUSH which is specifically for the draw_offset flush. 485 OUT_BATCH(i915->current.draw_offset); 487 OUT_BATCH(i915->current.draw_offset);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_pixel_read.c | 160 rrb->draw_offset,
|
| H A D | radeon_tex_copy.c | 84 intptr_t src_offset = rrb->draw_offset;
|
| H A D | radeon_common_context.h | 95 uint32_t draw_offset; /* FBO */ member in struct:radeon_renderbuffer 114 uint32_t draw_offset; /* offset into color renderbuffer - FBOs */ member in struct:radeon_colorbuffer_state
|
| H A D | radeon_fbo.c | 278 ok = rmesa->vtbl.blit(ctx, rrb->bo, rrb->draw_offset, 335 map += rrb->draw_offset; 444 rrb->bo, rrb->draw_offset, 814 rrb->draw_offset = imageOffset;
|
| H A D | radeon_common.c | 233 offset = rrb->draw_offset; 296 radeon->state.color.draw_offset = offset;
|
| H A D | radeon_state_init.c | 395 OUT_BATCH_RELOC(rrb->draw_offset, rrb->bo, rrb->draw_offset, 0, RADEON_GEM_DOMAIN_VRAM, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_pixel_read.c | 160 rrb->draw_offset,
|
| H A D | radeon_tex_copy.c | 84 intptr_t src_offset = rrb->draw_offset;
|
| H A D | radeon_common_context.h | 95 uint32_t draw_offset; /* FBO */ member in struct:radeon_renderbuffer 114 uint32_t draw_offset; /* offset into color renderbuffer - FBOs */ member in struct:radeon_colorbuffer_state
|
| H A D | radeon_fbo.c | 278 ok = rmesa->vtbl.blit(ctx, rrb->bo, rrb->draw_offset, 335 map += rrb->draw_offset; 444 rrb->bo, rrb->draw_offset, 814 rrb->draw_offset = imageOffset;
|
| H A D | radeon_common.c | 232 offset = rrb->draw_offset; 295 radeon->state.color.draw_offset = offset;
|
| H A D | radeon_state_init.c | 394 OUT_BATCH_RELOC(rrb->bo, rrb->draw_offset, 0, RADEON_GEM_DOMAIN_VRAM, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_vtbl.c | 582 uint32_t draw_x, draw_y, draw_offset; local in function:i915_set_draw_region 652 draw_offset = (draw_y << 16) | draw_x; 658 if (draw_offset != i915->last_draw_offset) { 660 i915->last_draw_offset = draw_offset; 666 state->Buffer[I915_DESTREG_DRAWRECT3] = draw_offset; 670 state->Buffer[I915_DESTREG_DRAWRECT5] = draw_offset;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_vtbl.c | 581 uint32_t draw_x, draw_y, draw_offset; local in function:i915_set_draw_region 651 draw_offset = (draw_y << 16) | draw_x; 657 if (draw_offset != i915->last_draw_offset) { 659 i915->last_draw_offset = draw_offset; 665 state->Buffer[I915_DESTREG_DRAWRECT3] = draw_offset; 669 state->Buffer[I915_DESTREG_DRAWRECT5] = draw_offset;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_indirect_draw.c | 397 unsigned draw_offset = local in function:update_job 434 store_global(b, get_address_imm(b, job_ptr, draw_offset + WORD(4)), 439 load_global(b, get_address_imm(b, job_ptr, draw_offset + WORD(0)), 2, 32); 451 store_global(b, get_address_imm(b, job_ptr, draw_offset + WORD(0)),
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state_init.c | 514 OUT_BATCH_RELOC(rrb->draw_offset, rrb->bo, rrb->draw_offset, 0, RADEON_GEM_DOMAIN_VRAM, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state_init.c | 514 OUT_BATCH_RELOC(rrb->bo, rrb->draw_offset, 0, RADEON_GEM_DOMAIN_VRAM, 0);
|