Home
last modified time | relevance | path

Searched refs:ubo_mask (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
H A Dmir_promote_uniforms.c270 ctx->ubo_mask = ~0; in midgard_promote_uniforms()
286 ctx->ubo_mask = 0; in midgard_promote_uniforms()
296 ctx->ubo_mask |= BITSET_BIT(ubo); in midgard_promote_uniforms()
298 ctx->ubo_mask = ~0; in midgard_promote_uniforms()
306 ctx->ubo_mask |= BITSET_BIT(ubo); in midgard_promote_uniforms()
H A Dcompiler.h311 uint32_t ubo_mask; member
H A Dmidgard_ra.c1111 ctx->ubo_mask |= BITSET_BIT(ctx->info->push.words[idx].ubo); in mir_demote_uniforms()
H A Dmidgard_compile.c3329 info->ubo_mask = ctx->ubo_mask & ((1 << ctx->nir->info.num_ubos) - 1); in midgard_compile_shader_nir()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_push_ubo.c134 ctx->ubo_mask = 0; in bi_opt_push_ubo()
146 ctx->ubo_mask |= BITSET_BIT(ubo); in bi_opt_push_ubo()
148 ctx->ubo_mask = ~0; in bi_opt_push_ubo()
156 ctx->ubo_mask |= BITSET_BIT(ubo); in bi_opt_push_ubo()
H A Dbifrost_compile.c4984 ctx->ubo_mask = ~0; in bi_compile_variant_nir()
5238 info->ubo_mask |= ctx->ubo_mask; in bi_compile_variant()
5339 info->ubo_mask &= (1 << nir->info.num_ubos) - 1; in bifrost_compile_shader_nir()
H A Dcompiler.h806 uint32_t ubo_mask; member
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.h374 uint32_t ubo_mask; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c3913 const uint32_t ubo_mask = rebind_mask ? in rebind_buffer() local
3917 u_foreach_bit(shader, ubo_mask >> TC_BINDING_UBO_VS) { in rebind_buffer()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1506 u_foreach_bit(ubo, ss->info.ubo_mask & buf->enabled_mask) { in panfrost_emit_const_buf()

Completed in 39 milliseconds