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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.c 69 if (size > draw->vs.const_storage_size[slot]) {
72 draw->vs.const_storage_size[slot] = 0;
77 draw->vs.const_storage_size[slot] = size;
draw_private.h 256 unsigned const_storage_size[PIPE_MAX_CONSTANT_BUFFERS]; member in struct:draw_context::__anon27080

Completed in 128 milliseconds