HomeSort by relevance Sort by last modified time
    Searched refs:unwrapped_views (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 578 struct pipe_sampler_view *unwrapped_views[PIPE_MAX_SAMPLERS]; local
584 unwrapped_views[i] = galahad_sampler_view_unwrap(_views[i]);
586 unwrapped_views[i] = NULL;
588 views = unwrapped_views;
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 519 struct pipe_sampler_view *unwrapped_views[PIPE_MAX_SAMPLERS]; local
528 unwrapped_views[i] = identity_sampler_view_unwrap(_views[i]);
530 unwrapped_views[i] = NULL;
532 views = unwrapped_views;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 730 struct pipe_sampler_view *unwrapped_views[PIPE_MAX_SAMPLERS]; local
742 memset(unwrapped_views, 0, sizeof(unwrapped_views));
749 unwrapped_views[i] = rbug_sampler_view_unwrap(_views[i]);
751 views = unwrapped_views;
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 1000 struct pipe_sampler_view *unwrapped_views[PIPE_MAX_SAMPLERS]; local
1008 unwrapped_views[i] = tr_view ? tr_view->sampler_view : NULL;
1010 views = unwrapped_views;
    [all...]

Completed in 86 milliseconds