Home
last modified time | relevance | path

Searched defs:spilled (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c643 static bool ppir_regalloc_prog_try(ppir_compiler *comp, bool *spilled) in ppir_regalloc_prog_try()
715 bool spilled = false; in ppir_regalloc_prog() local
Dppir.h192 bool spilled; member
/external/mesa3d/src/panfrost/midgard/
Dmidgard_ra.c392 allocate_registers(compiler_context *ctx, bool *spilled) in allocate_registers()
959 bool spilled = false; in mir_ra() local
/external/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c505 v3d_register_allocate(struct v3d_compile *c, bool *spilled) in v3d_register_allocate()
Dnir_to_vir.c3407 bool spilled; in v3d_nir_to_vir() local
/external/mesa3d/src/amd/compiler/
Daco_spill.cpp848 std::map<Temp, uint32_t>::iterator spilled = ctx.spills_exit[pred_idx].find(var); in add_coupling_code() local
888 std::map<Temp, uint32_t>::iterator spilled = ctx.spills_exit[pred_idx].find(pair.first); in add_coupling_code() local
/external/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp1288 bool spilled = false; in assign_regs() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c966 bool *spilled = ctx->spilled_arrays; // assumed calloc:ed in choose_spill_arrays() local
997 …map_tgsi_reg_index_to_r600_gpr(struct r600_shader_ctx *ctx, unsigned tgsi_reg_index, bool *spilled) in map_tgsi_reg_index_to_r600_gpr()
1156 bool spilled; in tgsi_declaration() local
1605 bool spilled; in tgsi_src() local
4416 bool spilled; in tgsi_dst() local
/external/rust/crates/smallvec/src/
Dlib.rs702 pub fn spilled(&self) -> bool { in spilled() method