Home | History | Annotate | Download | only in swr

Lines Matching refs:velems

143    struct swr_vertex_element_state *velems = ctx->velems;
144 if (!velems->fsFunc
145 || (velems->fsState.cutIndex != info->restart_index)
146 || (velems->fsState.bEnableCutIndex != info->primitive_restart)) {
148 velems->fsState.cutIndex = info->restart_index;
149 velems->fsState.bEnableCutIndex = info->primitive_restart;
153 velems->fsFunc = JitCompileFetch(hJitMgr, velems->fsState);
155 debug_printf("fetch shader %p\n", velems->fsFunc);
156 assert(velems->fsFunc && "Error: FetchShader = NULL");
159 SwrSetFetchFunc(ctx->swrContext, velems->fsFunc);