Searched refs:client_copy_limit (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_screen.h50 uint32_t client_copy_limit; member in struct:swr_screen
H A Dswr_screen.cpp60 /* Default max client_copy_limit */
1118 /* The client_copy_limit sets a maximum on the amount of user-buffer memory
1122 screen->client_copy_limit = SWR_CLIENT_COPY_LIMIT;
1123 int client_copy_limit = local in function:swr_validate_env_options
1125 if (client_copy_limit > 0)
1126 screen->client_copy_limit = client_copy_limit;
H A Dswr_state.cpp1287 if (size >= screen->client_copy_limit) {
1360 if (size >= screen->client_copy_limit) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_screen.h53 uint32_t client_copy_limit; member in struct:swr_screen
H A Dswr_screen.cpp62 /* Default max client_copy_limit */
1070 /* The client_copy_limit sets a maximum on the amount of user-buffer memory
1074 screen->client_copy_limit = SWR_CLIENT_COPY_LIMIT;
1075 int client_copy_limit = local in function:swr_validate_env_options
1077 if (client_copy_limit > 0)
1078 screen->client_copy_limit = client_copy_limit;
H A Dswr_state.cpp1449 if (size >= screen->client_copy_limit) {
1523 if (size >= screen->client_copy_limit) {

Completed in 11 milliseconds