Searched defs:max_read_count (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_shader.c86 const uint8_t max_read_count = ((stage == STAGE_DS) ? 64 : 63) * 2; local
98 assert(urb->read_count <= max_read_count);

Completed in 260 milliseconds