Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_binder.c178 binder->bt_offset[stage] = sizes[stage] > 0 ? offset : 0; in iris_binder_reserve_3d()
201 binder->bt_offset[MESA_SHADER_COMPUTE] = iris_binder_reserve(ice, size); in iris_binder_reserve_compute()
H A Diris_binder.h55 uint32_t bt_offset[MESA_SHADER_STAGES]; member
H A Diris_blorp.c165 unsigned bt_offset = in blorp_alloc_binding_table() local
167 uint32_t *bt_map = binder->map + bt_offset; in blorp_alloc_binding_table()
171 *out_bt_offset = bt_offset; in blorp_alloc_binding_table()
H A Diris_state.c5106 uint32_t *bt_map = binder->map + binder->bt_offset[stage]; in iris_populate_binding_table()
6061 binder->bt_offset[stage] >> IRIS_BT_OFFSET_SHIFT; in iris_upload_dirty_render_state()
7171 .BindingTablePointer = binder->bt_offset[MESA_SHADER_COMPUTE], in iris_upload_compute_walker()
7294 binder->bt_offset[MESA_SHADER_COMPUTE] >> IRIS_BT_OFFSET_SHIFT; in iris_upload_gpgpu_walker()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_blorp_exec.c172 uint32_t *bt_offset, in blorp_alloc_binding_table()
187 *bt_offset = bt_state.offset; in blorp_alloc_binding_table()
170 blorp_alloc_binding_table(struct blorp_batch *batch, unsigned num_entries, unsigned state_size, unsigned state_alignment, uint32_t *bt_offset, uint32_t *surface_offsets, void **surface_maps) blorp_alloc_binding_table() argument
H A Danv_blorp.c1171 uint32_t *bt_offset) in binding_table_for_surface_state()
1185 *bt_offset = bt_state.offset; in binding_table_for_surface_state()
1169 binding_table_for_surface_state(struct anv_cmd_buffer *cmd_buffer, struct anv_state surface_state, uint32_t *bt_offset) binding_table_for_surface_state() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blorp.c177 uint32_t *bt_offset, in blorp_alloc_binding_table()
183 bt_offset, NULL); in blorp_alloc_binding_table()
173 blorp_alloc_binding_table(struct blorp_batch *blorp_batch, unsigned num_entries, unsigned state_size, unsigned state_alignment, uint32_t *bt_offset, uint32_t *surface_offsets, void **surface_maps) blorp_alloc_binding_table() argument
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h90 uint32_t *bt_offset, uint32_t *surface_offsets,

Completed in 21 milliseconds