Searched refs:pLastFE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1161 tgsi_shader_info *pLastFE = &ctx->vs->info.base; local in function:swr_get_last_fe
1164 pLastFE = &ctx->gs->info.base;
1167 pLastFE = &ctx->tes->info.base;
1170 pLastFE = &ctx->tcs->info.base;
1172 return pLastFE;
2079 struct tgsi_shader_info *pLastFE = swr_get_last_fe(ctx); local in function:swr_update_derived
2081 backendState.readRenderTargetArrayIndex = pLastFE->writes_layer;
2082 backendState.readViewportArrayIndex = pLastFE->writes_viewport_index;
2086 pLastFE->num_written_clipdistance ?
2087 pLastFE
[all...]
H A Dswr_shader.cpp2477 tgsi_shader_info *pLastFE = &ctx->vs->info.base; local in function:BuilderSWR::CompileVS
2480 pLastFE = &ctx->gs->info.base;
2483 pLastFE = &ctx->tes->info.base;
2486 pLastFE = &ctx->tcs->info.base;
2491 if ((pLastFE->clipdist_writemask & clip_mask & (1 << val)) ||
2492 ((pLastFE->culldist_writemask << pLastFE->num_written_clipdistance) & (1 << val))) {
2493 unsigned cv = locate_linkage(TGSI_SEMANTIC_CLIPDIST, val < 4 ? 0 : 1, pLastFE);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1795 struct tgsi_shader_info *pLastFE = local in function:swr_update_derived
1799 backendState.readRenderTargetArrayIndex = pLastFE->writes_layer;
1800 backendState.readViewportArrayIndex = pLastFE->writes_viewport_index;

Completed in 11 milliseconds