Searched refs:r600_bytecode (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 199 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 …]
|
D | r600_asm.c | 36 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 …]
|
D | r600_shader.h | 42 struct r600_bytecode bc;
|
D | r700_asm.c | 36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build()
|
D | evergreen_compute_internal.h | 72 struct r600_bytecode bc;
|
D | eg_asm.c | 30 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build()
|
D | r600_pipe.h | 554 LLVMModuleRef mod, struct r600_bytecode * bytecode);
|
D | r600_shader.c | 184 struct r600_bytecode *bc; 232 LLVMModuleRef mod, struct r600_bytecode * bytecode) in r600_compute_shader_create()
|