HomeSort by relevance Sort by last modified time
    Searched refs:set_constant_buffer (Results 1 - 25 of 34) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_constants.c 101 svga->pipe.set_constant_buffer = svga_set_constant_buffer;
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 470 pipe->set_constant_buffer(pipe, shader, index, &cb);
472 pipe->set_constant_buffer(pipe, shader, index, NULL);
u_tests.c 414 ctx->set_constant_buffer(ctx, PIPE_SHADER_FRAGMENT, 0, NULL);
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 119 ctx->set_constant_buffer(ctx,
127 ctx->set_constant_buffer(ctx,
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 293 ctx->set_constant_buffer = noop_set_constant_buffer;
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 379 ctx->pipe->set_constant_buffer(ctx->pipe, PIPE_SHADER_FRAGMENT, 0, NULL);
381 ctx->pipe->set_constant_buffer(ctx->pipe, PIPE_SHADER_VERTEX, 0, NULL);
384 ctx->pipe->set_constant_buffer(ctx->pipe, PIPE_SHADER_GEOMETRY, 0, NULL);
388 ctx->pipe->set_constant_buffer(ctx->pipe, PIPE_SHADER_TESS_CTRL, 0, NULL);
390 ctx->pipe->set_constant_buffer(ctx->pipe, PIPE_SHADER_TESS_EVAL, 0, NULL);
394 ctx->pipe->set_constant_buffer(ctx->pipe, PIPE_SHADER_COMPUTE, 0, NULL);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_shader.c 446 pipe->set_constant_buffer = softpipe_set_constant_buffer;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 264 void (*set_constant_buffer)( struct pipe_context *, member in struct:pipe_context
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_draw.c 229 pctx->set_constant_buffer(pctx, PIPE_SHADER_FRAGMENT, 0, &cb);
freedreno_state.c 87 * set_constant_buffer() call, at which point I don't really care about the
411 pctx->set_constant_buffer = fd_set_constant_buffer;
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 382 pipe->set_constant_buffer(pipe, shader, index, constant_buffer);
815 CTX_INIT(set_constant_buffer);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_state.c 641 pctx->set_constant_buffer = etna_set_constant_buffer;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state.c 476 pipe->set_constant_buffer = nv30_set_constant_buffer;
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 78 rctx->b.b.set_constant_buffer(&rctx->b.b, sh, R600_BUFFER_INFO_CONST_BUFFER, NULL);
evergreen_state.c     [all...]
evergreen_compute.c 172 rctx->b.b.set_constant_buffer(&rctx->b.b, PIPE_SHADER_COMPUTE, cb_index, &cb);
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_state.c 665 pctx->set_constant_buffer = vc4_set_constant_buffer;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 641 pipe->set_constant_buffer(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_query.c     [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 787 trace_dump_call_begin("pipe_context", "set_constant_buffer");
794 pipe->set_constant_buffer(pipe, shader, index, constant_buffer);
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.c 268 sctx->b.b.set_constant_buffer(&sctx->b.b, shader, i,
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_context.c 903 vctx->base.set_constant_buffer = virgl_set_constant_buffer;
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 386 def set_constant_buffer(self, shader, index, constant_buffer): member in class:Context

Completed in 1057 milliseconds

1 2