Lines Matching defs:map

1575    if (gfx->att_states.map == NULL) {
1585 next_state.map += ss_stride;
1593 next_state.map += ss_stride;
2572 struct anv_pipeline_bind_map *map = &shader->bind_map;
2573 if (map->surface_count == 0) {
2579 map->surface_count,
2581 uint32_t *bt_map = bt_state->map;
2583 if (bt_state->map == NULL)
2593 for (uint32_t s = 0; s < map->surface_count; s++) {
2594 struct anv_pipeline_binding *binding = &map->surface_to_descriptor[s];
2613 assert(surface_state.map);
2636 assert(surface_state.map);
2658 assert(surface_state.map);
2844 assert(surface_state.map);
2860 struct anv_pipeline_bind_map *map = &shader->bind_map;
2861 if (map->sampler_count == 0) {
2866 uint32_t size = map->sampler_count * 16;
2869 if (state->map == NULL)
2872 for (uint32_t s = 0; s < map->sampler_count; s++) {
2873 struct anv_pipeline_binding *binding = &map->sampler_to_descriptor[s];
2889 memcpy(state->map + (s * 16),
3531 if (mesh_prog_data->map.start_dw[VARYING_SLOT_VIEWPORT] >= 0) {
3636 GENX(SF_CLIP_VIEWPORT_pack)(NULL, sf_clip_state.map + i * 64, &sfv);
3672 GENX(CC_VIEWPORT_pack)(NULL, cc_state.map + i * 8, &cc_viewport);
3757 GENX(SCISSOR_RECT_pack)(NULL, scissor_state.map + i * 8,
3760 GENX(SCISSOR_RECT_pack)(NULL, scissor_state.map + i * 8, &scissor);
4122 ((uint32_t *)id_state.map)[0] = base_vertex;
4123 ((uint32_t *)id_state.map)[1] = base_instance;
4140 ((uint32_t *)state.map)[0] = draw_index;
5460 uint32_t *sizes = state.map;
5627 GFX_RT_DISPATCH_GLOBALS_pack(NULL, state.map, &rtdg);
5736 GFX_RT_DISPATCH_GLOBALS_pack(NULL, rtdg_state.map, &rtdg);
5740 memcpy(rtdg_state.map + BRW_RT_PUSH_CONST_OFFSET,
6907 gfx->null_surface_state.map,
6915 gfx->color_att[i].surface_state.state.map,