HomeSort by relevance Sort by last modified time
    Searched defs:constbuf (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 59 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/drivers/nv30/
nv30_fragprog.c 78 * 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;
nv30_vertprog.c 172 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);
nv30_context.h 75 struct pipe_resource *constbuf; member in struct:nv30_context::__anon19677
88 struct pipe_resource *constbuf; member in struct:nv30_context::__anon19678
  /external/mesa3d/src/gallium/tests/graw/
vs-test.c 46 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/
nv50_context.h 118 struct nv50_constbuf constbuf[3][NV50_MAX_PIPE_CONSTBUFS]; member in struct:nv50_context
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 106 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/
tgsi_exec.c 1066 const uint constbuf = index2D->i[i]; local
1067 const uint *buf = (const uint *)mach->Consts[constbuf];
1070 if (pos < 0 || pos >= mach->ConstsSize[constbuf]) {
    [all...]

Completed in 41 milliseconds