Searched refs:job_no (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c197 pandecode_sfbd(uint64_t gpu_va, int job_no, bool is_fragment, unsigned gpu_id) argument
234 pandecode_local_storage(uint64_t gpu_va, int job_no) argument
242 pandecode_render_target(uint64_t gpu_va, unsigned job_no, unsigned gpu_id, argument
263 pandecode_sample_locations(const void *fb, int job_no) argument
283 int job_no, enum mali_job_type job_type,
288 pandecode_mfbd_bfr(uint64_t gpu_va, int job_no, bool is_fragment, unsigned gpu_id) argument
297 pandecode_sample_locations(fb, job_no);
308 pandecode_dcd(&draw, job_no, MALI_JOB_TYPE_FRAGMENT, "", gpu_id);
315 pandecode_dcd(&draw, job_no, MALI_JOB_TYPE_FRAGMENT, "", gpu_id);
322 pandecode_dcd(&draw, job_no, MALI_JOB_TYPE_FRAGMEN
369 pandecode_attributes(const struct pandecode_mapped_memory * mem,mali_ptr addr,int job_no,char * suffix,int count,bool varying,enum mali_job_type job_type) argument
417 pandecode_bifrost_blend(void * descs,int job_no,int rt_no,mali_ptr frag_shader) argument
428 pandecode_midgard_blend_mrt(void * descs,int job_no,int rt_no) argument
515 pandecode_uniform_buffers(mali_ptr pubufs,int ubufs_count,int job_no) argument
673 pandecode_texture(mali_ptr u,struct pandecode_mapped_memory * tmem,unsigned job_no,unsigned tex) argument
693 pandecode_bifrost_texture(const void * cl,unsigned job_no,unsigned tex) argument
712 pandecode_blend_shader_disassemble(mali_ptr shader,int job_no,int job_type,unsigned gpu_id) argument
736 pandecode_textures(mali_ptr textures,unsigned texture_count,int job_no) argument
780 pandecode_samplers(mali_ptr samplers,unsigned sampler_count,int job_no) argument
793 pandecode_dcd(const struct MALI_DRAW * p,int job_no,enum mali_job_type job_type,char * suffix,unsigned gpu_id) argument
951 pandecode_vertex_compute_geometry_job(const struct MALI_JOB_HEADER * h,const struct pandecode_mapped_memory * mem,mali_ptr job,int job_no,unsigned gpu_id) argument
970 pandecode_bifrost_tiler_heap(mali_ptr gpu_va,int job_no) argument
978 pandecode_bifrost_tiler(mali_ptr gpu_va,int job_no) argument
998 pandecode_indexed_vertex_job(const struct MALI_JOB_HEADER * h,const struct pandecode_mapped_memory * mem,mali_ptr job,int job_no,unsigned gpu_id) argument
1030 pandecode_tiler_job_bfr(const struct MALI_JOB_HEADER * h,const struct pandecode_mapped_memory * mem,mali_ptr job,int job_no,unsigned gpu_id) argument
1055 pandecode_tiler_job_mdg(const struct MALI_JOB_HEADER * h,const struct pandecode_mapped_memory * mem,mali_ptr job,int job_no,unsigned gpu_id) argument
1078 pandecode_fragment_job(const struct pandecode_mapped_memory * mem,mali_ptr job,int job_no,unsigned gpu_id) argument
1126 pandecode_write_value_job(const struct pandecode_mapped_memory * mem,mali_ptr job,int job_no) argument
1136 pandecode_cache_flush_job(const struct pandecode_mapped_memory * mem,mali_ptr job,int job_no) argument
1167 int job_no = job_descriptor_number++; local in function:GENX
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c406 pandecode_replay_sfbd(uint64_t gpu_va, int job_no) argument
411 pandecode_log("struct mali_single_framebuffer framebuffer_%d = {\n", job_no);
530 pandecode_replay_mfbd_bfr(uint64_t gpu_va, int job_no) argument
551 pandecode_log("uint16_t sample_locations_%d[] = {\n", job_no);
562 pandecode_log("struct bifrost_framebuffer framebuffer_%d = {\n", job_no);
568 pandecode_prop("sample_locations = sample_locations_%d", job_no);
572 /*pandecode_prop("unknown1 = unknown1_%d_p", job_no - 1);
573 pandecode_prop("tiler_meta = tiler_meta_%d_p", job_no - 1);*/
617 pandecode_log("struct bifrost_fb_extra fb_extra_%d = {\n", job_no);
694 pandecode_log("struct bifrost_render_target rts_list_%d[] = {\n", job_no);
761 pandecode_replay_attributes(const struct pandecode_mapped_memory * mem,mali_ptr addr,int job_no,char * suffix,int count,bool varying) argument
880 pandecode_replay_attribute_meta(int job_no,int count,const struct mali_vertex_tiler_postfix * v,bool varying,char * suffix) argument
923 pandecode_replay_indices(uintptr_t pindices,uint32_t index_count,int job_no) argument
957 pandecode_replay_vertex_tiler_prefix(struct mali_vertex_tiler_prefix * p,int job_no) argument
1011 pandecode_replay_uniform_buffers(mali_ptr pubufs,int ubufs_count,int job_no) argument
1064 pandecode_replay_scratchpad(uintptr_t pscratchpad,int job_no,char * suffix) argument
1109 pandecode_replay_vertex_tiler_postfix_pre(const struct mali_vertex_tiler_postfix * p,int job_no,enum mali_job_type job_type,char * suffix,bool is_bifrost) argument
1572 pandecode_replay_vertex_tiler_postfix(const struct mali_vertex_tiler_postfix * p,int job_no,bool is_bifrost) argument
1634 pandecode_replay_tiler_heap_meta(mali_ptr gpu_va,int job_no) argument
1672 pandecode_replay_tiler_meta(mali_ptr gpu_va,int job_no) argument
1738 pandecode_replay_tiler_only_bfr(const struct bifrost_tiler_only * t,int job_no) argument
1767 pandecode_replay_vertex_job_bfr(const struct mali_job_descriptor_header * h,const struct pandecode_mapped_memory * mem,mali_ptr payload,int job_no) argument
1794 pandecode_replay_tiler_job_bfr(const struct mali_job_descriptor_header * h,const struct pandecode_mapped_memory * mem,mali_ptr payload,int job_no) argument
1824 pandecode_replay_vertex_or_tiler_job_mdg(const struct mali_job_descriptor_header * h,const struct pandecode_mapped_memory * mem,mali_ptr payload,int job_no) argument
1874 pandecode_replay_fragment_job(const struct pandecode_mapped_memory * mem,mali_ptr payload,int job_no,bool is_bifrost) argument
1972 int job_no = job_descriptor_number++; local in function:pandecode_replay_jc
[all...]

Completed in 5 milliseconds