Home
last modified time | relevance | path

Searched refs:no_ubo_to_push (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_indirect_dispatch.c151 .no_ubo_to_push = true, in GENX()
Dpan_indirect_draw.c1121 .no_ubo_to_push = true, in create_indirect_draw_shader()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h192 bool no_ubo_to_push; member
/third_party/mesa3d/src/panfrost/midgard/
Dmir_promote_uniforms.c267 if (ctx->inputs->no_ubo_to_push) { in midgard_promote_uniforms()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_copy.c449 .no_ubo_to_push = true, in panvk_meta_copy_img2img_shader()
984 .no_ubo_to_push = true, in panvk_meta_copy_buf2img_shader()
1431 .no_ubo_to_push = true, in panvk_meta_copy_img2buf_shader()
1659 .no_ubo_to_push = true, in panvk_meta_copy_buf2buf_shader()
1788 .no_ubo_to_push = true, in panvk_meta_fill_buf_shader()
Dpanvk_vX_shader.c270 .no_ubo_to_push = true, in panvk_per_arch()
Dpanvk_vX_meta_clear.c58 .no_ubo_to_push = true, in panvk_meta_clear_color_attachment_shader()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1105 assert(b->shader->inputs->no_ubo_to_push && "can't mix push constant forms"); in bi_emit_load_push_constant()
5035 if (optimize && !ctx->inputs->no_ubo_to_push) { in bi_compile_variant_nir()
5060 if (!ctx->inputs->no_ubo_to_push) in bi_compile_variant_nir()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst697 - pan/bi: Don't reorder push with no_ubo_to_push