Searched refs:r600_bytecode (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 225 struct r600_bytecode { struct 255 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf); argument 256 int egcm_load_index_reg(struct r600_bytecode *bc, unsigned id, bool inside_alu_clause); 257 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id); 258 int eg_bytecode_alu_build(struct r600_bytecode *bc, 261 void r600_bytecode_init(struct r600_bytecode *bc, 265 void r600_bytecode_clear(struct r600_bytecode *bc); 266 int r600_bytecode_add_alu(struct r600_bytecode *bc, 268 int r600_bytecode_add_vtx(struct r600_bytecode *bc, 270 int r600_bytecode_add_tex(struct r600_bytecode *bc, [all …]
|
D | r600_asm.c | 47 struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in r600_bytecode_get_num_operands() 52 int r700_bytecode_alu_build(struct r600_bytecode *bc, 143 void r600_bytecode_init(struct r600_bytecode *bc, in r600_bytecode_init() 168 int r600_bytecode_add_cf(struct r600_bytecode *bc) in r600_bytecode_add_cf() 191 int r600_bytecode_add_output(struct r600_bytecode *bc, in r600_bytecode_add_output() 239 static int is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_once_inst() 244 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst() 250 static int is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_mova_inst() 255 static int alu_uses_rel(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in alu_uses_rel() 277 static int alu_uses_lds(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in alu_uses_lds() [all …]
|
D | eg_asm.c | 31 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build() 126 void eg_bytecode_export_read(struct r600_bytecode *bc, 148 int egcm_load_index_reg(struct r600_bytecode *bc, unsigned id, bool inside_alu_clause) in egcm_load_index_reg() 197 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id) in eg_bytecode_gds_build() 220 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in eg_bytecode_alu_build()
|
D | evergreen_compute_internal.h | 38 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() 79 void r700_bytecode_alu_read(struct r600_bytecode *bc, in r700_bytecode_alu_read()
|
D | r600_shader.h | 61 struct r600_bytecode bc;
|
D | evergreen_compute.c | 184 struct r600_bytecode *bc, in r600_shader_binary_read_config() 218 static unsigned r600_create_shader(struct r600_bytecode *bc, in r600_create_shader() 234 static void r600_destroy_shader(struct r600_bytecode *bc) in r600_destroy_shader()
|
D | r600_pipe.h | 98 struct r600_bytecode;
|
D | r600_shader.c | 326 struct r600_bytecode *bc; 4188 static int cayman_emit_unary_double_raw(struct r600_bytecode *bc, in cayman_emit_unary_double_raw()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_public.h | 41 struct r600_bytecode *bc,
|
D | sb_bc.h | 38 struct r600_bytecode; 808 r600_bytecode *bc; 836 bc_parser(sb_context &sctx, r600_bytecode *bc, r600_shader* pshader) : in bc_parser()
|
D | sb_core.cpp | 91 struct r600_bytecode *bc, in r600_sb_bytecode_process()
|