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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c2013 def_gprs[i] = rctx->default_gprs[i];
2254 rctx->default_gprs[R600_HW_STAGE_PS] = num_ps_gprs;
2255 rctx->default_gprs[R600_HW_STAGE_VS] = num_vs_gprs;
2256 rctx->default_gprs[R600_HW_STAGE_GS] = 0;
2257 rctx->default_gprs[R600_HW_STAGE_ES] = 0;
H A Dr600_pipe.h495 unsigned default_gprs[EG_NUM_HW_STAGES]; member in struct:r600_context
H A Devergreen_state.c2912 rctx->default_gprs[R600_HW_STAGE_PS] = 93;
2913 rctx->default_gprs[R600_HW_STAGE_VS] = 46;
2915 rctx->default_gprs[R600_HW_STAGE_GS] = 31;
2916 rctx->default_gprs[R600_HW_STAGE_ES] = 31;
2917 rctx->default_gprs[EG_HW_STAGE_HS] = 23;
2918 rctx->default_gprs[EG_HW_STAGE_LS] = 23;
4640 def_gprs[i] = rctx->default_gprs[i];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c2016 def_gprs[i] = rctx->default_gprs[i];
2257 rctx->default_gprs[R600_HW_STAGE_PS] = num_ps_gprs;
2258 rctx->default_gprs[R600_HW_STAGE_VS] = num_vs_gprs;
2259 rctx->default_gprs[R600_HW_STAGE_GS] = 0;
2260 rctx->default_gprs[R600_HW_STAGE_ES] = 0;
H A Dr600_pipe.h500 unsigned default_gprs[EG_NUM_HW_STAGES]; member in struct:r600_context
H A Devergreen_state.c2918 rctx->default_gprs[R600_HW_STAGE_PS] = 93;
2919 rctx->default_gprs[R600_HW_STAGE_VS] = 46;
2921 rctx->default_gprs[R600_HW_STAGE_GS] = 31;
2922 rctx->default_gprs[R600_HW_STAGE_ES] = 31;
2923 rctx->default_gprs[EG_HW_STAGE_HS] = 23;
2924 rctx->default_gprs[EG_HW_STAGE_LS] = 23;
4672 def_gprs[i] = rctx->default_gprs[i];

Completed in 29 milliseconds