HomeSort by relevance Sort by last modified time
    Searched refs:r600_bytecode (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 142 * r600_bytecode::isa. This is used by the LLVM backend to emit CF instructions
199 struct r600_bytecode { struct
222 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf);
225 void r600_bytecode_init(struct r600_bytecode *bc, enum chip_class chip_class, enum radeon_family family);
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)
    [all...]
r600_shader.h 42 struct r600_bytecode bc;
r700_asm.c 36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id)
r600_asm.c 36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
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 family)
272 static int r600_bytecode_add_cf(struct r600_bytecode *bc)
295 int r600_bytecode_add_output(struct r600_bytecode *bc, const struct r600_bytecode_output *output)
342 static int is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
423 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
444 static int is_alu_cube_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
459 static int is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
493 static int is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu
    [all...]
evergreen_compute_internal.h 72 struct r600_bytecode bc;
eg_asm.c 30 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf)
r600_pipe.h 554 LLVMModuleRef mod, struct r600_bytecode * bytecode);
r600_shader.c 184 struct r600_bytecode *bc;
224 * struct r600_bytecode.
232 LLVMModuleRef mod, struct r600_bytecode * bytecode)
    [all...]

Completed in 376 milliseconds