HomeSort by: relevance | last modified time | path
    Searched refs:bound_vertex_buffers (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_context.h 581 uint32_t bound_vertex_buffers; member in struct:crocus_context::__anon1142
crocus_state.c 3668 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/
iris_context.h 723 uint64_t bound_vertex_buffers; member in struct:iris_context::__anon1236
iris_state.c 3438 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.old/dist/src/gallium/drivers/iris/
iris_context.h 549 uint64_t bound_vertex_buffers; member in struct:iris_context::__anon3705
iris_state.c 2793 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;

Completed in 33 milliseconds