| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_regs_to_ssa.c | 224 impl->reg_alloc);
|
| H A D | nir_clone.c | 676 nfi->reg_alloc = fi->reg_alloc;
|
| H A D | nir_validate.c | 1408 validate_assert(state, reg->index < state->impl->reg_alloc); 1615 BITSET_WORD, BITSET_WORDS(impl->reg_alloc)); 1616 memset(state->regs_found, 0, BITSET_WORDS(impl->reg_alloc) *
|
| H A D | nir.c | 168 reg->index = impl->reg_alloc++; 460 impl->reg_alloc = 0; 1298 impl->reg_alloc = index;
|
| H A D | nir_serialize.c | 1915 blob_write_uint32(ctx->blob, fi->reg_alloc); 1931 fi->reg_alloc = blob_read_uint32(ctx->blob);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir_ra.c | 135 unsigned max_nodes = impl->ssa_alloc + impl->reg_alloc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_regs_to_ssa.c | 225 state.values = malloc(impl->reg_alloc * sizeof(*state.values));
|
| H A D | nir_validate.c | 969 validate_assert(state, reg->index < state->impl->reg_alloc); 1139 BITSET_WORDS(impl->reg_alloc) * 1141 memset(state->regs_found, 0, BITSET_WORDS(impl->reg_alloc) *
|
| H A D | nir_clone.c | 648 nfi->reg_alloc = fi->reg_alloc;
|
| H A D | nir.c | 95 reg->index = impl->reg_alloc++; 284 impl->reg_alloc = 0; 920 impl->reg_alloc = index;
|
| H A D | nir_serialize.c | 1017 blob_write_uint32(ctx->blob, fi->reg_alloc); 1031 fi->reg_alloc = blob_read_uint32(ctx->blob);
|
| H A D | nir.h | 2234 unsigned reg_alloc; member in struct:__anon3bab288a3308
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | compiler.h | 631 unsigned reg_alloc; member in struct:__anon9a2e09911508 689 return (MAX2(ctx->reg_alloc, ctx->ssa_alloc) + 2) << 1; 701 return bi_get_index(ctx->reg_alloc++, true, 0);
|
| H A D | bifrost_compile.c | 3742 ctx->reg_alloc += func->impl->reg_alloc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | nir.c | 365 gpir_compiler *comp = gpir_compiler_create(prog, func->reg_alloc, func->ssa_alloc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | nir.c | 457 ppir_compiler *comp = ppir_compiler_create(prog, func->reg_alloc, func->ssa_alloc);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | compiler.h | 456 return ((ctx->func->impl->reg_alloc + ctx->temp_alloc++) << 1) | PAN_IS_REG;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | nir.c | 454 gpir_compiler *comp = gpir_compiler_create(prog, func->reg_alloc, func->ssa_alloc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | nir.c | 882 ppir_compiler *comp = ppir_compiler_create(prog, func->reg_alloc, func->ssa_alloc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_nir.cpp | 52 nir_locals = ralloc_array(mem_ctx, dst_reg, impl->reg_alloc); 53 for (unsigned i = 0; i < impl->reg_alloc; i++) {
|
| H A D | brw_fs_nir.cpp | 338 nir_locals = ralloc_array(mem_ctx, fs_reg, impl->reg_alloc); 339 for (unsigned i = 0; i < impl->reg_alloc; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_nir.cpp | 53 nir_locals = ralloc_array(mem_ctx, dst_reg, impl->reg_alloc); 54 for (unsigned i = 0; i < impl->reg_alloc; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_compile.c | 1456 ctx->nir_regalloc = rzalloc_array(ctx, unsigned, func->impl->reg_alloc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir.c | 2412 LLVMValueRef reg_alloc = lp_build_alloca(bld_base->base.gallivm, local in function:lp_build_nir_llvm 2414 _mesa_hash_table_insert(bld_base->regs, reg, reg_alloc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 4123 sizeof(SpvId), entry->reg_alloc); 4126 ctx.num_regs = entry->reg_alloc;
|