Home
last modified time | relevance | path

Searched refs:push_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_push_ubo.c240 if (word >= ctx->info.push_offset) in bi_create_fau_interference_graph()
289 unsigned push_offset = ctx->info.push_offset; in bi_opt_reorder_push() local
293 for (unsigned i = push_offset; i < push->count; ++i) { in bi_opt_reorder_push()
321 for (unsigned i = 0; i < push_offset; ++i) { in bi_opt_reorder_push()
326 assert(ordering[i] >= push_offset); in bi_opt_reorder_push()
327 old_to_new[ordering[i]] = push_offset + i; in bi_opt_reorder_push()
345 push->words[push_offset + i] = old.words[ordering[i]]; in bi_opt_reorder_push()
347 push->count = push_offset + pushed; in bi_opt_reorder_push()
Dcompiler.h750 unsigned push_offset; member
Dbifrost_compile.c5201 .push_offset = info->push.count in bi_compile_variant()