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.h53 uint32_t client_copy_limit; member
Dswr_screen.cpp1071 screen->client_copy_limit = SWR_CLIENT_COPY_LIMIT; in swr_validate_env_options()
1072 int client_copy_limit = in swr_validate_env_options() local
1074 if (client_copy_limit > 0) in swr_validate_env_options()
1075 screen->client_copy_limit = client_copy_limit; in swr_validate_env_options()
Dswr_state.cpp1431 if (size >= screen->client_copy_limit) { in swr_update_derived()
1505 if (size >= screen->client_copy_limit) { in swr_update_derived()