HomeSort by relevance Sort by last modified time
    Searched defs:reg_width (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_reg_allocate.cpp 34 assign_reg(int *reg_hw_locations, fs_reg *reg, int reg_width)
38 reg->reg = reg_hw_locations[reg->reg] + reg->reg_offset * reg_width;
48 int reg_width = c->dispatch_width / 8; local
51 hw_reg_mapping[0] = ALIGN(this->first_non_payload_grf, reg_width);
54 this->virtual_grf_sizes[i - 1] * reg_width);
61 assign_reg(hw_reg_mapping, &inst->dst, reg_width);
62 assign_reg(hw_reg_mapping, &inst->src[0], reg_width);
63 assign_reg(hw_reg_mapping, &inst->src[1], reg_width);
64 assign_reg(hw_reg_mapping, &inst->src[2], reg_width);
78 int reg_width,
157 int reg_width = c->dispatch_width \/ 8; local
    [all...]
brw_fs_visitor.cpp 924 int reg_width = c->dispatch_width / 8; local
938 fs_reg(MRF, base_mrf + mlen + i * reg_width, coordinate.type),
955 fs_reg(MRF, base_mrf + mlen + i * reg_width, coordinate.type),
960 mlen += vector_elements * reg_width;
963 mlen = MAX2(mlen, header_present + 4 * reg_width);
966 mlen += reg_width;
975 mlen = MAX2(mlen, header_present + 4 * reg_width);
977 mlen += reg_width;
982 mlen = MAX2(mlen, header_present + 4 * reg_width);
984 mlen += reg_width;
1044 int reg_width = c->dispatch_width \/ 8; local
1836 int reg_width = c->dispatch_width \/ 8; local
1959 int reg_width = c->dispatch_width \/ 8; local
2043 int reg_width = c->dispatch_width \/ 8; local
    [all...]

Completed in 72 milliseconds