Lines Matching refs:gpu_id
292 pandecode_sfbd(uint64_t gpu_va, int job_no, bool is_fragment, unsigned gpu_id) in pandecode_sfbd() argument
312 bool has_hierarchy = !(gpu_id == 0x0720 || gpu_id == 0x0820 || gpu_id == 0x0830); in pandecode_sfbd()
336 pandecode_render_target(uint64_t gpu_va, unsigned job_no, bool is_bifrost, unsigned gpu_id, in pandecode_render_target() argument
386 …r(uint64_t gpu_va, int job_no, bool is_fragment, bool is_compute, bool is_bifrost, unsigned gpu_id) in pandecode_mfbd_bfr() argument
445 pandecode_render_target(gpu_va, job_no, is_bifrost, gpu_id, ¶ms); in pandecode_mfbd_bfr()
649 bool is_bifrost, unsigned gpu_id) in pandecode_shader_disassemble() argument
682 code, sz, gpu_id, in pandecode_shader_disassemble()
828 bool is_bifrost, unsigned gpu_id) in pandecode_blend_shader_disassemble() argument
831 pandecode_shader_disassemble(shader, job_no, job_type, is_bifrost, gpu_id); in pandecode_blend_shader_disassemble()
915 char *suffix, bool is_bifrost, unsigned gpu_id) in pandecode_vertex_tiler_postfix_pre() argument
928 … job_no, false, job_type == MALI_JOB_TYPE_COMPUTE, is_bifrost, gpu_id); in pandecode_vertex_tiler_postfix_pre()
932 fbd_info = pandecode_sfbd((u64) (uintptr_t) p->fbd, job_no, false, gpu_id); in pandecode_vertex_tiler_postfix_pre()
959 …o = pandecode_shader_disassemble(state.shader.shader & ~0xF, job_no, job_type, is_bifrost, gpu_id); in pandecode_vertex_tiler_postfix_pre()
999 … pandecode_blend_shader_disassemble(shader, job_no, job_type, false, gpu_id); in pandecode_vertex_tiler_postfix_pre()
1022 is_bifrost, gpu_id); in pandecode_vertex_tiler_postfix_pre()
1120 unsigned gpu_id) in pandecode_vertex_compute_geometry_job() argument
1124 pandecode_vertex_tiler_postfix_pre(&draw, job_no, h->type, "", is_bifrost, gpu_id); in pandecode_vertex_compute_geometry_job()
1139 mali_ptr job, int job_no, unsigned gpu_id) in pandecode_tiler_job_bfr() argument
1144 pandecode_vertex_tiler_postfix_pre(&draw, job_no, h->type, "", true, gpu_id); in pandecode_tiler_job_bfr()
1164 mali_ptr job, int job_no, unsigned gpu_id) in pandecode_tiler_job_mdg() argument
1168 pandecode_vertex_tiler_postfix_pre(&draw, job_no, h->type, "", false, gpu_id); in pandecode_tiler_job_mdg()
1186 bool is_bifrost, unsigned gpu_id) in pandecode_fragment_job() argument
1200 true, false, is_bifrost, gpu_id); in pandecode_fragment_job()
1203 true, gpu_id); in pandecode_fragment_job()
1278 pandecode_jc(mali_ptr jc_gpu_va, bool bifrost, unsigned gpu_id, bool minimal) in pandecode_jc() argument
1309 pandecode_tiler_job_bfr(&h, mem, jc_gpu_va, job_no, gpu_id); in pandecode_jc()
1311 pandecode_tiler_job_mdg(&h, mem, jc_gpu_va, job_no, gpu_id); in pandecode_jc()
1317 bifrost, gpu_id); in pandecode_jc()
1321 pandecode_fragment_job(mem, jc_gpu_va, job_no, bifrost, gpu_id); in pandecode_jc()