Searched refs:surface_offsets (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_nir_apply_pipeline_layout.c | 37 uint8_t *surface_offsets; member 115 uint32_t surface_index = state->set[set].surface_offsets[binding]; in lower_res_index_intrinsic() 260 tex->texture_index = state->set[set].surface_offsets[binding]; in lower_tex() 348 state.set[s].surface_offsets = rzalloc_array(mem_ctx, uint8_t, count); in anv_nir_apply_pipeline_layout() 393 state.set[set].surface_offsets[b] = surface; in anv_nir_apply_pipeline_layout() 444 &map->surface_to_descriptor[state.set[set].surface_offsets[binding]]; in anv_nir_apply_pipeline_layout()
|
D | genX_blorp_exec.c | 96 uint32_t *surface_offsets, void **surface_maps) in blorp_alloc_binding_table() argument 116 surface_offsets[i] = surface_state.offset; in blorp_alloc_binding_table()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_blorp_exec.c | 125 uint32_t *bt_offset, uint32_t *surface_offsets, in blorp_alloc_binding_table() argument 138 &(surface_offsets)[i]); in blorp_alloc_binding_table() 139 bt_map[i] = surface_offsets[i]; in blorp_alloc_binding_table()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_genX_exec.h | 71 uint32_t *bt_offset, uint32_t *surface_offsets, 1355 uint32_t bind_offset, surface_offsets[2]; in blorp_emit_surface_states() local 1365 &bind_offset, surface_offsets, surface_maps); in blorp_emit_surface_states() 1370 surface_offsets[BLORP_RENDERBUFFER_BT_INDEX], in blorp_emit_surface_states() 1385 surface_offsets[BLORP_TEXTURE_BT_INDEX], in blorp_emit_surface_states()
|