Home
last modified time | relevance | path

Searched refs:max_size_in_flight (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_scratch.cpp42 uint32_t max_size_in_flight = size * ctx->max_draws_in_flight; in swr_copy_to_scratch_space() local
45 if (max_size_in_flight > space->current_size) { in swr_copy_to_scratch_space()
46 space->current_size = max_size_in_flight; in swr_copy_to_scratch_space()