Home
last modified time | relevance | path

Searched refs:work_reg_count (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.h60 rsd->properties.work_register_count = info->work_reg_count; in pan_shader_prepare_midgard_rsd()
126 (info->work_reg_count <= 32) ? in pan_shader_prepare_bifrost_rsd()
Dpan_blend.h90 unsigned work_reg_count; member
Dpan_blend.c752 variant->work_reg_count = info.work_reg_count; in GENX()
Dpan_blitter.c382 assert(b->work_reg_count <= full_threads); in pan_blitter_get_blend_shaders()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_ra.c102 ctx->info->work_reg_count = MAX2(ctx->info->work_reg_count, r.reg + 1); in index_to_reg()
669 ctx->info->work_reg_count = MAX2(ctx->info->work_reg_count, 3); in allocate_registers()
Dmidgard_compile.c3268 unsigned nr_registers = info->work_reg_count; in midgard_compile_shader_nir()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_ra.c509 ctx->info->work_reg_count = 32; in bi_register_allocate()
522 ctx->info->work_reg_count = 64; in bi_register_allocate()
Dbifrost_compile.c3154 bool full_threads = (ctx->arch == 7 && ctx->info->work_reg_count <= 32); in bi_print_stats()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h203 unsigned work_reg_count; member
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_clear.c204 cfg.properties.work_register_count = shader_info->work_reg_count; in panvk_meta_clear_attachments_emit_rsd()
Dpanvk_vX_cs.c719 cfg.properties.work_register_count = info->work_reg_count; in panvk_per_arch()
Dpanvk_vX_meta_copy.c287 cfg.properties.work_register_count = shader_info->work_reg_count; in panvk_meta_copy_to_img_emit_rsd()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c441 … cfg.properties.work_register_count = MAX2(fs->info.work_reg_count, 8); in panfrost_prepare_fs_state()
443 cfg.properties.work_register_count = fs->info.work_reg_count; in panfrost_prepare_fs_state()