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

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_fragprog.c 83 * have no idea whether the constbuf changed in the meantime
85 if (nv30->fragprog.constbuf) {
86 struct pipe_resource *constbuf = nv30->fragprog.constbuf; local
87 uint32_t *cbuf = (uint32_t *)nv04_resource(constbuf)->data;
nv30_vertprog.c 174 struct nv04_resource *res = nv04_resource(nv30->vertprog.constbuf);
183 float *constbuf = (float *)res->data; local
185 !memcmp(data->value, &constbuf[data->index * 4], 16))
187 memcpy(data->value, &constbuf[data->index * 4], 16);
nv30_context.h 78 struct pipe_resource *constbuf; member in struct:nv30_context::__anon27785
91 struct pipe_resource *constbuf; member in struct:nv30_context::__anon27786
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_private.h 79 struct pipe_resource *constbuf; /* MLAA constant buffer */ member in struct:pp_queue_t
  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 355 struct r600_constbuf_state *constbuf = &ctx->constbuf_state[shader]; local
358 constbuf->dirty_mask = constbuf->enabled_mask;
362 r600_constant_buffers_dirty(ctx, constbuf);
evergreen_state.c 3676 struct pipe_constant_buffer constbuf = {0}; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_shader.c 490 struct fd_ringbuffer *ring, struct fd_constbuf_stateobj *constbuf)
494 uint32_t dirty_mask = constbuf->enabled_mask;
497 struct pipe_constant_buffer *cb = &constbuf->cb[index];
521 constbuf->dirty_mask &= ~(1 << index);
528 struct fd_ringbuffer *ring, struct fd_constbuf_stateobj *constbuf)
538 struct pipe_constant_buffer *cb = &constbuf->cb[index];
541 if ((constbuf->enabled_mask & (1 << index)) && cb->buffer) {
662 struct fd_constbuf_stateobj *constbuf; local
666 constbuf = &ctx->constbuf[PIPE_SHADER_VERTEX]
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
vs-test.c 46 static struct pipe_resource *constbuf = NULL; variable in typeref:struct:pipe_resource
96 constbuf = screen->resource_create(screen,
98 if (constbuf == NULL)
104 ctx->buffer_subdata(ctx, constbuf,
110 constbuf);
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c 90 struct pipe_constant_buffer constbuf; member in struct:hud_context
131 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf);
564 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf);
616 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf);
634 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf);
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 243 struct fd_constbuf_stateobj constbuf[PIPE_SHADER_TYPES]; member in struct:fd_context
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.h 138 struct nv50_constbuf constbuf[3][NV50_MAX_PIPE_CONSTBUFS]; member in struct:nv50_context
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 187 struct nvc0_constbuf constbuf[6][NVC0_MAX_PIPE_CONSTBUFS]; member in struct:nvc0_context
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 378 struct vc4_constbuf_stateobj constbuf[PIPE_SHADER_TYPES]; member in struct:vc4_context
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 2351 struct pipe_constant_buffer constbuf = {0}; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 357 struct pipe_resource *constbuf[PIPE_SHADER_TYPES]; member in struct:svga_hw_draw_state
svga_tgsi_vgpu10.c 2264 unsigned constbuf = 0, num_consts; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 1503 const uint constbuf = index2D->i[i]; local
    [all...]

Completed in 1052 milliseconds