Searched refs:exec_idx (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer.cpp202 update_mem_for_exec(struct aub_mem *mem, struct aub_file *file, int exec_idx) argument
215 while (iter < file->execs[exec_idx].start) {
216 iter += aub_read_command(&read, iter, file->execs[exec_idx].start - iter);
296 int exec_idx; member in struct:batch_window
687 update_batch_window(struct batch_window *window, bool reset, int exec_idx) argument
693 window->exec_idx = MAX2(MIN2(context.file->n_execs - 1, exec_idx), 0);
694 update_mem_for_exec(&window->mem, context.file, window->exec_idx);
753 if (ImGui::InputInt("Execbuf", &window->exec_idx))
754 update_batch_window(window, true, window->exec_idx);
800 new_batch_window(int exec_idx) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer.cpp200 update_mem_for_exec(struct aub_mem *mem, struct aub_file *file, int exec_idx) argument
213 while (iter < file->execs[exec_idx].start) {
214 iter += aub_read_command(&read, iter, file->execs[exec_idx].start - iter);
294 int exec_idx; member in struct:batch_window
685 update_batch_window(struct batch_window *window, bool reset, int exec_idx) argument
691 window->exec_idx = MAX2(MIN2(context.file->n_execs - 1, exec_idx), 0);
692 update_mem_for_exec(&window->mem, context.file, window->exec_idx);
751 if (ImGui::InputInt("Execbuf", &window->exec_idx))
752 update_batch_window(window, true, window->exec_idx);
798 new_batch_window(int exec_idx) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_exec_mask.cpp552 for (unsigned exec_idx = 0; exec_idx < info.num_exec_masks; exec_idx++) { local in function:aco::__anon045cfe6e0110::add_coupling_code
553 Operand same = ctx.info[preds[0]].exec[exec_idx].first;
554 uint8_t type = ctx.info[header_preds[0]].exec[exec_idx].second;
558 if (ctx.info[preds[i]].exec[exec_idx].first != same)
569 if (exec_idx == info.num_exec_masks - 1u) {
573 phi->operands[i] = get_exec_op(ctx.info[preds[i]].exec[exec_idx].first);
1049 for (int exec_idx = ctx.info[idx].exec.size() - 2; exec_idx > local in function:aco::__anon045cfe6e0110::add_branch_code
1077 for (int exec_idx = ctx.info[idx].exec.size() - 2; exec_idx >= 0; exec_idx--) { local in function:aco::__anon045cfe6e0110::add_branch_code
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c2307 for (unsigned exec_idx = 0; exec_idx < prop_count; exec_idx++) { local in function:radv_dump_shader_stats
2308 if (!(props[exec_idx].stages & mesa_to_vk_shader_stage(stage)))
2316 exec_info.executableIndex = exec_idx;

Completed in 10 milliseconds