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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_constants.c 81 svga->pipe.set_constant_buffer = svga_set_constant_buffer;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_constants.c 81 svga->pipe.set_constant_buffer = svga_set_constant_buffer;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_constbuf.c 99 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, &cb);
108 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, NULL);
st_context.c 303 pipe->set_constant_buffer(pipe, i, 0, NULL);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 99 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, &cb);
108 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, NULL);
st_context.c 303 pipe->set_constant_buffer(pipe, i, 0, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_inlines.h 472 pipe->set_constant_buffer(pipe, shader, index, &cb);
474 pipe->set_constant_buffer(pipe, shader, index, NULL);
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 472 pipe->set_constant_buffer(pipe, shader, index, &cb);
474 pipe->set_constant_buffer(pipe, shader, index, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.h 128 * slot of the user's constant buffer. (set by pipe->set_constant_buffer())
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_state.c 309 ctx->set_constant_buffer = noop_set_constant_buffer;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_shader.c 393 pipe->set_constant_buffer = softpipe_set_constant_buffer;
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 128 * slot of the user's constant buffer. (set by pipe->set_constant_buffer())
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 309 ctx->set_constant_buffer = noop_set_constant_buffer;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_shader.c 393 pipe->set_constant_buffer = softpipe_set_constant_buffer;
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
d3d11ddi.txt 298 GsSetConstantBuffers -> for(i = StartBuffer; i < NumBuffers; ++i) set_constant_buffer(PIPE_SHADER_GEOMETRY, i, phBuffers[i])
335 PsSetConstantBuffers -> for(i = StartBuffer; i < NumBuffers; ++i) set_constant_buffer(PIPE_SHADER_FRAGMENT, i, phBuffers[i])
450 VsSetConstantBuffers -> for(i = StartBuffer; i < NumBuffers; ++i) set_constant_buffer(PIPE_SHADER_VERTEX, i, phBuffers[i])
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c 761 trace_dump_call_begin("pipe_context", "set_constant_buffer");
776 pipe->set_constant_buffer(pipe, shader, index,
    [all...]
  /external/mesa3d/src/gallium/docs/
d3d11ddi.txt 298 GsSetConstantBuffers -> for(i = StartBuffer; i < NumBuffers; ++i) set_constant_buffer(PIPE_SHADER_GEOMETRY, i, phBuffers[i])
335 PsSetConstantBuffers -> for(i = StartBuffer; i < NumBuffers; ++i) set_constant_buffer(PIPE_SHADER_FRAGMENT, i, phBuffers[i])
450 VsSetConstantBuffers -> for(i = StartBuffer; i < NumBuffers; ++i) set_constant_buffer(PIPE_SHADER_VERTEX, i, phBuffers[i])
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 761 trace_dump_call_begin("pipe_context", "set_constant_buffer");
776 pipe->set_constant_buffer(pipe, shader, index,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.c 451 pipe->set_constant_buffer = nv30_set_constant_buffer;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 451 pipe->set_constant_buffer = nv30_set_constant_buffer;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 495 pipe->set_constant_buffer(pipe,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 446 pipe->set_constant_buffer(pipe,
916 id_pipe->base.set_constant_buffer = identity_set_constant_buffer;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.c 636 pipe->set_constant_buffer(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 495 pipe->set_constant_buffer(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 446 pipe->set_constant_buffer(pipe,
916 id_pipe->base.set_constant_buffer = identity_set_constant_buffer;

Completed in 871 milliseconds

1 2 3