Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.h50 uint32_t client_copy_limit; member
Dswr_screen.cpp1095 screen->client_copy_limit = SWR_CLIENT_COPY_LIMIT; in swr_validate_env_options()
1096 int client_copy_limit = in swr_validate_env_options() local
1098 if (client_copy_limit > 0) in swr_validate_env_options()
1099 screen->client_copy_limit = client_copy_limit; in swr_validate_env_options()
Dswr_state.cpp1313 if (size >= screen->client_copy_limit) { in swr_update_derived()
1364 if (size >= screen->client_copy_limit) { in swr_update_derived()