Searched refs:block_scale (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp872 float block_scale = 1.0; local in function:fs_visitor::choose_spill_reg
888 spill_costs[inst->src[i].nr] += regs_read(inst, i) * block_scale;
892 spill_costs[inst->dst.nr] += regs_written(inst) * block_scale;
897 block_scale *= 10;
901 block_scale /= 10;
906 block_scale *= 0.5;
910 block_scale /= 0.5;
H A Dbrw_fs_bank_conflicts.cpp630 unsigned block_scale = 1; local in function:__anonf7e3c6710410::shader_conflict_weight_matrix
634 block_scale *= 10;
637 block_scale /= 10;
652 const unsigned cycle_scale = block_scale * DIV_ROUND_UP(exec_size,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp865 float block_scale = 1.0; local in function:fs_reg_alloc::set_spill_costs
881 spill_costs[inst->src[i].nr] += regs_read(inst, i) * block_scale;
885 spill_costs[inst->dst.nr] += regs_written(inst) * block_scale;
900 block_scale *= 10;
904 block_scale /= 10;
909 block_scale *= 0.5;
913 block_scale /= 0.5;
H A Dbrw_fs_bank_conflicts.cpp639 unsigned block_scale = 1; local in function:__anond43867c40410::shader_conflict_weight_matrix
643 block_scale *= 10;
646 block_scale /= 10;
661 const unsigned cycle_scale = block_scale * DIV_ROUND_UP(exec_size,
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c87 float block_scale = 1.0; local in function:v3d_choose_spill_node
111 spill_costs[temp] += block_scale;
115 spill_costs[temp] += (block_scale *
131 spill_costs[temp] += (block_scale *
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c70 float block_scale = 1.0; local in function:v3d_choose_spill_node
95 spill_costs[temp] += block_scale;
97 spill_costs[temp] += (block_scale *
112 spill_costs[temp] += (block_scale *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mc.c53 calc_position(struct vl_mc *r, struct ureg_program *shader, struct ureg_src block_scale) argument
67 * block_scale = (VL_MACROBLOCK_WIDTH, VL_MACROBLOCK_HEIGHT) / (dst.width, dst.height)
69 * t_vpos = (vpos + vrect) * block_scale
74 ureg_MUL(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), ureg_src(t_vpos), block_scale);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mc.c53 calc_position(struct vl_mc *r, struct ureg_program *shader, struct ureg_src block_scale) argument
67 * block_scale = (VL_MACROBLOCK_WIDTH, VL_MACROBLOCK_HEIGHT) / (dst.width, dst.height)
69 * t_vpos = (vpos + vrect) * block_scale
74 ureg_MUL(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), ureg_src(t_vpos), block_scale);

Completed in 13 milliseconds