Searched defs:sampler_views (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_idct.h75 } sampler_views; member in struct:vl_idct_buffer
H A Dvl_compositor.h67 struct pipe_sampler_view *sampler_views[3]; member in struct:vl_compositor_layer
H A Dvl_compositor.c557 struct pipe_resource *res = layer->sampler_views[0]->texture;
718 struct pipe_sampler_view **samplers = &layer->sampler_views[0];
788 pipe_sampler_view_reference(&s->layers[i].sampler_views[j], NULL);
876 struct pipe_sampler_view **sampler_views; local
884 sampler_views = buffer->get_sampler_view_components(buffer);
887 pipe_sampler_view_reference(&s->layers[layer].sampler_views[i], sampler_views[i]);
942 pipe_sampler_view_reference(&s->layers[layer].sampler_views[0], indexes);
943 pipe_sampler_view_reference(&s->layers[layer].sampler_views[1], palette);
944 pipe_sampler_view_reference(&s->layers[layer].sampler_views[
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.h75 } sampler_views; member in struct:vl_idct_buffer
H A Dvl_compositor.h67 struct pipe_sampler_view *sampler_views[3]; member in struct:vl_compositor_layer
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dsurface.c199 struct pipe_sampler_view **sampler_views; local
218 sampler_views = vlsurface->video_buffer->get_sampler_view_planes(vlsurface->video_buffer);
219 if (!sampler_views) {
226 struct pipe_sampler_view *sv = sampler_views[i];
277 struct pipe_sampler_view **sampler_views; local
312 sampler_views = p_surf->video_buffer->get_sampler_view_planes(p_surf->video_buffer);
313 if (!sampler_views) {
320 struct pipe_sampler_view *sv = sampler_views[i];
H A Doutput.c428 struct pipe_sampler_view **sampler_views; local
468 sampler_views = vbuffer->get_sampler_view_planes(vbuffer);
469 if (!sampler_views) {
476 struct pipe_sampler_view *sv = sampler_views[i];
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dsurface.c199 struct pipe_sampler_view **sampler_views; local
218 sampler_views = vlsurface->video_buffer->get_sampler_view_planes(vlsurface->video_buffer);
219 if (!sampler_views) {
226 struct pipe_sampler_view *sv = sampler_views[i];
277 struct pipe_sampler_view **sampler_views; local
312 sampler_views = p_surf->video_buffer->get_sampler_view_planes(p_surf->video_buffer);
313 if (!sampler_views) {
320 struct pipe_sampler_view *sv = sampler_views[i];
H A Doutput.c428 struct pipe_sampler_view **sampler_views; local
468 sampler_views = vbuffer->get_sampler_view_planes(vbuffer);
469 if (!sampler_views) {
476 struct pipe_sampler_view *sv = sampler_views[i];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_context.h78 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member in struct:llvmpipe_context
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dshader.c166 struct pipe_sampler_view **sampler_views)
172 sampler_views[2] = vg_prepare_blend_surface(ctx);
174 if (!samplers[0] || !sampler_views[0]) {
176 sampler_views[0] = sampler_views[2];
178 if (!samplers[1] || !sampler_views[1]) {
180 sampler_views[1] = sampler_views[0];
190 struct pipe_sampler_view **sampler_views)
206 sampler_views[
164 blend_bind_samplers(struct shader *shader, struct pipe_sampler_state **samplers, struct pipe_sampler_view **sampler_views) argument
188 setup_samplers(struct shader *shader, struct pipe_sampler_state **samplers, struct pipe_sampler_view **sampler_views) argument
349 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; local
[all...]
H A Dimage.c628 struct pipe_sampler_view **sampler_views)
633 sampler_views[3] = img->sampler_view;
627 image_bind_samplers(struct vg_image *img, struct pipe_sampler_state **samplers, struct pipe_sampler_view **sampler_views) argument
H A Dmask.c514 struct pipe_sampler_view **sampler_views)
520 sampler_views[1] = vg_get_surface_mask(ctx);
513 mask_bind_samplers(struct pipe_sampler_state **samplers, struct pipe_sampler_view **sampler_views) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_texture.c263 struct pipe_sampler_view **sampler_views,
294 pipe_sampler_view_reference(&(sampler_views[unit]), sampler_view);
307 sampler_views);
322 st->state.sampler_views[PIPE_SHADER_VERTEX],
337 st->state.sampler_views[PIPE_SHADER_FRAGMENT],
352 st->state.sampler_views[PIPE_SHADER_GEOMETRY],
259 update_textures(struct st_context *st, unsigned shader_stage, const struct gl_program *prog, unsigned max_units, struct pipe_sampler_view **sampler_views, unsigned *num_textures) argument
H A Dst_cb_bitmap.c497 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; local
500 memcpy(sampler_views, st->state.sampler_views[PIPE_SHADER_FRAGMENT],
501 sizeof(sampler_views));
502 sampler_views[fpv->bitmap_sampler] = sv;
503 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, num, sampler_views);
H A Dst_context.h103 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member in struct:st_context::__anon13572
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.h78 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member in struct:llvmpipe_context
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dshader.c166 struct pipe_sampler_view **sampler_views)
172 sampler_views[2] = vg_prepare_blend_surface(ctx);
174 if (!samplers[0] || !sampler_views[0]) {
176 sampler_views[0] = sampler_views[2];
178 if (!samplers[1] || !sampler_views[1]) {
180 sampler_views[1] = sampler_views[0];
190 struct pipe_sampler_view **sampler_views)
206 sampler_views[
164 blend_bind_samplers(struct shader *shader, struct pipe_sampler_state **samplers, struct pipe_sampler_view **sampler_views) argument
188 setup_samplers(struct shader *shader, struct pipe_sampler_state **samplers, struct pipe_sampler_view **sampler_views) argument
349 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_texture.c263 struct pipe_sampler_view **sampler_views,
294 pipe_sampler_view_reference(&(sampler_views[unit]), sampler_view);
307 sampler_views);
322 st->state.sampler_views[PIPE_SHADER_VERTEX],
337 st->state.sampler_views[PIPE_SHADER_FRAGMENT],
352 st->state.sampler_views[PIPE_SHADER_GEOMETRY],
259 update_textures(struct st_context *st, unsigned shader_stage, const struct gl_program *prog, unsigned max_units, struct pipe_sampler_view **sampler_views, unsigned *num_textures) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c90 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; member in struct:pstip_stage::__anon12704
546 pipe_sampler_view_reference(&pstip->state.sampler_views[pstip->fs->sampler_unit],
553 pstip->driver_set_sampler_views(pipe, num_samplers, pstip->state.sampler_views);
579 pstip->state.sampler_views);
598 pipe_sampler_view_reference(&pstip->state.sampler_views[i], NULL);
734 pipe_sampler_view_reference(&pstip->state.sampler_views[i], views[i]);
737 pipe_sampler_view_reference(&pstip->state.sampler_views[i], NULL);
H A Ddraw_pipe_aaline.c110 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; member in struct:aaline_stage::__anon12703
711 pipe_sampler_view_reference(&aaline->state.sampler_views[aaline->fs->sampler_unit],
716 aaline->driver_set_sampler_views(pipe, num_samplers, aaline->state.sampler_views);
747 aaline->state.sampler_views);
775 pipe_sampler_view_reference(&aaline->state.sampler_views[i], NULL);
919 pipe_sampler_view_reference(&aaline->state.sampler_views[i], views[i]);
922 pipe_sampler_view_reference(&aaline->state.sampler_views[i], NULL);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_context.h82 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member in struct:softpipe_context
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c90 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; member in struct:pstip_stage::__anon26277
546 pipe_sampler_view_reference(&pstip->state.sampler_views[pstip->fs->sampler_unit],
553 pstip->driver_set_sampler_views(pipe, num_samplers, pstip->state.sampler_views);
579 pstip->state.sampler_views);
598 pipe_sampler_view_reference(&pstip->state.sampler_views[i], NULL);
734 pipe_sampler_view_reference(&pstip->state.sampler_views[i], views[i]);
737 pipe_sampler_view_reference(&pstip->state.sampler_views[i], NULL);
H A Ddraw_pipe_aaline.c110 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; member in struct:aaline_stage::__anon26276
711 pipe_sampler_view_reference(&aaline->state.sampler_views[aaline->fs->sampler_unit],
716 aaline->driver_set_sampler_views(pipe, num_samplers, aaline->state.sampler_views);
747 aaline->state.sampler_views);
775 pipe_sampler_view_reference(&aaline->state.sampler_views[i], NULL);
919 pipe_sampler_view_reference(&aaline->state.sampler_views[i], views[i]);
922 pipe_sampler_view_reference(&aaline->state.sampler_views[i], NULL);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.h82 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member in struct:softpipe_context

Completed in 430 milliseconds

12