| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_context.h | 25 void (*push_data)(struct nouveau_context *, member in struct:nouveau_context
|
| H A D | nouveau_buffer.c | 135 * system memory if the driver supports push_data (nv50+) and the data is 145 if (!nv->push_data) 216 nv->push_data(nv, buf->bo, buf->offset + base, buf->domain, size, data);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_context.h | 25 void (*push_data)(struct nouveau_context *, member in struct:nouveau_context
|
| H A D | nouveau_buffer.c | 153 * system memory if the driver supports push_data (nv50+) and the data is 163 if (!nv->push_data) 234 nv->push_data(nv, buf->bo, buf->offset + base, buf->domain, size, data);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 807 nvc0->base.push_data(&nvc0->base, screen->text, prog->code_base, 811 nvc0->base.push_data(&nvc0->base, screen->text, code_pos, 919 nvc0->base.push_data(&nvc0->base,
|
| H A D | nvc0_transfer.c | 567 nv->push_data(nv, res->bo, res->offset + offset, res->domain, 615 nvc0->base.push_data = nve4_p2mf_push_linear; 619 nvc0->base.push_data = nvc0_m2mf_push_linear;
|
| H A D | nvc0_tex.c | 471 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, 505 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, 571 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, 749 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc,
|
| H A D | nvc0_state_validate.c | 838 nvc0->base.push_data(&nvc0->base, screen->txc, tic->id * 32,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 864 nvc0->base.push_data(&nvc0->base, screen->text, prog->code_base, 867 nvc0->base.push_data(&nvc0->base, screen->text, code_pos, 981 nvc0->base.push_data(&nvc0->base,
|
| H A D | nvc0_transfer.c | 570 nv->push_data(nv, res->bo, res->offset + offset, res->domain, 618 nvc0->base.push_data = nve4_p2mf_push_linear; 622 nvc0->base.push_data = nvc0_m2mf_push_linear;
|
| H A D | nvc0_tex.c | 469 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, 503 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, 569 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, 747 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc,
|
| H A D | nvc0_state_validate.c | 847 nvc0->base.push_data(&nvc0->base, screen->txc, tic->id * 32,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 303 nv50->base.push_data = nv50_sifc_linear_u8;
|
| H A D | nv50_transfer.c | 433 nv->push_data(nv, res->bo, res->offset + offset, res->domain,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 330 nv50->base.push_data = nv50_sifc_linear_u8;
|
| H A D | nv50_transfer.c | 558 nv->push_data(nv, res->bo, res->offset + offset, res->domain,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 4793 comp_state->push_data = 4797 if (comp_state->push_data.alloc_size) { 4799 curbe.CURBETotalDataLength = comp_state->push_data.alloc_size; 4800 curbe.CURBEDataStartAddress = comp_state->push_data.offset; 4883 cw.IndirectDataStartAddress = comp_state->push_data.offset; 4884 cw.IndirectDataLength = comp_state->push_data.alloc_size;
|
| H A D | anv_private.h | 2962 struct anv_state push_data; member in struct:anv_cmd_compute_state
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_meta_copy.c | 2226 uint32_t push_data[6] = { local in function:texel_buffer_shader_copy 2238 0, sizeof(push_data), &push_data);
|