HomeSort by relevance Sort by last modified time
    Searched refs:GRF (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 39 if (reg->file == GRF) {
62 if (inst->dst.file == GRF)
66 if (inst->src[i].file == GRF)
119 * between them and the base GRF registers (and also each other).
265 if (inst->src[i].file == GRF) {
272 if (inst->dst.file == GRF) {
291 if (inst->src[i].file == GRF)
294 if (inst->dst.file == GRF)
331 if (inst->src[i].file == GRF && inst->src[i].reg == spill_reg_nr) {
348 if (inst->dst.file == GRF && inst->dst.reg == spill_reg_nr)
    [all...]
brw_vec4_copy_propagation.cpp 44 inst->dst.file == GRF &&
196 value.file != GRF &&
256 * from the same type file (IMM, GRF, UNIFORM), and try
263 if (inst->src[i].file != GRF ||
301 if (inst->dst.file == GRF) {
326 cur_value[i][j]->file == GRF &&
brw_fs_copy_propagation.cpp 100 if (inst->dst.file == GRF) {
113 inst->dst.file == GRF &&
114 ((inst->src[0].file == GRF &&
brw_fs.cpp 83 if (dst.file == GRF)
94 if (dst.file == GRF)
96 if (src[0].file == GRF)
108 if (dst.file == GRF)
110 if (src[0].file == GRF)
112 if (src[1].file == GRF)
126 if (dst.file == GRF)
128 if (src[0].file == GRF)
130 if (src[1].file == GRF)
132 if (src[2].file == GRF)
    [all...]
brw_fs_live_variables.cpp 67 if (inst->src[i].file == GRF) {
79 if (inst->dst.file == GRF &&
189 if (inst->src[i].file == GRF) {
196 if (inst->dst.file == GRF) {
brw_fs_reg_allocate.cpp 36 if (reg->file == GRF) {
99 * between them and the base GRF registers (and also each other).
318 if (inst->src[i].file == GRF) {
334 if (inst->dst.file == GRF) {
353 if (inst->src[0].file == GRF)
358 if (inst->dst.file == GRF)
385 * virtual grf of the same size. For most instructions, though, we
386 * could just spill/unspill the GRF being accessed.
392 if (inst->src[i].file == GRF &&
400 if (inst->dst.file == GRF &
    [all...]
brw_vec4.cpp 306 if (inst->src[i].file == GRF) {
322 if (inst->dst.file == GRF) {
381 if (inst->dst.file == GRF && this->virtual_grf_use[inst->dst.reg] <= pc) {
694 * the GRF write directly to the MRF instead.
712 inst->dst.file != MRF || inst->src[0].file != GRF ||
719 /* Can't compute-to-MRF this GRF if someone else was going to
727 * the GRF we're eliminating. To do that, keep track of which
754 * rewrite everything writing to the GRF into the MRF instead.
760 if (scan_inst->dst.file == GRF &&
773 * GRF, so no compute-to-MRF for them
    [all...]
brw_fs_schedule_instructions.cpp 279 if (inst->src[i].file == GRF) {
307 if (inst->dst.file == GRF) {
363 if (inst->src[i].file == GRF) {
392 if (inst->dst.file == GRF) {
brw_vec4_visitor.cpp 427 this->file = GRF;
443 this->file = GRF;
    [all...]
brw_fs.h 60 GRF,
94 /** Register file: ARF, GRF, MRF, IMM. */
98 * GRF, it's a virtual register number until register allocation
brw_vec4.h 49 GRF = BRW_GENERAL_REGISTER_FILE,
61 /** Register file: ARF, GRF, MRF, IMM. */
254 /** Per-virtual-grf indices into an array of size virtual_grf_reg_count */
brw_fs_emit.cpp 658 case GRF:
676 case GRF:
brw_vec4_emit.cpp 63 int grf = attribute_map[inst->dst.reg + inst->dst.reg_offset]; local
65 struct brw_reg reg = brw_vec8_grf(grf, 0);
76 int grf = attribute_map[inst->src[i].reg + inst->src[i].reg_offset]; local
78 struct brw_reg reg = brw_vec8_grf(grf, 0);
162 case GRF:
196 case GRF:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 39 if (reg->file == GRF) {
62 if (inst->dst.file == GRF)
66 if (inst->src[i].file == GRF)
119 * between them and the base GRF registers (and also each other).
265 if (inst->src[i].file == GRF) {
272 if (inst->dst.file == GRF) {
291 if (inst->src[i].file == GRF)
294 if (inst->dst.file == GRF)
331 if (inst->src[i].file == GRF && inst->src[i].reg == spill_reg_nr) {
348 if (inst->dst.file == GRF && inst->dst.reg == spill_reg_nr)
    [all...]
brw_vec4_copy_propagation.cpp 44 inst->dst.file == GRF &&
196 value.file != GRF &&
256 * from the same type file (IMM, GRF, UNIFORM), and try
263 if (inst->src[i].file != GRF ||
301 if (inst->dst.file == GRF) {
326 cur_value[i][j]->file == GRF &&
brw_fs_copy_propagation.cpp 100 if (inst->dst.file == GRF) {
113 inst->dst.file == GRF &&
114 ((inst->src[0].file == GRF &&
brw_fs.cpp 83 if (dst.file == GRF)
94 if (dst.file == GRF)
96 if (src[0].file == GRF)
108 if (dst.file == GRF)
110 if (src[0].file == GRF)
112 if (src[1].file == GRF)
126 if (dst.file == GRF)
128 if (src[0].file == GRF)
130 if (src[1].file == GRF)
132 if (src[2].file == GRF)
    [all...]
brw_fs_live_variables.cpp 67 if (inst->src[i].file == GRF) {
79 if (inst->dst.file == GRF &&
189 if (inst->src[i].file == GRF) {
196 if (inst->dst.file == GRF) {
brw_fs_reg_allocate.cpp 36 if (reg->file == GRF) {
99 * between them and the base GRF registers (and also each other).
318 if (inst->src[i].file == GRF) {
334 if (inst->dst.file == GRF) {
353 if (inst->src[0].file == GRF)
358 if (inst->dst.file == GRF)
385 * virtual grf of the same size. For most instructions, though, we
386 * could just spill/unspill the GRF being accessed.
392 if (inst->src[i].file == GRF &&
400 if (inst->dst.file == GRF &
    [all...]
brw_vec4.cpp 306 if (inst->src[i].file == GRF) {
322 if (inst->dst.file == GRF) {
381 if (inst->dst.file == GRF && this->virtual_grf_use[inst->dst.reg] <= pc) {
694 * the GRF write directly to the MRF instead.
712 inst->dst.file != MRF || inst->src[0].file != GRF ||
719 /* Can't compute-to-MRF this GRF if someone else was going to
727 * the GRF we're eliminating. To do that, keep track of which
754 * rewrite everything writing to the GRF into the MRF instead.
760 if (scan_inst->dst.file == GRF &&
773 * GRF, so no compute-to-MRF for them
    [all...]
brw_fs_schedule_instructions.cpp 279 if (inst->src[i].file == GRF) {
307 if (inst->dst.file == GRF) {
363 if (inst->src[i].file == GRF) {
392 if (inst->dst.file == GRF) {
brw_vec4_visitor.cpp 427 this->file = GRF;
443 this->file = GRF;
    [all...]
brw_fs.h 60 GRF,
94 /** Register file: ARF, GRF, MRF, IMM. */
98 * GRF, it's a virtual register number until register allocation
brw_vec4.h 49 GRF = BRW_GENERAL_REGISTER_FILE,
61 /** Register file: ARF, GRF, MRF, IMM. */
254 /** Per-virtual-grf indices into an array of size virtual_grf_reg_count */
brw_fs_emit.cpp 658 case GRF:
676 case GRF:

Completed in 338 milliseconds

1 2