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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_context.h22 void (*copy_data)(struct nouveau_context *, member in struct:nouveau_context
H A Dnouveau_buffer.c177 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 Dnouveau_context.h22 void (*copy_data)(struct nouveau_context *, member in struct:nouveau_context
H A Dnouveau_buffer.c195 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 Dglthread_bufferobj.c296 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 Ddlist.c5096 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 Dnv30_context.c203 nv30->base.copy_data = nv30_transfer_copy_data;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.c203 nv30->base.copy_data = nv30_transfer_copy_data;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c614 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 Dnvc0_transfer.c617 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 Dnv50_context.c302 nv50->base.copy_data = nv50_m2mf_copy_linear;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c329 nv50->base.copy_data = nv50_m2mf_copy_linear;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c5041 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"));

Completed in 38 milliseconds