• Home
  • Raw
  • Download

Lines Matching defs:job_no

292 pandecode_sfbd(uint64_t gpu_va, int job_no, bool is_fragment, unsigned gpu_id)  in pandecode_sfbd()
328 pandecode_compute_fbd(uint64_t gpu_va, int job_no) in pandecode_compute_fbd()
336 pandecode_render_target(uint64_t gpu_va, unsigned job_no, bool is_bifrost, unsigned gpu_id, in pandecode_render_target()
355 pandecode_mfbd_bifrost_deps(const void *fb, int job_no) in pandecode_mfbd_bifrost_deps()
386 pandecode_mfbd_bfr(uint64_t gpu_va, int job_no, bool is_fragment, bool is_compute, bool is_bifrost,… in pandecode_mfbd_bfr()
452 mali_ptr addr, int job_no, char *suffix, in pandecode_attributes()
496 pandecode_bifrost_blend(void *descs, int job_no, int rt_no, mali_ptr frag_shader) in pandecode_bifrost_blend()
507 pandecode_midgard_blend_mrt(void *descs, int job_no, int rt_no) in pandecode_midgard_blend_mrt()
604 pandecode_uniform_buffers(mali_ptr pubufs, int ubufs_count, int job_no) in pandecode_uniform_buffers()
764 unsigned job_no, unsigned tex) in pandecode_texture()
782 unsigned job_no, in pandecode_bifrost_texture()
827 pandecode_blend_shader_disassemble(mali_ptr shader, int job_no, int job_type, in pandecode_blend_shader_disassemble()
851 pandecode_textures(mali_ptr textures, unsigned texture_count, int job_no, bool is_bifrost) in pandecode_textures()
894 pandecode_samplers(mali_ptr samplers, unsigned sampler_count, int job_no, bool is_bifrost) in pandecode_samplers()
914 int job_no, enum mali_job_type job_type, in pandecode_vertex_tiler_postfix_pre()
1079 pandecode_bifrost_tiler_heap(mali_ptr gpu_va, int job_no) in pandecode_bifrost_tiler_heap()
1087 pandecode_bifrost_tiler(mali_ptr gpu_va, int job_no) in pandecode_bifrost_tiler()
1119 mali_ptr job, int job_no, bool is_bifrost, in pandecode_vertex_compute_geometry_job()
1139 mali_ptr job, int job_no, unsigned gpu_id) in pandecode_tiler_job_bfr()
1164 mali_ptr job, int job_no, unsigned gpu_id) in pandecode_tiler_job_mdg()
1185 mali_ptr job, int job_no, in pandecode_fragment_job()
1260 mali_ptr job, int job_no) in pandecode_write_value_job()
1293 int job_no = job_descriptor_number++; in pandecode_jc() local