Home
last modified time | relevance | path

Searched defs:start_slot (Results 51 - 60 of 60) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c623 disable_mask <<= start_slot; in r600_set_vertex_buffers() local
624 new_buffer_mask <<= start_slot; in r600_set_vertex_buffers() local
572 r600_set_vertex_buffers(struct pipe_context *ctx, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *input) r600_set_vertex_buffers() argument
H A Devergreen_state.c4028 evergreen_set_hw_atomic_buffers(struct pipe_context *ctx, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers) evergreen_set_hw_atomic_buffers() argument
4058 evergreen_set_shader_buffers(struct pipe_context *ctx, enum pipe_shader_type shader, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) evergreen_set_shader_buffers() argument
4158 evergreen_set_shader_images(struct pipe_context *ctx, enum pipe_shader_type shader, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) evergreen_set_shader_images() argument
4361 evergreen_get_shader_buffers(struct r600_context *rctx, enum pipe_shader_type shader, uint start_slot, uint count, struct pipe_shader_buffer *sbuf) evergreen_get_shader_buffers() argument
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-log.c4051 int start_slot; in drop_inode_items() local
3538 flush_dir_items_batch(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct extent_buffer *src, struct btrfs_path *dst_path, int start_slot, int count) flush_dir_items_batch() argument
4265 copy_items(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *dst_path, struct btrfs_path *src_path, int start_slot, int nr, int inode_only, u64 logged_isize) copy_items() argument
4725 int start_slot = 0; btrfs_log_prealloc_extents() local
4996 int start_slot = 0; btrfs_log_all_xattrs() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c4594 drm_dp_dpcd_write_payload(struct drm_dp_mst_topology_mgr *mgr, int id, u8 start_slot, u8 num_slots) drm_dp_dpcd_write_payload() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c5146 static void si_set_vertex_buffers(struct pipe_context *ctx, unsigned start_slot, unsigned count, in si_set_vertex_buffers() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c4133 llvmpipe_set_shader_buffers(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) llvmpipe_set_shader_buffers() argument
4177 llvmpipe_set_shader_images(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) llvmpipe_set_shader_images() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c687 zink_bind_sampler_states(struct pipe_context *pctx, enum pipe_shader_type shader, unsigned start_slot, unsigned num_samplers, void **samplers) zink_bind_sampler_states() argument
1118 zink_set_vertex_buffers(struct pipe_context *pctx, unsigned start_slot, unsigned num_buffers, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) zink_set_vertex_buffers() argument
1187 zink_set_viewport_states(struct pipe_context *pctx, unsigned start_slot, unsigned num_viewports, const struct pipe_viewport_state *state) zink_set_viewport_states() argument
1201 zink_set_scissor_states(struct pipe_context *pctx, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *states) zink_set_scissor_states() argument
1387 zink_set_shader_buffers(struct pipe_context *pctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) zink_set_shader_buffers() argument
1608 zink_set_shader_images(struct pipe_context *pctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) zink_set_shader_images() argument
1716 zink_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader_type, unsigned start_slot, unsigned num_views, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) zink_set_sampler_views() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c2851 iris_set_shader_images(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *p_images) iris_set_shader_images() argument
3033 iris_set_global_binding(struct pipe_context *ctx, unsigned start_slot, unsigned count, struct pipe_resource **resources, uint32_t **handles) iris_set_global_binding() argument
3155 iris_set_scissor_states(struct pipe_context *ctx, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *rects) iris_set_scissor_states() argument
3217 iris_set_viewport_states(struct pipe_context *ctx, unsigned start_slot, unsigned count, const struct pipe_viewport_state *states) iris_set_viewport_states() argument
3530 iris_set_shader_buffers(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) iris_set_shader_buffers() argument
3592 iris_set_vertex_buffers(struct pipe_context *ctx, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) iris_set_vertex_buffers() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dheap.cc7361 void Heap::WriteBarrierForRange(HeapObject object, TSlot start_slot, in WriteBarrierForRange() argument
7321 WriteBarrierForRangeImpl(MemoryChunk* source_page, HeapObject object, TSlot start_slot, TSlot end_slot) WriteBarrierForRangeImpl() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c3049 crocus_set_shader_images(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *p_images) crocus_set_shader_images() argument
3306 crocus_set_scissor_states(struct pipe_context *ctx, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *rects) crocus_set_scissor_states() argument
3371 crocus_set_viewport_states(struct pipe_context *ctx, unsigned start_slot, unsigned count, const struct pipe_viewport_state *states) crocus_set_viewport_states() argument
3611 crocus_set_shader_buffers(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) crocus_set_shader_buffers() argument
3663 crocus_set_vertex_buffers(struct pipe_context *ctx, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) crocus_set_vertex_buffers() argument
[all...]

Completed in 82 milliseconds

123