Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c148 uint32_t *surface_offsets, in blorp_alloc_binding_table() argument
161 &surface_offsets[i], NULL); in blorp_alloc_binding_table()
162 bt_map[i] = surface_offsets[i] - (uint32_t) binder->bo->gtt_offset; in blorp_alloc_binding_table()
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c58 uint8_t *surface_offsets; member
169 uint32_t surface_index = state->set[set].surface_offsets[binding]; in find_descriptor_for_index_src()
220 uint32_t surface_index = state->set[set].surface_offsets[binding]; in build_index_for_res_reindex()
368 uint32_t surface_index = state->set[set].surface_offsets[binding]; in lower_res_index_intrinsic()
765 unsigned binding_offset = state->set[set].surface_offsets[binding]; in lower_image_intrinsic()
884 binding_offset = state->set[set].surface_offsets[binding]; in lower_tex_deref()
1177 state.set[s].surface_offsets = rzalloc_array(mem_ctx, uint8_t, count); in anv_nir_apply_pipeline_layout()
1278 state.set[set].surface_offsets[b] = BINDLESS_OFFSET; in anv_nir_apply_pipeline_layout()
1280 state.set[set].surface_offsets[b] = map->surface_count; in anv_nir_apply_pipeline_layout()
1357 if (state.set[set].surface_offsets[binding] >= MAX_BINDING_TABLE_SIZE) in anv_nir_apply_pipeline_layout()
[all …]
DgenX_blorp_exec.c112 uint32_t *surface_offsets, void **surface_maps) in blorp_alloc_binding_table() argument
132 surface_offsets[i] = surface_state.offset; in blorp_alloc_binding_table()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_blorp_exec.c133 uint32_t *bt_offset, uint32_t *surface_offsets, in blorp_alloc_binding_table() argument
146 &(surface_offsets)[i]); in blorp_alloc_binding_table()
147 bt_map[i] = surface_offsets[i]; in blorp_alloc_binding_table()
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h75 uint32_t *bt_offset, uint32_t *surface_offsets,
1532 uint32_t bind_offset = 0, surface_offsets[2]; in blorp_emit_surface_states() local
1542 &bind_offset, surface_offsets, surface_maps); in blorp_emit_surface_states()
1548 surface_offsets[BLORP_RENDERBUFFER_BT_INDEX], in blorp_emit_surface_states()
1564 surface_offsets[BLORP_TEXTURE_BT_INDEX], in blorp_emit_surface_states()