HomeSort by relevance Sort by last modified time
    Searched refs:fs_reg (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.h 67 class fs_reg { class
83 fs_reg();
84 fs_reg(float f);
85 fs_reg(int32_t i);
86 fs_reg(uint32_t u);
87 fs_reg(struct brw_reg fixed_hw_reg);
88 fs_reg(enum register_file file, int reg);
89 fs_reg(enum register_file file, int reg, uint32_t type);
90 fs_reg(class fs_visitor *v, const struct glsl_type *type);
92 bool equals(const fs_reg &r) const
    [all...]
brw_fs_visitor.cpp 56 fs_reg *reg = NULL;
73 reg = new(this->mem_ctx) fs_reg(this, ir->type);
127 reg = new(this->mem_ctx) fs_reg(UNIFORM, param_index);
132 reg = new(this->mem_ctx) fs_reg(this, ir->type);
140 fs_reg *reg = variable_storage(ir->var);
195 fs_reg src = this->result;
204 this->result = fs_reg(this, ir->type);
239 fs_reg src0 = this->result;
242 fs_reg src1 = this->result;
245 fs_reg src2 = this->result
    [all...]
brw_fs.cpp 77 fs_inst::fs_inst(enum opcode opcode, fs_reg dst)
87 fs_inst::fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0)
100 fs_inst::fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1)
116 fs_inst::fs_inst(enum opcode opcode, fs_reg dst,
117 fs_reg src0, fs_reg src1, fs_reg src2
213 fs_reg::fs_reg() function in class:fs_reg
220 fs_reg::fs_reg(float f) function in class:fs_reg
229 fs_reg::fs_reg(int32_t i) function in class:fs_reg
238 fs_reg::fs_reg(uint32_t u) function in class:fs_reg
247 fs_reg::fs_reg(struct brw_reg fixed_hw_reg) function in class:fs_reg
441 fs_reg::fs_reg(enum register_file file, int reg) function in class:fs_reg
450 fs_reg::fs_reg(enum register_file file, int reg, uint32_t type) function in class:fs_reg
459 fs_reg::fs_reg(class fs_visitor *v, const struct glsl_type *type) function in class:fs_reg
    [all...]
brw_fs_cse.cpp 41 fs_reg tmp;
78 operands_match(fs_reg *xs, fs_reg *ys)
128 entry->tmp = fs_reg(this, glsl_type::float_type);
brw_fs_copy_propagation.cpp 29 fs_reg dst;
30 fs_reg src;
brw_fs_reg_allocate.cpp 34 assign_reg(int *reg_hw_locations, fs_reg *reg, int reg_width)
283 fs_visitor::emit_unspill(fs_inst *inst, fs_reg dst, uint32_t spill_offset)
412 fs_reg unspill_reg = inst->dst;
420 fs_reg spill_src = inst->dst;
brw_fs_emit.cpp 653 static uint32_t brw_file_from_reg(fs_reg *reg)
671 brw_reg_from_fs_reg(fs_reg *reg)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 67 class fs_reg { class
83 fs_reg();
84 fs_reg(float f);
85 fs_reg(int32_t i);
86 fs_reg(uint32_t u);
87 fs_reg(struct brw_reg fixed_hw_reg);
88 fs_reg(enum register_file file, int reg);
89 fs_reg(enum register_file file, int reg, uint32_t type);
90 fs_reg(class fs_visitor *v, const struct glsl_type *type);
92 bool equals(const fs_reg &r) const
    [all...]
brw_fs_visitor.cpp 56 fs_reg *reg = NULL;
73 reg = new(this->mem_ctx) fs_reg(this, ir->type);
127 reg = new(this->mem_ctx) fs_reg(UNIFORM, param_index);
132 reg = new(this->mem_ctx) fs_reg(this, ir->type);
140 fs_reg *reg = variable_storage(ir->var);
195 fs_reg src = this->result;
204 this->result = fs_reg(this, ir->type);
239 fs_reg src0 = this->result;
242 fs_reg src1 = this->result;
245 fs_reg src2 = this->result
    [all...]
brw_fs.cpp 77 fs_inst::fs_inst(enum opcode opcode, fs_reg dst)
87 fs_inst::fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0)
100 fs_inst::fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1)
116 fs_inst::fs_inst(enum opcode opcode, fs_reg dst,
117 fs_reg src0, fs_reg src1, fs_reg src2
213 fs_reg::fs_reg() function in class:fs_reg
220 fs_reg::fs_reg(float f) function in class:fs_reg
229 fs_reg::fs_reg(int32_t i) function in class:fs_reg
238 fs_reg::fs_reg(uint32_t u) function in class:fs_reg
247 fs_reg::fs_reg(struct brw_reg fixed_hw_reg) function in class:fs_reg
441 fs_reg::fs_reg(enum register_file file, int reg) function in class:fs_reg
450 fs_reg::fs_reg(enum register_file file, int reg, uint32_t type) function in class:fs_reg
459 fs_reg::fs_reg(class fs_visitor *v, const struct glsl_type *type) function in class:fs_reg
    [all...]
brw_fs_cse.cpp 41 fs_reg tmp;
78 operands_match(fs_reg *xs, fs_reg *ys)
128 entry->tmp = fs_reg(this, glsl_type::float_type);
brw_fs_copy_propagation.cpp 29 fs_reg dst;
30 fs_reg src;
brw_fs_reg_allocate.cpp 34 assign_reg(int *reg_hw_locations, fs_reg *reg, int reg_width)
283 fs_visitor::emit_unspill(fs_inst *inst, fs_reg dst, uint32_t spill_offset)
412 fs_reg unspill_reg = inst->dst;
420 fs_reg spill_src = inst->dst;
brw_fs_emit.cpp 653 static uint32_t brw_file_from_reg(fs_reg *reg)
671 brw_reg_from_fs_reg(fs_reg *reg)
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 1883 const int32_t fs_reg = instr->FsValue(); local
2144 const int32_t fs_reg = instr->FsValue(); local
    [all...]
  /external/chromium_org/v8/src/mips64/
simulator-mips64.cc 1950 const int32_t fs_reg = instr->FsValue(); local
2270 const int32_t fs_reg = instr->FsValue(); local
    [all...]
  /external/qemu/disas/
i386.c 428 #define fs { OP_REG, fs_reg }
490 #define fs_reg 104 macro
    [all...]

Completed in 213 milliseconds