HomeSort by relevance Sort by last modified time
    Searched refs:sampler_views (Results 26 - 45 of 45) sorted by null

12

  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 764 if (state->sampler_views[i] && state->sampler_states[i]) {
767 view = state->sampler_views[i];
    [all...]
r300_emit.c 115 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
123 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
802 tex = r300_resource(allstate->sampler_views[i]->base.texture);
    [all...]
r300_context.c 53 (struct pipe_sampler_view**)&textures->sampler_views[i], NULL);
r300_context.h 231 struct r300_sampler_view *sampler_views[16]; member in struct:r300_textures_state
r300_state.c     [all...]
r300_blit.c 83 (struct pipe_sampler_view**)state->sampler_views);
r300_fs.c 154 struct r300_sampler_view *v = texstate->sampler_views[i];
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 48 pipe_sampler_view_reference( &svga->curr.sampler_views[i], NULL );
85 struct pipe_sampler_view *sv = svga->curr.sampler_views[i];
svga_context.h 204 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; /* or texture ID's? */ member in struct:svga_state
svga_state_constants.c 284 struct pipe_resource *tex = svga->curr.sampler_views[i]->texture;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 317 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member in struct:draw_context
draw_context.c 767 draw->sampler_views[shader_stage][i] = views[i];
769 draw->sampler_views[shader_stage][i] = NULL;
draw_llvm.c     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 318 pipe_sampler_view_reference(&softpipe->sampler_views[PIPE_SHADER_FRAGMENT][unit],
sp_context.c 128 pipe_sampler_view_reference(&softpipe->sampler_views[sh][i], NULL);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 90 struct pipe_sampler_view* sampler_views[D3D11_STAGES][D3D11_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT]; member in struct:GalliumD3D11DeviceContext
176 memset(sampler_views, 0, sizeof(sampler_views));
361 sampler_views[s][start + i] = srvs[i] ? srvs[i]->object : 0;
501 while(num_shader_resource_views[s] && !sampler_views[s][num_shader_resource_views[s] - 1]) \
509 pipe->set_vertex_sampler_views(pipe, num_views_to_bind, sampler_views[s]);
512 pipe->set_fragment_sampler_views(pipe, num_views_to_bind, sampler_views[s]);
515 pipe->set_geometry_sampler_views(pipe, num_views_to_bind, sampler_views[s]);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 514 struct pipe_sampler_view **sampler_views)
520 sampler_views[1] = vg_get_surface_mask(ctx);
paint.c 638 struct pipe_sampler_view **sampler_views)
649 sampler_views[0] = paint->gradient.sampler_view;
661 sampler_views[0] = paint->pattern.sampler_view;
image.c 628 struct pipe_sampler_view **sampler_views)
633 sampler_views[3] = img->sampler_view;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]

Completed in 332 milliseconds

12