Searched refs:swr_vs (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_fence_work.h32 struct swr_vertex_shader *swr_vs; member in union:swr_fence_work::__anon5c83c4f0010a
45 struct swr_vertex_shader *swr_vs);
47 struct swr_fragment_shader *swr_vs);
H A Dswr_fence_work.cpp93 delete work->free.swr_vs;
128 struct swr_vertex_shader *swr_vs)
134 work->free.swr_vs = swr_vs;
127 swr_fence_work_delete_vs(struct pipe_fence_handle * fence,struct swr_vertex_shader * swr_vs) argument
H A Dswr_shader.h34 swr_vertex_shader *swr_vs);
51 swr_vertex_shader *swr_vs);
H A Dswr_shader.cpp172 swr_vertex_shader *swr_vs)
177 swr_vs->info.base.clipdist_writemask ?
178 swr_vs->info.base.clipdist_writemask & ctx->rasterizer->clip_plane_enable :
181 swr_generate_sampler_key(swr_vs->info, ctx, PIPE_SHADER_VERTEX, key);
749 struct swr_vertex_shader *swr_vs = ctx->vs; local in function:BuilderSWR::CompileVS
803 const unsigned mask = swr_vs->info.base.input_usage_mask[attrib];
832 swr_vs->pipe.tokens,
843 &swr_vs->info.base,
863 if (swr_vs->info.base.output_semantic_name[attrib] == TGSI_SEMANTIC_PSIZE) {
868 } else if (swr_vs
170 swr_generate_vs_key(struct swr_jit_vs_key & key,struct swr_context * ctx,swr_vertex_shader * swr_vs) argument
984 swr_so_adjust_attrib(unsigned in_attrib,swr_vertex_shader * swr_vs) argument
[all...]
H A Dswr_state.cpp324 struct swr_vertex_shader *swr_vs = new swr_vertex_shader; local in function:swr_create_vs_state
325 if (!swr_vs)
328 swr_vs->pipe.tokens = tgsi_dup_tokens(vs->tokens);
329 swr_vs->pipe.stream_output = vs->stream_output;
331 lp_build_tgsi_info(vs->tokens, &swr_vs->info);
333 swr_vs->soState = {0};
335 if (swr_vs->pipe.stream_output.num_outputs) {
336 pipe_stream_output_info *stream_output = &swr_vs->pipe.stream_output;
338 swr_vs->soState.soEnable = true;
344 attrib_slot = swr_so_adjust_attrib(attrib_slot, swr_vs);
372 struct swr_vertex_shader *swr_vs = (swr_vertex_shader *)vs; local in function:swr_delete_vs_state
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_fence_work.h32 struct swr_vertex_shader *swr_vs; member in union:swr_fence_work::__anon900eb4c3010a
47 struct swr_vertex_shader *swr_vs);
49 struct swr_fragment_shader *swr_vs);
H A Dswr_fence_work.cpp93 delete work->free.swr_vs;
141 struct swr_vertex_shader *swr_vs)
147 work->free.swr_vs = swr_vs;
140 swr_fence_work_delete_vs(struct pipe_fence_handle * fence,struct swr_vertex_shader * swr_vs) argument
H A Dswr_shader.h42 swr_vertex_shader *swr_vs);
65 swr_vertex_shader *swr_vs);
H A Dswr_state.cpp347 struct swr_vertex_shader *swr_vs = new swr_vertex_shader; local in function:swr_create_vs_state
348 if (!swr_vs)
351 swr_vs->pipe.tokens = tgsi_dup_tokens(vs->tokens);
352 swr_vs->pipe.stream_output = vs->stream_output;
354 lp_build_tgsi_info(vs->tokens, &swr_vs->info);
356 swr_vs->soState = {0};
358 if (swr_vs->pipe.stream_output.num_outputs) {
359 pipe_stream_output_info *stream_output = &swr_vs->pipe.stream_output;
361 swr_vs->soState.soEnable = true;
367 attrib_slot = swr_so_adjust_attrib(attrib_slot, swr_vs);
395 struct swr_vertex_shader *swr_vs = (swr_vertex_shader *)vs; local in function:swr_delete_vs_state
[all...]
H A Dswr_shader.cpp222 swr_vertex_shader *swr_vs)
227 swr_vs->info.base.clipdist_writemask ?
228 swr_vs->info.base.clipdist_writemask & ctx->rasterizer->clip_plane_enable :
231 swr_generate_sampler_key(swr_vs->info, ctx, PIPE_SHADER_VERTEX, key);
2319 struct swr_vertex_shader *swr_vs = ctx->vs; local in function:BuilderSWR::CompileVS
2373 const unsigned mask = swr_vs->info.base.input_usage_mask[attrib];
2411 params.info = &swr_vs->info.base;
2414 swr_vs->pipe.tokens,
2435 if (swr_vs->info.base.output_semantic_name[attrib] == TGSI_SEMANTIC_PSIZE) {
2440 } else if (swr_vs
220 swr_generate_vs_key(struct swr_jit_vs_key & key,struct swr_context * ctx,swr_vertex_shader * swr_vs) argument
2572 swr_so_adjust_attrib(unsigned in_attrib,swr_vertex_shader * swr_vs) argument
[all...]

Completed in 16 milliseconds