HomeSort by relevance Sort by last modified time
    Searched refs:start_slot (Results 1 - 25 of 44) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/util/
u_helpers.h 40 unsigned start_slot, unsigned count);
45 unsigned start_slot, unsigned count);
u_helpers.c 43 unsigned start_slot, unsigned count)
48 dst += start_slot;
61 *enabled_buffers &= ~(((1ull << count) - 1) << start_slot);
62 *enabled_buffers |= bitmask << start_slot;
71 *enabled_buffers &= ~(((1ull << count) - 1) << start_slot);
82 unsigned start_slot, unsigned count)
92 util_set_vertex_buffers_mask(dst, &enabled_buffers, src, start_slot,
u_vbuf.h 70 unsigned start_slot, unsigned count,
u_vbuf.c 810 unsigned start_slot, unsigned count,
822 uint32_t mask = ~(((1ull << count) - 1) << start_slot);
836 unsigned dst_index = start_slot + i;
843 pipe->set_vertex_buffers(pipe, start_slot, count, NULL);
848 unsigned dst_index = start_slot + i;
1134 unsigned start_slot, count; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_clip.c 48 unsigned start_slot,
55 draw_set_viewport_states(llvmpipe->draw, start_slot, num_viewports,
58 memcpy(llvmpipe->viewports + start_slot, viewports,
66 unsigned start_slot,
74 debug_assert(start_slot < PIPE_MAX_VIEWPORTS);
75 debug_assert((start_slot + num_scissors) <= PIPE_MAX_VIEWPORTS);
77 memcpy(llvmpipe->scissors + start_slot, scissors,
lp_state_vertex.c 79 unsigned start_slot, unsigned count,
88 buffers, start_slot, count);
92 draw_set_vertex_buffers(llvmpipe->draw, start_slot, count, buffers);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_clip.c 48 unsigned start_slot,
55 draw_set_viewport_states(softpipe->draw, start_slot, num_viewports,
58 memcpy(softpipe->viewports + start_slot, viewports,
66 unsigned start_slot,
74 debug_assert(start_slot < PIPE_MAX_VIEWPORTS);
75 debug_assert((start_slot + num_scissors) <= PIPE_MAX_VIEWPORTS);
77 memcpy(softpipe->scissors + start_slot, scissors,
sp_state_vertex.c 83 unsigned start_slot, unsigned count,
92 buffers, start_slot, count);
96 draw_set_vertex_buffers(softpipe->draw, start_slot, count, buffers);
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 198 unsigned start_slot, unsigned num_samplers,
275 unsigned start_slot,
285 unsigned start_slot,
291 unsigned start_slot, unsigned num_views,
311 * \param start_slot first buffer slot to bind.
320 unsigned start_slot, unsigned count,
329 * \param start_slot first image slot to bind.
338 unsigned start_slot, unsigned count,
342 unsigned start_slot,
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_encode.h 117 int start_slot,
159 uint32_t start_slot,
165 uint32_t start_slot,
197 unsigned start_slot,
virgl_context.c 331 unsigned start_slot,
336 virgl_encoder_set_viewport_states(vctx, start_slot, num_viewports, state);
369 unsigned start_slot,
377 buffers, start_slot, num_buffers);
694 unsigned start_slot,
731 virgl_encode_set_sampler_views(vctx, shader_type, start_slot, num_views, tinfo->views);
769 unsigned start_slot,
779 virgl_encode_bind_sampler_states(vctx, shader, start_slot, num_samplers, handles);
790 unsigned start_slot,
795 virgl_encoder_set_scissor_state(vctx, start_slot, num_scissor, ss)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_viewport.c 31 unsigned start_slot,
39 rctx->scissors.states[start_slot + i] = state[i];
44 rctx->scissors.dirty_mask |= ((1 << num_scissors) - 1) << start_slot;
259 unsigned start_slot,
268 unsigned index = start_slot + i;
275 mask = ((1 << num_viewports) - 1) << start_slot;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state.c 986 unsigned start_slot,
993 assert(start_slot + num_scissors <= NV50_MAX_VIEWPORTS);
995 if (!memcmp(&nv50->scissors[start_slot + i], &scissor[i], sizeof(*scissor)))
997 nv50->scissors[start_slot + i] = scissor[i];
998 nv50->scissors_dirty |= 1 << (start_slot + i);
1005 unsigned start_slot,
1012 assert(start_slot + num_viewports <= NV50_MAX_VIEWPORTS);
1014 if (!memcmp(&nv50->viewports[start_slot + i], &vpt[i], sizeof(*vpt)))
1016 nv50->viewports[start_slot + i] = vpt[i];
1017 nv50->viewports_dirty |= 1 << (start_slot + i)
    [all...]
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 137 unsigned start_slot,
149 unsigned start_slot,
197 unsigned start_slot, unsigned count,
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_state.c 345 etna_set_scissor_states(struct pipe_context *pctx, unsigned start_slot,
366 etna_set_viewport_states(struct pipe_context *pctx, unsigned start_slot,
411 etna_set_vertex_buffers(struct pipe_context *pctx, unsigned start_slot,
417 util_set_vertex_buffers_mask(so->vb, &so->enabled_mask, vb, start_slot, num_buffers);
420 for (unsigned idx = start_slot; idx < start_slot + num_buffers; ++idx) {
etnaviv_texture.c 75 unsigned start_slot, unsigned num_samplers,
295 unsigned start_slot, unsigned num_views,
299 assert(start_slot == 0);
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_state.c 176 unsigned start_slot,
188 unsigned start_slot,
199 unsigned start_slot, unsigned count,
223 util_set_vertex_buffers_mask(so->vb, &so->enabled_mask, vb, start_slot, count);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_state.c 847 unsigned start_slot,
854 assert(start_slot + num_scissors <= NVC0_MAX_VIEWPORTS);
856 if (!memcmp(&nvc0->scissors[start_slot + i], &scissor[i], sizeof(*scissor)))
858 nvc0->scissors[start_slot + i] = scissor[i];
859 nvc0->scissors_dirty |= 1 << (start_slot + i);
866 unsigned start_slot,
873 assert(start_slot + num_viewports <= NVC0_MAX_VIEWPORTS);
875 if (!memcmp(&nvc0->viewports[start_slot + i], &vpt[i], sizeof(*vpt)))
877 nvc0->viewports[start_slot + i] = vpt[i];
878 nvc0->viewports_dirty |= 1 << (start_slot + i)
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 395 def _update(self, array, start_slot, num_slots, states):
400 while len(array) < start_slot + num_slots:
403 array[start_slot + i] = states[i]
405 def set_scissor_states(self, start_slot, num_scissors, states):
406 self._update(self._state.scissors, start_slot, num_scissors, states)
408 def set_viewport_states(self, start_slot, num_viewports, states):
409 self._update(self._state.viewports, start_slot, num_viewports, states)
435 def set_vertex_buffers(self, start_slot, num_buffers, buffers):
436 self._update(self._state.vertex_buffers, start_slot, num_buffers, buffers)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h 80 unsigned start_slot,
235 unsigned start_slot, unsigned count,
draw_context.c 374 unsigned start_slot,
381 debug_assert(start_slot < PIPE_MAX_VIEWPORTS);
382 debug_assert((start_slot + num_viewports) <= PIPE_MAX_VIEWPORTS);
384 memcpy(draw->viewports + start_slot, vps,
401 unsigned start_slot, unsigned count,
404 assert(start_slot + count <= PIPE_MAX_ATTRIBS);
408 buffers, start_slot, count);
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_misc.c 39 unsigned start_slot,
225 unsigned start_slot,
  /external/tensorflow/tensorflow/core/util/
presized_cuckoo_map.h 314 int start_slot = (k + e.bucket) % kSlotsPerBucket; local
317 int slot = (start_slot + i) % kSlotsPerBucket;
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 85 unsigned start_slot, unsigned count,
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state.c 403 unsigned start_slot,
415 unsigned start_slot,
427 unsigned start_slot, unsigned count,
435 vb, start_slot, count);

Completed in 369 milliseconds

1 2