Searched refs:job_type (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_fragment.c | 45 .job_type = JOB_TYPE_FRAGMENT,
|
| H A D | pan_context.c | 628 .job_type = is_tiler ? JOB_TYPE_TILER : JOB_TYPE_VERTEX, 670 .job_type = JOB_TYPE_SET_VALUE,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | decode.c | 283 int job_no, enum mali_job_type job_type, 371 int count, bool varying, enum mali_job_type job_type) 712 pandecode_blend_shader_disassemble(mali_ptr shader, int job_no, int job_type, argument 716 pandecode_shader_disassemble(shader, job_no, job_type, gpu_id); 794 int job_no, enum mali_job_type job_type, 809 if (job_type != MALI_JOB_TYPE_TILER) { 830 pandecode_shader_disassemble(state.shader.shader & ~0xF, job_no, job_type, gpu_id); 833 bool idvs = (job_type == MALI_JOB_TYPE_INDEXED_VERTEX); 836 pandecode_shader_disassemble(state.secondary_shader, job_no, job_type, gpu_id); 859 pandecode_blend_shader_disassemble(shader, job_no, job_type, gpu_i 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 793 pandecode_dcd(const struct MALI_DRAW * p,int job_no,enum mali_job_type job_type,char * suffix,unsigned gpu_id) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 1110 int job_no, enum mali_job_type job_type, 1267 if (job_type == JOB_TYPE_TILER) { 1335 pandecode_shader_disassemble(shader_ptr, job_no, job_type, is_bifrost); 1338 pandecode_shader_disassemble(s->blend_shader & ~0xF, job_no, job_type, false); 1705 pandecode_replay_gl_enables(uint32_t gl_enables, int job_type) argument 1709 if (job_type == JOB_TYPE_TILER) { 1773 pandecode_replay_vertex_tiler_postfix_pre(&v->postfix, job_no, h->job_type, "", true); 1800 pandecode_replay_vertex_tiler_postfix_pre(&t->postfix, job_no, h->job_type, "", true); 1834 pandecode_replay_vertex_tiler_postfix_pre(&v->postfix, job_no, h->job_type, "", false); 1847 pandecode_replay_gl_enables(v->gl_enables, h->job_type); 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 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/ |
| H A D | panfrost-job.h | 612 enum mali_job_type job_type : 7;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 416 - panfrost: XMLify job_type
|
Completed in 18 milliseconds