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

12

  /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
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 204 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; /* or texture ID's? */ member in struct:svga_state
  /external/chromium_org/third_party/mesa/src/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/drivers/svga/
svga_context.h 204 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; /* or texture ID's? */ member in struct:svga_state
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h 231 struct r300_sampler_view *sampler_views[16]; member in struct:r300_textures_state
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 231 struct r300_sampler_view *sampler_views[16]; member in struct:r300_textures_state

Completed in 1131 milliseconds

12