Searched refs:is_bifrost (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_trace.h29 void pantrace_submit_job(mali_ptr jc, unsigned core_req, unsigned is_bifrost);
H A Dpan_trace.c85 pantrace_submit_job(mali_ptr jc, unsigned core_req, unsigned is_bifrost) argument
91 jc, core_req, is_bifrost);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Dcmdline.c138 unsigned is_bifrost; local in function:pandecode_read_job_submit
140 sscanf(line, "JS %" PRIx64 " %x %x", &addr, &core_req, &is_bifrost);
141 pandecode_replay_jc(addr, is_bifrost);
H A Ddecode.c1086 bool is_bifrost)
1095 if (is_bifrost) {
1111 char *suffix, bool is_bifrost)
1121 if (is_bifrost)
1144 if (is_bifrost) {
1160 if (is_bifrost) {
1187 if (is_bifrost)
1229 if (is_bifrost) {
1253 if (!is_bifrost) {
1335 pandecode_shader_disassemble(shader_ptr, job_no, job_type, is_bifrost);
1085 pandecode_shader_disassemble(mali_ptr shader_ptr,int shader_no,int type,bool is_bifrost) 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
1874 pandecode_replay_fragment_job(const struct pandecode_mapped_memory * mem,mali_ptr payload,int job_no,bool is_bifrost) argument
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst464 - pan/lower_blend: Rename is_bifrost->scalar

Completed in 11 milliseconds