Searched refs:push_bos (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 5602 struct push_bos { struct 5615 struct push_bos *push_bos) in setup_constant_buffers() 5632 if (range->length > push_bos->max_length) in setup_constant_buffers() 5633 push_bos->max_length = range->length; in setup_constant_buffers() 5648 push_bos->buffers[n].length = range->length; in setup_constant_buffers() 5649 push_bos->buffers[n].addr = in setup_constant_buffers() 5662 push_bos->buffer_count = n; in setup_constant_buffers() 5669 const struct push_bos *push_bos) in emit_push_constant_packets() 5612 setup_constant_buffers(struct iris_context *ice, struct iris_batch *batch, int stage, struct push_bos *push_bos) setup_constant_buffers() argument 5666 emit_push_constant_packets(struct iris_context *ice, struct iris_batch *batch, int stage, const struct push_bos *push_bos) emit_push_constant_packets() argument 5708 emit_push_constant_packet_all(struct iris_context *ice, struct iris_batch *batch, uint32_t shader_mask, const struct push_bos *push_bos) emit_push_constant_packet_all() argument 6021 struct push_bos push_bos = {}; iris_upload_dirty_render_state() local [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 5637 struct push_bos { struct 5651 struct push_bos *push_bos) in setup_constant_buffers() 5668 if (range->length > push_bos->max_length) in setup_constant_buffers() 5669 push_bos->max_length = range->length; in setup_constant_buffers() 5681 push_bos->buffers[n].length = range->length; in setup_constant_buffers() 5682 push_bos->buffers[n].addr = in setup_constant_buffers() 5696 push_bos->buffer_count = n; in setup_constant_buffers() 5716 const struct push_bos *push_bos) in emit_push_constant_packets() 5648 setup_constant_buffers(struct crocus_context *ice, struct crocus_batch *batch, int stage, struct push_bos *push_bos) setup_constant_buffers() argument 5713 emit_push_constant_packets(struct crocus_context *ice, struct crocus_batch *batch, int stage, const struct push_bos *push_bos) emit_push_constant_packets() argument 6292 struct push_bos push_bos = {}; global() local 6756 struct push_bos push_bos = {}; global() local 6821 struct push_bos push_bos = {}; global() local 7153 struct push_bos push_bos = {}; global() local [all...] |
Completed in 18 milliseconds