Searched refs:bound_vertex_buffers (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_context.h549 uint64_t bound_vertex_buffers; member in struct:iris_context::__anona797bc080608
H A Diris_state.c2793 ice->state.bound_vertex_buffers &= ~u_bit_consecutive64(start_slot, count);
2812 ice->state.bound_vertex_buffers |= 1ull << (start_slot + i);
4398 uint64_t bound = ice->state.bound_vertex_buffers;
5033 int count = util_bitcount64(ice->state.bound_vertex_buffers);
5034 int dynamic_bound = ice->state.bound_vertex_buffers;
5176 util_bitcount64(ice->state.bound_vertex_buffers);
5189 util_bitcount64(ice->state.bound_vertex_buffers) +
5602 uint64_t bound_vbs = ice->state.bound_vertex_buffers;
5674 uint64_t bound_vbs = ice->state.bound_vertex_buffers;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_context.h581 uint32_t bound_vertex_buffers; member in struct:crocus_context::__anone5ee0d6b0808
H A Dcrocus_state.c3668 ice->state.bound_vertex_buffers &=
3671 util_set_vertex_buffers_mask(ice->state.vertex_buffers, &ice->state.bound_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;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.h723 uint64_t bound_vertex_buffers; member in struct:iris_context::__anon34ca7d7b0808
H A Diris_state.c3438 ice->state.bound_vertex_buffers &=
3469 ice->state.bound_vertex_buffers |= 1ull << (start_slot + i);
5257 uint64_t bound = ice->state.bound_vertex_buffers;
6355 int count = util_bitcount64(ice->state.bound_vertex_buffers);
6356 uint64_t dynamic_bound = ice->state.bound_vertex_buffers;
6508 util_bitcount64(ice->state.bound_vertex_buffers);
6521 util_bitcount64(ice->state.bound_vertex_buffers) +
6621 uint64_t bound = ice->state.bound_vertex_buffers;
7255 uint64_t bound_vbs = ice->state.bound_vertex_buffers;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst3217 - iris: Delete genx->bound_vertex_buffers
H A D20.1.0.rst2721 - iris: Fix downcast of bound_vertex_buffers from uint64_t to int

Completed in 106 milliseconds