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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.c 70 if (draw->vs.aligned_constant_storage[slot]) {
71 align_free((void *)draw->vs.aligned_constant_storage[slot]);
74 draw->vs.aligned_constant_storage[slot] =
76 if (draw->vs.aligned_constant_storage[slot]) {
81 if (draw->vs.aligned_constant_storage[slot]) {
82 memcpy((void *)draw->vs.aligned_constant_storage[slot],
86 constants = draw->vs.aligned_constant_storage[slot];
223 if (draw->vs.aligned_constant_storage[i]) {
224 align_free((void *)draw->vs.aligned_constant_storage[i]);
draw_private.h 255 const void *aligned_constant_storage[PIPE_MAX_CONSTANT_BUFFERS]; member in struct:draw_context::__anon19566

Completed in 674 milliseconds