| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_context.h | 22 void (*copy_data)(struct nouveau_context *, member in struct:nouveau_context
|
| H A D | nouveau_buffer.c | 177 nv->copy_data(nv, tx->bo, tx->offset, NOUVEAU_BO_GART, 209 nv->copy_data(nv, buf->bo, buf->offset + base, buf->domain, 570 nv->copy_data(nv, 785 nv->copy_data(nv, buf->bo, buf->offset, new_domain,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_context.h | 22 void (*copy_data)(struct nouveau_context *, member in struct:nouveau_context
|
| H A D | nouveau_buffer.c | 195 nv->copy_data(nv, tx->bo, tx->offset, NOUVEAU_BO_GART, 227 nv->copy_data(nv, buf->bo, buf->offset + base, buf->domain, 599 nv->copy_data(nv, 853 nv->copy_data(nv, buf->bo, buf->offset, new_domain,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | glthread_bufferobj.c | 296 bool copy_data = data && !external_mem; local in function:_mesa_marshal_BufferData_merged 297 size_t cmd_size = sizeof(struct marshal_cmd_BufferData) + (copy_data ? size : 0); 324 if (copy_data) {
|
| H A D | dlist.c | 5096 static GLvoid *copy_data(const GLvoid *data, GLsizei size, const char *func) function in typeref:typename:GLvoid * 5143 copy_data(data, imageSize, "glCompressedTexImage1DARB")); 5182 copy_data(data, imageSize, "glCompressedTexImage2DARB")); 5222 copy_data(data, imageSize, "glCompressedTexImage3DARB")); 5253 copy_data(data, imageSize, "glCompressedTexSubImage1DARB")); 5285 copy_data(data, imageSize, "glCompressedTexSubImage2DARB")); 5319 copy_data(data, imageSize, "glCompressedTexSubImage3DARB")); 10629 copy_data(data, imageSize, "glCompressedTextureImage1DEXT")); 10669 copy_data(data, imageSize, "glCompressedTextureImage2DEXT")); 10711 copy_data(dat [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_context.c | 203 nv30->base.copy_data = nv30_transfer_copy_data;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_context.c | 203 nv30->base.copy_data = nv30_transfer_copy_data;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_transfer.c | 614 nvc0->base.copy_data = nve4_m2mf_copy_linear; 618 nvc0->base.copy_data = nvc0_m2mf_copy_linear;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_transfer.c | 617 nvc0->base.copy_data = nve4_m2mf_copy_linear; 621 nvc0->base.copy_data = nvc0_m2mf_copy_linear;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 302 nv50->base.copy_data = nv50_m2mf_copy_linear;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 329 nv50->base.copy_data = nv50_m2mf_copy_linear;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | dlist.c | 5041 static GLvoid *copy_data(const GLvoid *data, GLsizei size, const char *func) function in typeref:typename:GLvoid * 5088 copy_data(data, imageSize, "glCompressedTexImage1DARB")); 5127 copy_data(data, imageSize, "glCompressedTexImage2DARB")); 5167 copy_data(data, imageSize, "glCompressedTexImage3DARB")); 5198 copy_data(data, imageSize, "glCompressedTexSubImage1DARB")); 5230 copy_data(data, imageSize, "glCompressedTexSubImage2DARB")); 5264 copy_data(data, imageSize, "glCompressedTexSubImage3DARB"));
|