Home
last modified time | relevance | path

Searched defs:sysval_ubo (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1583 unsigned sysval_ubo = ctx->inputs->fixed_sysval_ubo >= 0 ? in emit_sysval_read() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c1483 unsigned sysval_ubo = sys_size ? ubo_count : ~0; in panfrost_emit_const_buf() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c666 unsigned sysval_ubo = b->shader->inputs->fixed_sysval_ubo >= 0 ? in bi_load_sysval_to() local
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_private.h817 unsigned sysval_ubo; member