Searched defs:vec4_instruction (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h147 class vec4_instruction : public exec_node { class in namespace:brw
161 vec4_instruction(vec4_visitor *v, enum opcode opcode,
332 vec4_instruction *emit(vec4_instruction *inst);
334 vec4_instruction *emit(enum opcode opcode);
336 vec4_instruction *emit(enum opcode opcode, dst_reg dst, src_reg src0);
338 vec4_instruction *emit(enum opcode opcode, dst_reg dst,
341 vec4_instruction *emit(enum opcode opcode, dst_reg dst,
344 vec4_instruction *emit_before(vec4_instruction *ins
[all...]
H A Dbrw_vec4_visitor.cpp33 vec4_instruction::vec4_instruction(vec4_visitor *v, function in class:brw::vec4_instruction
46 vec4_instruction *
47 vec4_visitor::emit(vec4_instruction *inst)
54 vec4_instruction *
55 vec4_visitor::emit_before(vec4_instruction *inst, vec4_instruction *new_inst)
65 vec4_instruction *
69 return emit(new(mem_ctx) vec4_instruction(this, opcode, dst,
74 vec4_instruction *
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h147 class vec4_instruction : public exec_node { class in namespace:brw
161 vec4_instruction(vec4_visitor *v, enum opcode opcode,
332 vec4_instruction *emit(vec4_instruction *inst);
334 vec4_instruction *emit(enum opcode opcode);
336 vec4_instruction *emit(enum opcode opcode, dst_reg dst, src_reg src0);
338 vec4_instruction *emit(enum opcode opcode, dst_reg dst,
341 vec4_instruction *emit(enum opcode opcode, dst_reg dst,
344 vec4_instruction *emit_before(vec4_instruction *ins
[all...]
H A Dbrw_vec4_visitor.cpp33 vec4_instruction::vec4_instruction(vec4_visitor *v, function in class:brw::vec4_instruction
46 vec4_instruction *
47 vec4_visitor::emit(vec4_instruction *inst)
54 vec4_instruction *
55 vec4_visitor::emit_before(vec4_instruction *inst, vec4_instruction *new_inst)
65 vec4_instruction *
69 return emit(new(mem_ctx) vec4_instruction(this, opcode, dst,
74 vec4_instruction *
[all...]

Completed in 128 milliseconds