Searched refs:bt_offset (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_binder.c | 178 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 D | iris_binder.h | 55 uint32_t bt_offset[MESA_SHADER_STAGES]; member
|
H A D | iris_blorp.c | 165 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 D | iris_state.c | 5106 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 D | genX_blorp_exec.c | 172 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 D | anv_blorp.c | 1171 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 D | crocus_blorp.c | 177 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 D | blorp_genX_exec.h | 90 uint32_t *bt_offset, uint32_t *surface_offsets,
|
Completed in 21 milliseconds