Searched refs:const_storage_size (Results 1 – 2 of 2) sorted by relevance
69 if (size > draw->vs.const_storage_size[slot]) { in draw_vs_set_constants()72 draw->vs.const_storage_size[slot] = 0; in draw_vs_set_constants()77 draw->vs.const_storage_size[slot] = size; in draw_vs_set_constants()
256 unsigned const_storage_size[PIPE_MAX_CONSTANT_BUFFERS]; member