HomeSort by relevance Sort by last modified time
    Searched defs:num_sampler_views (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 92 unsigned num_sampler_views[PIPE_SHADER_TYPES]; member in struct:llvmpipe_context
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 82 uint num_sampler_views; member in struct:pstip_stage
541 num_samplers = MAX2(pstip->num_sampler_views, pstip->num_samplers);
578 pstip->num_sampler_views,
740 pstip->num_sampler_views = num;
draw_pipe_aaline.c 101 uint num_sampler_views; member in struct:aaline_stage
707 num_samplers = MAX2(aaline->num_sampler_views, aaline->num_samplers);
746 aaline->num_sampler_views,
924 aaline->num_sampler_views = num;
draw_private.h 318 unsigned num_sampler_views[PIPE_SHADER_TYPES]; member in struct:draw_context
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 95 unsigned num_sampler_views[PIPE_SHADER_TYPES]; member in struct:softpipe_context
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 719 unsigned num_sampler_views = !samplers[1] ? 1 : !samplers[2] ? 2 : 3; local
725 c->pipe->bind_fragment_sampler_states(c->pipe, num_sampler_views, layer->samplers);
726 c->pipe->set_fragment_sampler_views(c->pipe, num_sampler_views, samplers);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 104 GLuint num_sampler_views[PIPE_SHADER_TYPES]; member in struct:st_context::__anon17130
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 228 unsigned num_sampler_views; member in struct:svga_state

Completed in 435 milliseconds