Searched refs:exec_idx (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer.cpp | 200 update_mem_for_exec(struct aub_mem *mem, struct aub_file *file, int exec_idx) in update_mem_for_exec() argument 213 while (iter < file->execs[exec_idx].start) { in update_mem_for_exec() 214 iter += aub_read_command(&read, iter, file->execs[exec_idx].start - iter); in update_mem_for_exec() 294 int exec_idx; member 685 update_batch_window(struct batch_window *window, bool reset, int exec_idx) in update_batch_window() argument 691 window->exec_idx = MAX2(MIN2(context.file->n_execs - 1, exec_idx), 0); in update_batch_window() 692 update_mem_for_exec(&window->mem, context.file, window->exec_idx); in update_batch_window() 751 if (ImGui::InputInt("Execbuf", &window->exec_idx)) in display_batch_window() 752 update_batch_window(window, true, window->exec_idx); in display_batch_window() 755 update_batch_window(window, true, window->exec_idx - 1); in display_batch_window() [all …]
|
/external/mesa3d/src/amd/compiler/ |
D | aco_insert_exec_mask.cpp | 1066 for (int exec_idx = ctx.info[idx].exec.size() - 2; exec_idx >= 0; exec_idx--) { in add_branch_code() local 1068 Temp exec_mask = ctx.info[idx].exec[exec_idx].first; in add_branch_code() 1071 ctx.info[idx].exec[exec_idx].first = exec_mask; in add_branch_code() 1072 if (ctx.info[idx].exec[exec_idx].second & mask_type_loop) in add_branch_code() 1094 for (int exec_idx = ctx.info[idx].exec.size() - 2; exec_idx >= 0; exec_idx--) { in add_branch_code() local 1095 if (ctx.info[idx].exec[exec_idx].second & mask_type_loop) in add_branch_code() 1098 Temp exec_mask = ctx.info[idx].exec[exec_idx].first; in add_branch_code() 1101 ctx.info[idx].exec[exec_idx].first = exec_mask; in add_branch_code()
|