Home
last modified time | relevance | path

Searched refs:surface_offsets (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blorp.c178 uint32_t *surface_offsets, in blorp_alloc_binding_table() argument
188 &(surface_offsets)[i], NULL); in blorp_alloc_binding_table()
189 bt_map[i] = surface_offsets[i]; in blorp_alloc_binding_table()
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c59 uint8_t *surface_offsets; member
209 surface_index = state->set[set].surface_offsets[binding]; in descriptor_has_bti()
356 uint32_t surface_index = state->set[set].surface_offsets[binding]; in build_res_index()
1015 unsigned binding_offset = state->set[set].surface_offsets[binding]; in lower_image_intrinsic()
1129 binding_offset = state->set[set].surface_offsets[binding]; in lower_tex_deref()
1438 state.set[s].surface_offsets = rzalloc_array(mem_ctx, uint8_t, count); in anv_nir_apply_pipeline_layout()
1537 state.set[set].surface_offsets[b] = BINDLESS_OFFSET; in anv_nir_apply_pipeline_layout()
1539 state.set[set].surface_offsets[b] = map->surface_count; in anv_nir_apply_pipeline_layout()
1610 if (state.set[set].surface_offsets[binding] >= MAX_BINDING_TABLE_SIZE) in anv_nir_apply_pipeline_layout()
1614 &map->surface_to_descriptor[state.set[set].surface_offsets[binding]]; in anv_nir_apply_pipeline_layout()
DgenX_blorp_exec.c173 uint32_t *surface_offsets, void **surface_maps) in blorp_alloc_binding_table() argument
193 surface_offsets[i] = surface_state.offset; in blorp_alloc_binding_table()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c158 uint32_t *surface_offsets, in blorp_alloc_binding_table() argument
176 &surface_offsets[i], NULL); in blorp_alloc_binding_table()
177 bt_map[i] = surface_offsets[i] - surf_base_offset; in blorp_alloc_binding_table()
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h90 uint32_t *bt_offset, uint32_t *surface_offsets,
1602 uint32_t surface_offsets[2], bind_offset = 0; in blorp_setup_binding_table() local
1612 &bind_offset, surface_offsets, surface_maps); in blorp_setup_binding_table()
1618 surface_offsets[BLORP_RENDERBUFFER_BT_INDEX], in blorp_setup_binding_table()
1634 surface_offsets[BLORP_TEXTURE_BT_INDEX], in blorp_setup_binding_table()