Searched refs:ubo_mask (Results 1 – 13 of 13) sorted by relevance
270 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()
311 uint32_t ubo_mask; member
1111 ctx->ubo_mask |= BITSET_BIT(ctx->info->push.words[idx].ubo); in mir_demote_uniforms()
3329 info->ubo_mask = ctx->ubo_mask & ((1 << ctx->nir->info.num_ubos) - 1); in midgard_compile_shader_nir()
134 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()
806 uint32_t ubo_mask; member
4984 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()
374 uint32_t ubo_mask; member
107 - panfrost: Fix ubo_mask calculation
1554 - panfrost: Fix ubo_mask calculation
1770 - panfrost: Fix ubo_mask calculation
3913 const uint32_t ubo_mask = rebind_mask ? in rebind_buffer() local3917 u_foreach_bit(shader, ubo_mask >> TC_BINDING_UBO_VS) { in rebind_buffer()
1506 u_foreach_bit(ubo, ss->info.ubo_mask & buf->enabled_mask) { in panfrost_emit_const_buf()