Searched refs:PAN_MAX_PUSH (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_ir.h119 #define PAN_MAX_PUSH 64 macro
131 struct panfrost_ubo_word words[PAN_MAX_PUSH];
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_opt_push_ubo.c110 if (push->count > PAN_MAX_PUSH - range)
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmir_promote_uniforms.c101 unsigned max_words = MIN2(PAN_MAX_PUSH, max_qwords * 4);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c356 uint32_t pushvals[PAN_MAX_PUSH];

Completed in 6 milliseconds