Searched refs:r600_bytecode (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 256 struct r600_bytecode { struct 292 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf); argument 293 int egcm_load_index_reg(struct r600_bytecode *bc, unsigned id, bool inside_alu_clause); 294 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id); 295 int eg_bytecode_alu_build(struct r600_bytecode *bc, 298 void r600_bytecode_init(struct r600_bytecode *bc, 302 void r600_bytecode_clear(struct r600_bytecode *bc); 303 int r600_bytecode_add_alu(struct r600_bytecode *bc, 305 int r600_bytecode_add_vtx(struct r600_bytecode *bc, 307 int r600_bytecode_add_vtx_tc(struct r600_bytecode *bc, [all …]
|
D | r600_asm.c | 139 void r600_bytecode_init(struct r600_bytecode *bc, in r600_bytecode_init() 175 int r600_bytecode_add_cf(struct r600_bytecode *bc) in r600_bytecode_add_cf() 198 int r600_bytecode_add_output(struct r600_bytecode *bc, in r600_bytecode_add_output() 245 int r600_bytecode_add_pending_output(struct r600_bytecode *bc, in r600_bytecode_add_pending_output() 255 r600_bytecode_add_ack(struct r600_bytecode *bc) in r600_bytecode_add_ack() 261 r600_bytecode_wait_acks(struct r600_bytecode *bc) in r600_bytecode_wait_acks() 283 r600_bytecode_write_export_ack_type(struct r600_bytecode *bc, bool indirect) in r600_bytecode_write_export_ack_type() 304 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst() 356 static int is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_vec_unit_inst() 362 static int is_alu_trans_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_trans_unit_inst() [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() 155 void eg_bytecode_export_read(struct r600_bytecode *bc, 177 int egcm_load_index_reg(struct r600_bytecode *bc, unsigned id, bool inside_alu_clause) in egcm_load_index_reg() 226 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id) in eg_bytecode_gds_build() 259 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in eg_bytecode_alu_build()
|
D | r700_asm.c | 37 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build() 80 void r700_bytecode_alu_read(struct r600_bytecode *bc, in r700_bytecode_alu_read() 128 int r700_bytecode_fetch_mem_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *mem, unsigned… in r700_bytecode_fetch_mem_build()
|
D | evergreen_compute_internal.h | 81 struct r600_bytecode bc;
|
D | r600_shader.h | 68 struct r600_bytecode bc;
|
D | evergreen_compute.c | 371 struct r600_bytecode *bc, in r600_shader_binary_read_config() 405 static unsigned r600_create_shader(struct r600_bytecode *bc, in r600_create_shader() 421 static void r600_destroy_shader(struct r600_bytecode *bc) in r600_destroy_shader()
|
D | r600_pipe.h | 119 struct r600_bytecode;
|
D | r600_shader.c | 428 struct r600_bytecode *bc; 5067 static int cayman_emit_unary_double_raw(struct r600_bytecode *bc, in cayman_emit_unary_double_raw() 5819 static int emit_mul_int_op(struct r600_bytecode *bc, in emit_mul_int_op()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_callstack.h | 36 CallStack(r600_bytecode& bc); 42 r600_bytecode& m_bc;
|
D | sfn_callstack.cpp | 31 CallStack::CallStack(r600_bytecode& bc): in CallStack()
|
D | sfn_assembler.cpp | 101 r600_bytecode *m_bc; 1148 EncodeSourceVisitor(r600_bytecode_alu_src& s, r600_bytecode *bc); 1157 r600_bytecode *m_bc; 1172 EncodeSourceVisitor::EncodeSourceVisitor(r600_bytecode_alu_src& s, r600_bytecode *bc): in EncodeSourceVisitor()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_public.h | 41 struct r600_bytecode *bc,
|
D | sb_bc.h | 38 struct r600_bytecode; 870 r600_bytecode *bc; 898 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()
|