Home
last modified time | relevance | path

Searched refs:r600_bytecode_alu (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
Dr600_asm.h49 struct r600_bytecode_alu { struct
167 struct r600_bytecode_alu *curr_bs_head;
168 struct r600_bytecode_alu *prev_bs_head;
169 struct r600_bytecode_alu *prev2_bs_head;
227 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu);
233 int r600_bytecode_add_alu_type(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu, int t…
243 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
Dr600_shader.c273 unsigned bytes_read, struct r600_bytecode_alu * alu, unsigned src_idx) in r600_src_from_byte_stream()
297 struct r600_bytecode_alu alu; in r600_alu_from_byte_stream()
350 static void llvm_if(struct r600_shader_ctx *ctx, struct r600_bytecode_alu * alu, in llvm_if()
359 struct r600_bytecode_alu *alu, unsigned compare_opcode) in r600_break_from_byte_stream()
376 struct r600_bytecode_alu alu; in r600_fc_from_byte_stream()
597 struct r600_bytecode_alu alu; in evergreen_interp_alu()
623 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_alu()
655 struct r600_bytecode_alu alu; in evergreen_interp_flat()
658 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_flat()
761 struct r600_bytecode_alu alu; in select_twoside_color()
[all …]
Dr600_asm.c36 …nsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in r600_bytecode_get_num_operands()
212 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
227 static struct r600_bytecode_alu *r600_bytecode_alu(void) in r600_bytecode_alu() function
229 struct r600_bytecode_alu *alu = CALLOC_STRUCT(r600_bytecode_alu); in r600_bytecode_alu()
342 static int is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_once_inst()
423 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst()
444 static int is_alu_cube_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_cube_inst()
459 static int is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_mova_inst()
493 static int is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_vec_unit_inst()
548 static int is_alu_trans_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_trans_unit_inst()
[all …]
Dr700_asm.c36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h49 struct r600_bytecode_alu { struct
167 struct r600_bytecode_alu *curr_bs_head;
168 struct r600_bytecode_alu *prev_bs_head;
169 struct r600_bytecode_alu *prev2_bs_head;
227 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu);
233 int r600_bytecode_add_alu_type(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu, int t…
243 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
Dr600_shader.c273 unsigned bytes_read, struct r600_bytecode_alu * alu, unsigned src_idx) in r600_src_from_byte_stream()
297 struct r600_bytecode_alu alu; in r600_alu_from_byte_stream()
350 static void llvm_if(struct r600_shader_ctx *ctx, struct r600_bytecode_alu * alu, in llvm_if()
359 struct r600_bytecode_alu *alu, unsigned compare_opcode) in r600_break_from_byte_stream()
376 struct r600_bytecode_alu alu; in r600_fc_from_byte_stream()
597 struct r600_bytecode_alu alu; in evergreen_interp_alu()
623 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_alu()
655 struct r600_bytecode_alu alu; in evergreen_interp_flat()
658 memset(&alu, 0, sizeof(struct r600_bytecode_alu)); in evergreen_interp_flat()
761 struct r600_bytecode_alu alu; in select_twoside_color()
[all …]
Dr600_asm.c36 …nsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in r600_bytecode_get_num_operands()
212 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
227 static struct r600_bytecode_alu *r600_bytecode_alu(void) in r600_bytecode_alu() function
229 struct r600_bytecode_alu *alu = CALLOC_STRUCT(r600_bytecode_alu); in r600_bytecode_alu()
342 static int is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_once_inst()
423 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst()
444 static int is_alu_cube_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_cube_inst()
459 static int is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_mova_inst()
493 static int is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_vec_unit_inst()
548 static int is_alu_trans_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_trans_unit_inst()
[all …]
Dr700_asm.c36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build()