Searched defs:constbuf (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_fragprog.c78 * have no idea whether the constbuf changed in the meantime
80 if (nv30->fragprog.constbuf) {
81 struct pipe_resource *constbuf = nv30->fragprog.constbuf; local
82 uint32_t *cbuf = (uint32_t *)nv04_resource(constbuf)->data;
H A Dnv30_vertprog.c172 struct nv04_resource *res = nv04_resource(nv30->vertprog.constbuf);
181 float *constbuf = (float *)res->data; local
183 !memcmp(data->value, &constbuf[data->index * 4], 16))
185 memcpy(data->value, &constbuf[data->index * 4], 16);
H A Dnv30_context.h75 struct pipe_resource *constbuf; member in struct:nv30_context::__anon14011
88 struct pipe_resource *constbuf; member in struct:nv30_context::__anon14012
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c59 static struct pipe_resource *constbuf, *areamaptex; variable in typeref:struct:pipe_resource
68 pipe->transfer_inline_write(pipe, constbuf, 0, PIPE_TRANSFER_WRITE,
102 pipe_set_constant_buffer(p->pipe, PIPE_SHADER_VERTEX, 0, constbuf);
103 pipe_set_constant_buffer(p->pipe, PIPE_SHADER_FRAGMENT, 0, constbuf);
218 constbuf = pipe_buffer_create(ppq->p->screen, PIPE_BIND_CONSTANT_BUFFER,
220 if (!constbuf) {
/external/mesa3d/src/gallium/tests/graw/
H A Dvs-test.c46 static struct pipe_resource *constbuf = NULL; variable in typeref:struct:pipe_resource
95 constbuf = screen->resource_create(screen,
97 if (constbuf == NULL)
104 constbuf,
115 constbuf);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_context.h118 struct nv50_constbuf constbuf[3][NV50_MAX_PIPE_CONSTBUFS]; member in struct:nv50_context
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h106 uint8_t c14_bound; /* whether immediate array constbuf is bound */
124 struct nvc0_constbuf constbuf[5][NVC0_MAX_PIPE_CONSTBUFS]; member in struct:nvc0_context
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1066 const uint constbuf = index2D->i[i]; local
1067 const uint *buf = (const uint *)mach->Consts[constbuf];
1070 if (pos < 0 || pos >= mach->ConstsSize[constbuf]) {

Completed in 1656 milliseconds