Searched refs:per_primitive_pitch_dw (Results 1 – 3 of 3) sorted by relevance
419 map->per_primitive_pitch_dw = ALIGN(map->per_primitive_header_size_dw + in brw_compute_mue_map()423 map->per_primitive_pitch_dw * map->max_primitives, 8); in brw_compute_mue_map()486 map->per_primitive_pitch_dw); in brw_print_mue_map()493 offset < map->per_primitive_start_dw + map->per_primitive_pitch_dw) { in brw_print_mue_map()665 nir_imul_imm(b, index_src->ssa, map->per_primitive_pitch_dw)); in brw_nir_adjust_offset_for_arrayed_indices_instr()
1453 uint32_t per_primitive_pitch_dw; member
2274 mesh.PerPrimitiveDataPresent = mesh_prog_data->map.per_primitive_pitch_dw > 0; in emit_mesh_state()2275 mesh.PerPrimitiveDataPitch = mesh_prog_data->map.per_primitive_pitch_dw / 8; in emit_mesh_state()