HomeSort by relevance Sort by last modified time
    Searched refs:cso_set_constant_buffer (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 116 cso_set_constant_buffer(st->cso_context, shader_type, 0, &cb);
126 cso_set_constant_buffer(st->cso_context, shader_type, 0, NULL);
222 cso_set_constant_buffer(st->cso_context, shader_type, 1 + i, &cb);
st_pbo.c 267 cso_set_constant_buffer(cso, PIPE_SHADER_FRAGMENT, 0, &cb);
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 210 void cso_set_constant_buffer(struct cso_context *cso,
cso_context.c 1517 cso_set_constant_buffer(struct cso_context *cso, function
    [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c 91 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf);
527 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf);
543 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf);
561 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf);
    [all...]

Completed in 60 milliseconds