Lines Matching defs:genx
1427 * Generation-specific context state (ice->state.genx->...).
1922 struct crocus_genx_state *genx = ice->state.genx;
1924 if (genx->pma_fix_enabled == enable)
1927 genx->pma_fix_enabled = enable;
3061 struct crocus_genx_state *genx = ice->state.genx;
3062 struct brw_image_param *image_params = genx->shaders[stage].image_param;
3531 UNUSED struct crocus_genx_state *genx = ice->state.genx;
3558 &genx->shaders[stage].image_param[img];
8282 free(ice->state.genx);
9301 ice->state.genx = calloc(1, sizeof(struct crocus_genx_state));