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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_sol.c 209 uint8_t max_decl_count)
219 memset(decl_list, 0, sizeof(decl_list[0]) * max_decl_count);
224 assert(stream->decl_count <= max_decl_count);
261 memcpy(sol->decl, decl_list, sizeof(sol->decl[0]) * max_decl_count);
262 sol->decl_count = max_decl_count;
394 uint8_t max_decl_count, i; local
396 max_decl_count = info->streams[0].decl_count;
398 if (max_decl_count < info->streams[i].decl_count)
399 max_decl_count = info->streams[i].decl_count;
402 assert(ilo_state_sol_data_size(dev, max_decl_count) <= info->data_size)
    [all...]
ilo_state_sol.h 136 ilo_state_sol_data_size(const struct ilo_dev *dev, uint8_t max_decl_count)
140 sizeof(so->decl[0]) * max_decl_count : 0;

Completed in 151 milliseconds