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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Doutput.c305 struct pipe_sampler_view *sv_idx = NULL, *sv_tbl = NULL; local in function:vlVdpOutputSurfacePutBitsIndexed
369 sv_idx = context->create_sampler_view(context, res, &sv_tmpl);
372 if (!sv_idx)
408 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false);
412 pipe_sampler_view_reference(&sv_idx, NULL);
419 pipe_sampler_view_reference(&sv_idx, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Doutput.c305 struct pipe_sampler_view *sv_idx = NULL, *sv_tbl = NULL; local in function:vlVdpOutputSurfacePutBitsIndexed
372 sv_idx = context->create_sampler_view(context, res, &sv_tmpl);
375 if (!sv_idx)
411 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false);
415 pipe_sampler_view_reference(&sv_idx, NULL);
422 pipe_sampler_view_reference(&sv_idx, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c967 int sv_idx = binding->stage[stage].sampler_view_index; local in function:fill_sampler_view_stage
968 if (sv_idx == -1)
970 sv_idx += array_idx;
971 sv_idx += dyn_info->stage[stage].sampler_view_count;
1022 if (state->sv[p_stage][sv_idx])
1023 pipe_sampler_view_reference(&state->sv[p_stage][sv_idx], NULL);
1024 state->sv[p_stage][sv_idx] = state->pctx->create_sampler_view(state->pctx, iv->image->bo, &templ);
1025 if (state->num_sampler_views[p_stage] <= sv_idx)
1026 state->num_sampler_views[p_stage] = sv_idx + 1;
1038 int sv_idx local in function:fill_sampler_buffer_view_stage
[all...]

Completed in 12 milliseconds