Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h225 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 …]
Dr600_asm.c47 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 …]
Deg_asm.c31 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()
Devergreen_compute_internal.h38 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()
79 void r700_bytecode_alu_read(struct r600_bytecode *bc, in r700_bytecode_alu_read()
Dr600_shader.h61 struct r600_bytecode bc;
Devergreen_compute.c184 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()
Dr600_pipe.h98 struct r600_bytecode;
Dr600_shader.c326 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/
Dsb_public.h41 struct r600_bytecode *bc,
Dsb_bc.h38 struct r600_bytecode;
808 r600_bytecode *bc;
836 bc_parser(sb_context &sctx, r600_bytecode *bc, r600_shader* pshader) : in bc_parser()
Dsb_core.cpp91 struct r600_bytecode *bc, in r600_sb_bytecode_process()