Searched refs:populate_ppgtt_table (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | aub_write.c | 236 populate_ppgtt_table(struct aub_file *aub, struct aub_ppgtt_table *table, in populate_ppgtt_table() function 310 populate_ppgtt_table(aub, &aub->pml4, L4_index(l4_start), L4_index(l4_end), 4); in aub_map_ppgtt() 319 populate_ppgtt_table(aub, L3_table(l4), l3_start_idx, l3_end_idx, 3); in aub_map_ppgtt() 328 populate_ppgtt_table(aub, L2_table(l3), l2_start_idx, l2_end_idx, 2); in aub_map_ppgtt() 337 populate_ppgtt_table(aub, L1_table(l2), l1_start_idx, l1_end_idx, 1); in aub_map_ppgtt()
|