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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Devergreen_accel.c137 uint32_t sq_config, sq_gpr_resource_mgmt_1, sq_gpr_resource_mgmt_2, sq_gpr_resource_mgmt_3; local in function:evergreen_sq_setup
165 sq_gpr_resource_mgmt_3 = ((sq_conf->num_hs_gprs << NUM_HS_GPRS_shift) |
191 E32(sq_gpr_resource_mgmt_3);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Devergreen_accel.c134 uint32_t sq_config, sq_gpr_resource_mgmt_1, sq_gpr_resource_mgmt_2, sq_gpr_resource_mgmt_3; local in function:evergreen_sq_setup
162 sq_gpr_resource_mgmt_3 = ((sq_conf->num_hs_gprs << NUM_HS_GPRS_shift) |
188 E32(sq_gpr_resource_mgmt_3);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h230 unsigned sq_gpr_resource_mgmt_3; member in struct:r600_config_state
H A Devergreen_state.c988 radeon_emit(cs, a->sq_gpr_resource_mgmt_3);
4670 cur_gprs[EG_HW_STAGE_LS] = G_008C0C_NUM_LS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_3);
4671 cur_gprs[EG_HW_STAGE_HS] = G_008C0C_NUM_HS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_3);
4727 rctx->config_state.sq_gpr_resource_mgmt_3 != tmp[2]) {
4730 rctx->config_state.sq_gpr_resource_mgmt_3 = tmp[2];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h230 unsigned sq_gpr_resource_mgmt_3; member in struct:r600_config_state
H A Devergreen_state.c994 radeon_emit(cs, a->sq_gpr_resource_mgmt_3);
4702 cur_gprs[EG_HW_STAGE_LS] = G_008C0C_NUM_LS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_3);
4703 cur_gprs[EG_HW_STAGE_HS] = G_008C0C_NUM_HS_GPRS(rctx->config_state.sq_gpr_resource_mgmt_3);
4759 rctx->config_state.sq_gpr_resource_mgmt_3 != tmp[2]) {
4762 rctx->config_state.sq_gpr_resource_mgmt_3 = tmp[2];

Completed in 22 milliseconds