Searched refs:block_scale (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_bank_conflicts.cpp | 639 unsigned block_scale = 1; in shader_conflict_weight_matrix() local 643 block_scale *= 10; in shader_conflict_weight_matrix() 646 block_scale /= 10; in shader_conflict_weight_matrix() 661 const unsigned cycle_scale = block_scale * DIV_ROUND_UP(exec_size, in shader_conflict_weight_matrix()
|
H A D | brw_fs_reg_allocate.cpp | 878 float block_scale = 1.0; in set_spill_costs() local 894 spill_costs[inst->src[i].nr] += regs_read(inst, i) * block_scale; in set_spill_costs() 898 spill_costs[inst->dst.nr] += regs_written(inst) * block_scale; in set_spill_costs() 913 block_scale *= 10; in set_spill_costs() 917 block_scale /= 10; in set_spill_costs() 922 block_scale *= 0.5; in set_spill_costs() 926 block_scale /= 0.5; in set_spill_costs()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_register_allocate.c | 230 float block_scale = 1.0; in v3d_choose_spill_node() local 258 spill_costs[temp] += block_scale; in v3d_choose_spill_node() 262 spill_costs[temp] += (block_scale * in v3d_choose_spill_node() 278 spill_costs[temp] += (block_scale * in v3d_choose_spill_node()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mc.c | 53 calc_position(struct vl_mc *r, struct ureg_program *shader, struct ureg_src block_scale) in calc_position() argument 67 * block_scale = (VL_MACROBLOCK_WIDTH, VL_MACROBLOCK_HEIGHT) / (dst.width, dst.height) in calc_position() 69 * t_vpos = (vpos + vrect) * block_scale in calc_position() 74 ureg_MUL(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), ureg_src(t_vpos), block_scale); in calc_position()
|
Completed in 6 milliseconds