Searched refs:dbox (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c211 const struct pipe_box *dbox = &info->dst.box; local in function:emit_blit_buffer
222 debug_assert((dbox->y == 0) && (dbox->height == 1));
224 debug_assert((dbox->z == 0) && (dbox->depth == 1));
225 debug_assert(sbox->width == dbox->width);
248 dshift = dbox->x & 0x3f;
254 doff = (dbox->x + off) & ~0x3f;
326 const struct pipe_box *dbox = &info->dst.box; local in function:emit_blit
371 dx1 = dbox
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c194 const struct pipe_box *dbox = &info->dst.box; local in function:emit_blit_buffer
205 debug_assert((dbox->y == 0) && (dbox->height == 1));
207 debug_assert((dbox->z == 0) && (dbox->depth == 1));
208 debug_assert(sbox->width == dbox->width);
231 dshift = dbox->x & 0x3f;
237 doff = (dbox->x + off) & ~0x3f;
309 const struct pipe_box *dbox = &info->dst.box; local in function:emit_blit
352 dx1 = dbox
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c205 const struct pipe_box *dbox = &info->dst.box; local in function:emit_blit_buffer
226 debug_assert((dbox->y == 0) && (dbox->height == 1));
228 debug_assert((dbox->z == 0) && (dbox->depth == 1));
229 debug_assert(sbox->width == dbox->width);
252 dshift = dbox->x & 0x3f;
268 doff = (dbox->x + off) & ~0x3f;
350 const struct pipe_box *dbox = &info->dst.box; local in function:emit_blit_texture
409 dx1 = dbox
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c305 const struct pipe_box *dbox = &info->dst.box; local in function:emit_blit_buffer
321 debug_assert((dbox->y == 0) && (dbox->height == 1));
323 debug_assert((dbox->z == 0) && (dbox->depth == 1));
324 debug_assert(sbox->width == dbox->width);
347 dshift = dbox->x & 0x3f;
355 doff = (dbox->x + off) & ~0x3f;
631 const struct pipe_box *dbox = &info->dst.box; local in function:emit_blit_texture
656 dx1 = dbox
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2127 struct pipe_box box, dbox; local in function:handle_copy_image_to_buffer2_khr
2149 dbox.x = copycmd->pRegions[i].bufferOffset;
2150 dbox.y = 0;
2151 dbox.z = 0;
2152 dbox.width = lvp_buffer_from_handle(copycmd->dstBuffer)->bo->width0;
2153 dbox.height = 1;
2154 dbox.depth = 1;
2159 &dbox,

Completed in 11 milliseconds