Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c37 uint8_t *surface_offsets; member
115 uint32_t surface_index = state->set[set].surface_offsets[binding]; in lower_res_index_intrinsic()
201 tex->texture_index = state->set[set].surface_offsets[binding]; in lower_tex()
283 state.set[s].surface_offsets = rzalloc_array(mem_ctx, uint8_t, count); in anv_nir_apply_pipeline_layout()
323 state.set[set].surface_offsets[b] = surface; in anv_nir_apply_pipeline_layout()
367 &map->surface_to_descriptor[state.set[set].surface_offsets[binding]]; in anv_nir_apply_pipeline_layout()
DgenX_blorp_exec.c84 uint32_t *surface_offsets, void **surface_maps) in blorp_alloc_binding_table() argument
100 surface_offsets[i] = surface_state.offset; in blorp_alloc_binding_table()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_blorp_exec.c108 uint32_t *bt_offset, uint32_t *surface_offsets, in blorp_alloc_binding_table() argument
121 &(surface_offsets)[i]); in blorp_alloc_binding_table()
122 bt_map[i] = surface_offsets[i]; in blorp_alloc_binding_table()
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h67 uint32_t *bt_offset, uint32_t *surface_offsets,
1123 uint32_t bind_offset, surface_offsets[2]; in blorp_emit_surface_states() local
1132 &bind_offset, surface_offsets, surface_maps); in blorp_emit_surface_states()
1137 surface_offsets[BLORP_RENDERBUFFER_BT_INDEX], in blorp_emit_surface_states()
1150 surface_offsets[BLORP_TEXTURE_BT_INDEX], false); in blorp_emit_surface_states()