Home
last modified time | relevance | path

Searched refs:bound_vertex_buffers (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h581 uint32_t bound_vertex_buffers; member
Dcrocus_state.c3668 ice->state.bound_vertex_buffers &= in crocus_set_vertex_buffers()
3671 util_set_vertex_buffers_mask(ice->state.vertex_buffers, &ice->state.bound_vertex_buffers, in crocus_set_vertex_buffers()
7577 const uint32_t user_count = util_bitcount(ice->state.bound_vertex_buffers);
7580 uint32_t dynamic_bound = ice->state.bound_vertex_buffers;
7659 util_bitcount64(ice->state.bound_vertex_buffers);
7680 util_bitcount64(ice->state.bound_vertex_buffers) +
8332 uint64_t bound_vbs = ice->state.bound_vertex_buffers;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h723 uint64_t bound_vertex_buffers; member
Diris_state.c3437 ice->state.bound_vertex_buffers &= in iris_set_vertex_buffers()
3468 ice->state.bound_vertex_buffers |= 1ull << (start_slot + i); in iris_set_vertex_buffers()
5256 uint64_t bound = ice->state.bound_vertex_buffers; in iris_restore_render_saved_bos()
6354 int count = util_bitcount64(ice->state.bound_vertex_buffers); in iris_upload_dirty_render_state()
6355 uint64_t dynamic_bound = ice->state.bound_vertex_buffers; in iris_upload_dirty_render_state()
6507 util_bitcount64(ice->state.bound_vertex_buffers); in iris_upload_dirty_render_state()
6520 util_bitcount64(ice->state.bound_vertex_buffers) + in iris_upload_dirty_render_state()
6620 uint64_t bound = ice->state.bound_vertex_buffers; in flush_vbos()
7254 uint64_t bound_vbs = ice->state.bound_vertex_buffers; in iris_rebind_buffer()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst3217 - iris: Delete genx->bound_vertex_buffers
D20.1.0.rst2721 - iris: Fix downcast of bound_vertex_buffers from uint64_t to int