HomeSort by: relevance | last modified time | path
    Searched refs:default_gprs (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_state.c 2016 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;
r600_pipe.h 500 unsigned default_gprs[EG_NUM_HW_STAGES]; member in struct:r600_context
evergreen_state.c 2918 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];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_state.c 2013 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;
r600_pipe.h 495 unsigned default_gprs[EG_NUM_HW_STAGES]; member in struct:r600_context
evergreen_state.c 2912 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];

Completed in 15 milliseconds