Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h199 struct r600_bytecode { struct
222 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf); argument
225 void r600_bytecode_init(struct r600_bytecode *bc, enum chip_class chip_class, enum radeon_family fa…
226 void r600_bytecode_clear(struct r600_bytecode *bc);
227 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu);
228 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx);
229 int r600_bytecode_add_tex(struct r600_bytecode *bc, const struct r600_bytecode_tex *tex);
230 int r600_bytecode_add_output(struct r600_bytecode *bc, const struct r600_bytecode_output *output);
231 int r600_bytecode_build(struct r600_bytecode *bc);
232 int r600_bytecode_add_cfinst(struct r600_bytecode *bc, int inst);
[all …]
Dr600_asm.c36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_byt… in r600_bytecode_get_num_operands()
212 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
257 void r600_bytecode_init(struct r600_bytecode *bc, enum chip_class chip_class, enum radeon_family fa… in r600_bytecode_init()
272 static int r600_bytecode_add_cf(struct r600_bytecode *bc) in r600_bytecode_add_cf()
295 int r600_bytecode_add_output(struct r600_bytecode *bc, const struct r600_bytecode_output *output) in r600_bytecode_add_output()
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()
[all …]
Dr600_shader.h42 struct r600_bytecode bc;
Dr700_asm.c36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build()
Devergreen_compute_internal.h72 struct r600_bytecode bc;
Deg_asm.c30 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build()
Dr600_pipe.h554 LLVMModuleRef mod, struct r600_bytecode * bytecode);
Dr600_shader.c184 struct r600_bytecode *bc;
232 LLVMModuleRef mod, struct r600_bytecode * bytecode) in r600_compute_shader_create()